HEX: #7EC87B
RGB: (126,200,123)
#7EC87B enthält hauptsächlich grüne Farbe. Für #7EC87B ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #7EC87B wird in RGB als (126,200,123) definiert.
RGB: (126,200,123)
(49%, 78%, 48%)
R 126 von 255 = 49%
G 200 von 255 = 78%
B 123 von 255 = 48%
R + G + B ~ 58%. #7EC87B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 126 + 200 + 123 = 449 (100%)
R 126 von 449 ~ 28.06%
G 200 von 449 ~ 44.54%
B 123 von 449 ~ 27.39'%
Die Farbe #7EC87B wird in CMYK als (37,0,39,22) definiert.
CMYK: (37,0,39,22)
C37M0Y39K22 (37%, 0%, 39%, 22%)
(0.37 / 0.00 / 0.39 / 0.22)
Farbe #7EC87B in den populären Farbmodellen.
7E | C8 | 7B | |
---|---|---|---|
RGB | 126 | 200 | 123 |
HSL | 118° | 41.18% | 63.33% |
HSB/HSV | 118° | 38.50% | 78.43% |
CMYK | 37.00% | 0.00% | 38.50% |
21.57% |
Die Farbe #7EC87B in den populären Zahlensystemen.
Hexadezimal | 7E | C8 | 7B |
Dezimal | 126 | 200 | 123 |
Binär | 1111110 | 11001000 | 1111011 |
Oktal | 176 | 310 | 173 |
Dunkle Töne der Farbe #7EC87B
Helle Töne der Farbe #7EC87B
Beispiele css- und html für Elemente in der Farbe #7EC87B. Bitte benutzen Sie auch rgb(126,200,123) statt hex-Code.
.myTextColor { color: #7EC87B; }
<p style="color:#7EC87B">This sample text font color is #7EC87B.</p>
Die Farbe dieses Textes ist #7EC87B.
.myBgColor { background-color: #7EC87B; }
<div style="background-color:#7EC87B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EC87B.
.myBorderColor { border: 1px solid #7EC87B; }
<div style="border:3px solid #7EC87B">Div</div>
Die Grenzen von diesem div sind in Farbe #7EC87B.
.myOpacity80 { color: #7EC87B; opacity: 0.8; }
<p style="color:#7EC87B;opacity:0.8;">80%</p>
Text in Farbe #7EC87B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EC87B;}
<p style="text-shadow: 3px 3px 1px #7EC87B">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EC87B.
.textShadow {text-shadow: 3px 3px 1px #7EC87B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EC87B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EC87B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EC87B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EC87B, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EC87B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7EC87B;
-webkit-box-shadow: 1px 1px 3px 2px #7EC87B;
box-shadow: 1px 1px 3px 2px #7EC87B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EC87B; -webkit-box-shadow: 1px 1px 3px 2px #7EC87B; box-shadow:1px 1px 3px 2px #7EC87B;">
Div content here
</div>
Dieser Text ist in der Farbe #7EC87B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EC87B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EC87B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EC87B.
Kontrastfarbe für #hex ist #813784.