HEX: #C9E021
RGB: (201,224,33)
#C9E021 enthält hauptsächlich rote und grüne Farbe. Für #C9E021 ist eine «websichere» Webfarbe #CCCC33 (oder kurz #CC3).
Die Farbe #C9E021 wird in RGB als (201,224,33) definiert.
RGB: (201,224,33)
(79%, 88%, 13%)
R 201 von 255 = 79%
G 224 von 255 = 88%
B 33 von 255 = 13%
R + G + B ~ 60%. #C9E021 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 201 + 224 + 33 = 458 (100%)
R 201 von 458 ~ 43.89%
G 224 von 458 ~ 48.91%
B 33 von 458 ~ 7.21'%
Die Farbe #C9E021 wird in CMYK als (10,0,85,12) definiert.
CMYK: (10,0,85,12)
C10M0Y85K12 (10%, 0%, 85%, 12%)
(0.10 / 0.00 / 0.85 / 0.12)
Farbe #C9E021 in den populären Farbmodellen.
C9 | E0 | 21 | |
---|---|---|---|
RGB | 201 | 224 | 33 |
HSL | 67° | 75.49% | 50.39% |
HSB/HSV | 67° | 85.27% | 87.84% |
CMYK | 10.27% | 0.00% | 85.27% |
12.16% |
Die Farbe #C9E021 in den populären Zahlensystemen.
Hexadezimal | C9 | E0 | 21 |
Dezimal | 201 | 224 | 33 |
Binär | 11001001 | 11100000 | 100001 |
Oktal | 311 | 340 | 41 |
Dunkle Töne der Farbe #C9E021
Helle Töne der Farbe #C9E021
Beispiele css- und html für Elemente in der Farbe #C9E021. Bitte benutzen Sie auch rgb(201,224,33) statt hex-Code.
.myTextColor { color: #C9E021; }
<p style="color:#C9E021">This sample text font color is #C9E021.</p>
Die Farbe dieses Textes ist #C9E021.
.myBgColor { background-color: #C9E021; }
<div style="background-color:#C9E021">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9E021.
.myBorderColor { border: 1px solid #C9E021; }
<div style="border:3px solid #C9E021">Div</div>
Die Grenzen von diesem div sind in Farbe #C9E021.
.myOpacity80 { color: #C9E021; opacity: 0.8; }
<p style="color:#C9E021;opacity:0.8;">80%</p>
Text in Farbe #C9E021 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9E021;}
<p style="text-shadow: 3px 3px 1px #C9E021">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9E021.
.textShadow {text-shadow: 3px 3px 1px #C9E021', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9E021, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9E021 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9E021, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9E021, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9E021 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9E021;
-webkit-box-shadow: 1px 1px 3px 2px #C9E021;
box-shadow: 1px 1px 3px 2px #C9E021;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9E021; -webkit-box-shadow: 1px 1px 3px 2px #C9E021; box-shadow:1px 1px 3px 2px #C9E021;">
Div content here
</div>
Dieser Text ist in der Farbe #C9E021 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9E021 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9E021.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9E021.
Kontrastfarbe für #C9E021 ist #361FDE.