HEX: #C5E59D
RGB: (197,229,157)
#C5E59D enthält hauptsächlich rote und grüne Farbe. Für #C5E59D ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #C5E59D wird in RGB als (197,229,157) definiert.
RGB: (197,229,157)
(77%, 90%, 62%)
R 197 von 255 = 77%
G 229 von 255 = 90%
B 157 von 255 = 62%
R + G + B ~ 76%. #C5E59D ziemlich helle Farbe.
R + G + B = 197 + 229 + 157 = 583 (100%)
R 197 von 583 ~ 33.79%
G 229 von 583 ~ 39.28%
B 157 von 583 ~ 26.93'%
Die Farbe #C5E59D wird in CMYK als (14,0,31,10) definiert.
CMYK: (14,0,31,10)
C14M0Y31K10 (14%, 0%, 31%, 10%)
(0.14 / 0.00 / 0.31 / 0.10)
Farbe #C5E59D in den populären Farbmodellen.
C5 | E5 | 9D | |
---|---|---|---|
RGB | 197 | 229 | 157 |
HSL | 87° | 58.06% | 75.69% |
HSB/HSV | 87° | 31.44% | 89.80% |
CMYK | 13.97% | 0.00% | 31.44% |
10.20% |
Die Farbe #C5E59D in den populären Zahlensystemen.
Hexadezimal | C5 | E5 | 9D |
Dezimal | 197 | 229 | 157 |
Binär | 11000101 | 11100101 | 10011101 |
Oktal | 305 | 345 | 235 |
Dunkle Töne der Farbe #C5E59D
Helle Töne der Farbe #C5E59D
Beispiele css- und html für Elemente in der Farbe #C5E59D. Bitte benutzen Sie auch rgb(197,229,157) statt hex-Code.
.myTextColor { color: #C5E59D; }
<p style="color:#C5E59D">This sample text font color is #C5E59D.</p>
Die Farbe dieses Textes ist #C5E59D.
.myBgColor { background-color: #C5E59D; }
<div style="background-color:#C5E59D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5E59D.
.myBorderColor { border: 1px solid #C5E59D; }
<div style="border:3px solid #C5E59D">Div</div>
Die Grenzen von diesem div sind in Farbe #C5E59D.
.myOpacity80 { color: #C5E59D; opacity: 0.8; }
<p style="color:#C5E59D;opacity:0.8;">80%</p>
Text in Farbe #C5E59D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5E59D;}
<p style="text-shadow: 3px 3px 1px #C5E59D">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5E59D.
.textShadow {text-shadow: 3px 3px 1px #C5E59D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5E59D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5E59D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5E59D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5E59D, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5E59D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5E59D;
-webkit-box-shadow: 1px 1px 3px 2px #C5E59D;
box-shadow: 1px 1px 3px 2px #C5E59D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5E59D; -webkit-box-shadow: 1px 1px 3px 2px #C5E59D; box-shadow:1px 1px 3px 2px #C5E59D;">
Div content here
</div>
Dieser Text ist in der Farbe #C5E59D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5E59D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5E59D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5E59D.
Kontrastfarbe für #hex ist #3A1A62.