HEX: #C9F14B
RGB: (201,241,75)
#C9F14B enthält hauptsächlich rote und grüne Farbe. Für #C9F14B ist eine «websichere» Webfarbe #CCFF33 (oder kurz #CF3).
Die Farbe #C9F14B wird in RGB als (201,241,75) definiert.
RGB: (201,241,75)
(79%, 95%, 29%)
R 201 von 255 = 79%
G 241 von 255 = 95%
B 75 von 255 = 29%
R + G + B ~ 68%. #C9F14B ziemlich helle Farbe.
R + G + B = 201 + 241 + 75 = 517 (100%)
R 201 von 517 ~ 38.88%
G 241 von 517 ~ 46.62%
B 75 von 517 ~ 14.51'%
Die Farbe #C9F14B wird in CMYK als (17,0,69,5) definiert.
CMYK: (17,0,69,5)
C17M0Y69K5 (17%, 0%, 69%, 5%)
(0.17 / 0.00 / 0.69 / 0.05)
Farbe #C9F14B in den populären Farbmodellen.
C9 | F1 | 4B | |
---|---|---|---|
RGB | 201 | 241 | 75 |
HSL | 74° | 85.57% | 61.96% |
HSB/HSV | 74° | 68.88% | 94.51% |
CMYK | 16.60% | 0.00% | 68.88% |
5.49% |
Die Farbe #C9F14B in den populären Zahlensystemen.
Hexadezimal | C9 | F1 | 4B |
Dezimal | 201 | 241 | 75 |
Binär | 11001001 | 11110001 | 1001011 |
Oktal | 311 | 361 | 113 |
Dunkle Töne der Farbe #C9F14B
Helle Töne der Farbe #C9F14B
Beispiele css- und html für Elemente in der Farbe #C9F14B. Bitte benutzen Sie auch rgb(201,241,75) statt hex-Code.
.myTextColor { color: #C9F14B; }
<p style="color:#C9F14B">This sample text font color is #C9F14B.</p>
Die Farbe dieses Textes ist #C9F14B.
.myBgColor { background-color: #C9F14B; }
<div style="background-color:#C9F14B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9F14B.
.myBorderColor { border: 1px solid #C9F14B; }
<div style="border:3px solid #C9F14B">Div</div>
Die Grenzen von diesem div sind in Farbe #C9F14B.
.myOpacity80 { color: #C9F14B; opacity: 0.8; }
<p style="color:#C9F14B;opacity:0.8;">80%</p>
Text in Farbe #C9F14B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9F14B;}
<p style="text-shadow: 3px 3px 1px #C9F14B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9F14B.
.textShadow {text-shadow: 3px 3px 1px #C9F14B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9F14B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9F14B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9F14B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9F14B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9F14B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9F14B;
-webkit-box-shadow: 1px 1px 3px 2px #C9F14B;
box-shadow: 1px 1px 3px 2px #C9F14B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9F14B; -webkit-box-shadow: 1px 1px 3px 2px #C9F14B; box-shadow:1px 1px 3px 2px #C9F14B;">
Div content here
</div>
Dieser Text ist in der Farbe #C9F14B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9F14B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9F14B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9F14B.
Kontrastfarbe für #hex ist #360EB4.