HEX: #C9F639
RGB: (201,246,57)
#C9F639 enthält hauptsächlich rote und grüne Farbe. Für #C9F639 ist eine «websichere» Webfarbe #CCFF33 (oder kurz #CF3).
Die Farbe #C9F639 wird in RGB als (201,246,57) definiert.
RGB: (201,246,57)
(79%, 96%, 22%)
R 201 von 255 = 79%
G 246 von 255 = 96%
B 57 von 255 = 22%
R + G + B ~ 66%. #C9F639 ziemlich helle Farbe.
R + G + B = 201 + 246 + 57 = 504 (100%)
R 201 von 504 ~ 39.88%
G 246 von 504 ~ 48.81%
B 57 von 504 ~ 11.31'%
Die Farbe #C9F639 wird in CMYK als (18,0,77,4) definiert.
CMYK: (18,0,77,4)
C18M0Y77K4 (18%, 0%, 77%, 4%)
(0.18 / 0.00 / 0.77 / 0.04)
Farbe #C9F639 in den populären Farbmodellen.
C9 | F6 | 39 | |
---|---|---|---|
RGB | 201 | 246 | 57 |
HSL | 74° | 91.30% | 59.41% |
HSB/HSV | 74° | 76.83% | 96.47% |
CMYK | 18.29% | 0.00% | 76.83% |
3.53% |
Die Farbe #C9F639 in den populären Zahlensystemen.
Hexadezimal | C9 | F6 | 39 |
Dezimal | 201 | 246 | 57 |
Binär | 11001001 | 11110110 | 111001 |
Oktal | 311 | 366 | 71 |
Dunkle Töne der Farbe #C9F639
Helle Töne der Farbe #C9F639
Beispiele css- und html für Elemente in der Farbe #C9F639. Bitte benutzen Sie auch rgb(201,246,57) statt hex-Code.
.myTextColor { color: #C9F639; }
<p style="color:#C9F639">This sample text font color is #C9F639.</p>
Die Farbe dieses Textes ist #C9F639.
.myBgColor { background-color: #C9F639; }
<div style="background-color:#C9F639">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9F639.
.myBorderColor { border: 1px solid #C9F639; }
<div style="border:3px solid #C9F639">Div</div>
Die Grenzen von diesem div sind in Farbe #C9F639.
.myOpacity80 { color: #C9F639; opacity: 0.8; }
<p style="color:#C9F639;opacity:0.8;">80%</p>
Text in Farbe #C9F639 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9F639;}
<p style="text-shadow: 3px 3px 1px #C9F639">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9F639.
.textShadow {text-shadow: 3px 3px 1px #C9F639', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9F639, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9F639 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9F639, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9F639, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9F639 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9F639;
-webkit-box-shadow: 1px 1px 3px 2px #C9F639;
box-shadow: 1px 1px 3px 2px #C9F639;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9F639; -webkit-box-shadow: 1px 1px 3px 2px #C9F639; box-shadow:1px 1px 3px 2px #C9F639;">
Div content here
</div>
Dieser Text ist in der Farbe #C9F639 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9F639 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9F639.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9F639.
Kontrastfarbe für #C9F639 ist #3609C6.