HEX: #C6E58C
RGB: (198,229,140)
#C6E58C enthält hauptsächlich rote und grüne Farbe. Für #C6E58C ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #C6E58C wird in RGB als (198,229,140) definiert.
RGB: (198,229,140)
(78%, 90%, 55%)
R 198 von 255 = 78%
G 229 von 255 = 90%
B 140 von 255 = 55%
R + G + B ~ 74%. #C6E58C ziemlich helle Farbe.
R + G + B = 198 + 229 + 140 = 567 (100%)
R 198 von 567 ~ 34.92%
G 229 von 567 ~ 40.39%
B 140 von 567 ~ 24.69'%
Die Farbe #C6E58C wird in CMYK als (14,0,39,10) definiert.
CMYK: (14,0,39,10)
C14M0Y39K10 (14%, 0%, 39%, 10%)
(0.14 / 0.00 / 0.39 / 0.10)
Farbe #C6E58C in den populären Farbmodellen.
C6 | E5 | 8C | |
---|---|---|---|
RGB | 198 | 229 | 140 |
HSL | 81° | 63.12% | 72.35% |
HSB/HSV | 81° | 38.86% | 89.80% |
CMYK | 13.54% | 0.00% | 38.86% |
10.20% |
Die Farbe #C6E58C in den populären Zahlensystemen.
Hexadezimal | C6 | E5 | 8C |
Dezimal | 198 | 229 | 140 |
Binär | 11000110 | 11100101 | 10001100 |
Oktal | 306 | 345 | 214 |
Dunkle Töne der Farbe #C6E58C
Helle Töne der Farbe #C6E58C
Beispiele css- und html für Elemente in der Farbe #C6E58C. Bitte benutzen Sie auch rgb(198,229,140) statt hex-Code.
.myTextColor { color: #C6E58C; }
<p style="color:#C6E58C">This sample text font color is #C6E58C.</p>
Die Farbe dieses Textes ist #C6E58C.
.myBgColor { background-color: #C6E58C; }
<div style="background-color:#C6E58C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6E58C.
.myBorderColor { border: 1px solid #C6E58C; }
<div style="border:3px solid #C6E58C">Div</div>
Die Grenzen von diesem div sind in Farbe #C6E58C.
.myOpacity80 { color: #C6E58C; opacity: 0.8; }
<p style="color:#C6E58C;opacity:0.8;">80%</p>
Text in Farbe #C6E58C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6E58C;}
<p style="text-shadow: 3px 3px 1px #C6E58C">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6E58C.
.textShadow {text-shadow: 3px 3px 1px #C6E58C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6E58C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6E58C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6E58C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6E58C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6E58C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6E58C;
-webkit-box-shadow: 1px 1px 3px 2px #C6E58C;
box-shadow: 1px 1px 3px 2px #C6E58C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6E58C; -webkit-box-shadow: 1px 1px 3px 2px #C6E58C; box-shadow:1px 1px 3px 2px #C6E58C;">
Div content here
</div>
Dieser Text ist in der Farbe #C6E58C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6E58C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6E58C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6E58C.
Kontrastfarbe für #C6E58C ist #391A73.