HEX: #6EBC2F
RGB: (110,188,47)
#6EBC2F enthält hauptsächlich grüne Farbe. Für #6EBC2F ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #6EBC2F wird in RGB als (110,188,47) definiert.
RGB: (110,188,47)
(43%, 74%, 18%)
R 110 von 255 = 43%
G 188 von 255 = 74%
B 47 von 255 = 18%
R + G + B ~ 45%. #6EBC2F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 110 + 188 + 47 = 345 (100%)
R 110 von 345 ~ 31.88%
G 188 von 345 ~ 54.49%
B 47 von 345 ~ 13.62'%
Die Farbe #6EBC2F wird in CMYK als (41,0,75,26) definiert.
CMYK: (41,0,75,26)
C41M0Y75K26 (41%, 0%, 75%, 26%)
(0.41 / 0.00 / 0.75 / 0.26)
Farbe #6EBC2F in den populären Farbmodellen.
6E | BC | 2F | |
---|---|---|---|
RGB | 110 | 188 | 47 |
HSL | 93° | 60.00% | 46.08% |
HSB/HSV | 93° | 75.00% | 73.73% |
CMYK | 41.49% | 0.00% | 75.00% |
26.27% |
Die Farbe #6EBC2F in den populären Zahlensystemen.
Hexadezimal | 6E | BC | 2F |
Dezimal | 110 | 188 | 47 |
Binär | 1101110 | 10111100 | 101111 |
Oktal | 156 | 274 | 57 |
Dunkle Töne der Farbe #6EBC2F
Helle Töne der Farbe #6EBC2F
Beispiele css- und html für Elemente in der Farbe #6EBC2F. Bitte benutzen Sie auch rgb(110,188,47) statt hex-Code.
.myTextColor { color: #6EBC2F; }
<p style="color:#6EBC2F">This sample text font color is #6EBC2F.</p>
Die Farbe dieses Textes ist #6EBC2F.
.myBgColor { background-color: #6EBC2F; }
<div style="background-color:#6EBC2F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6EBC2F.
.myBorderColor { border: 1px solid #6EBC2F; }
<div style="border:3px solid #6EBC2F">Div</div>
Die Grenzen von diesem div sind in Farbe #6EBC2F.
.myOpacity80 { color: #6EBC2F; opacity: 0.8; }
<p style="color:#6EBC2F;opacity:0.8;">80%</p>
Text in Farbe #6EBC2F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EBC2F;}
<p style="text-shadow: 3px 3px 1px #6EBC2F">Text here.</p>
Dieser Text hat den Schatten in Farbe #6EBC2F.
.textShadow {text-shadow: 3px 3px 1px #6EBC2F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EBC2F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6EBC2F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EBC2F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EBC2F, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EBC2F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EBC2F;
-webkit-box-shadow: 1px 1px 3px 2px #6EBC2F;
box-shadow: 1px 1px 3px 2px #6EBC2F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EBC2F; -webkit-box-shadow: 1px 1px 3px 2px #6EBC2F; box-shadow:1px 1px 3px 2px #6EBC2F;">
Div content here
</div>
Dieser Text ist in der Farbe #6EBC2F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6EBC2F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6EBC2F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6EBC2F.
Kontrastfarbe für #hex ist #9143D0.