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