HEX: #C4E77D
RGB: (196,231,125)
#C4E77D enthält hauptsächlich rote und grüne Farbe. Für #C4E77D ist eine «websichere» Webfarbe #CCFF66 (oder kurz #CF6).
Die Farbe #C4E77D wird in RGB als (196,231,125) definiert.
RGB: (196,231,125)
(77%, 91%, 49%)
R 196 von 255 = 77%
G 231 von 255 = 91%
B 125 von 255 = 49%
R + G + B ~ 72%. #C4E77D ziemlich helle Farbe.
R + G + B = 196 + 231 + 125 = 552 (100%)
R 196 von 552 ~ 35.51%
G 231 von 552 ~ 41.85%
B 125 von 552 ~ 22.64'%
Die Farbe #C4E77D wird in CMYK als (15,0,46,9) definiert.
CMYK: (15,0,46,9) C15M0Y46K9 (15%,0%,46%,9%) (0.15/0.00/0.46/0.09)
Farbe #C4E77D in den populären Farbmodellen.
C4 | E7 | 7D | |
---|---|---|---|
RGB | 196 | 231 | 125 |
HSL | 80° | 68.83% | 69.80% |
HSB/HSV | 80° | 45.89% | 90.59% |
CMYK | 15.15% | 0.00% | 45.89% |
9.41% |
Die Farbe #C4E77D in den populären Zahlensystemen.
Hexadezimal | C4 | E7 | 7D |
Dezimal | 196 | 231 | 125 |
Binär | 11000100 | 11100111 | 1111101 |
Oktal | 304 | 347 | 175 |
Dunkle Töne der Farbe #C4E77D
Helle Töne der Farbe #C4E77D
Beispiele css- und html für Elemente in der Farbe #C4E77D. Bitte benutzen Sie auch rgb(196,231,125) statt hex-Code.
.myTextColor { color: #C4E77D; }
<p style="color:#C4E77D">This sample text font color is #C4E77D.</p>
Die Farbe dieses Textes ist #C4E77D.
.myBgColor { background-color: #C4E77D; }
<div style="background-color:#C4E77D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C4E77D.
.myBorderColor { border: 1px solid #C4E77D; }
<div style="border:3px solid #C4E77D">Div</div>
Die Grenzen von diesem div sind in Farbe #C4E77D.
.myOpacity80 { color: #C4E77D; opacity: 0.8; }
<p style="color:#C4E77D;opacity:0.8;">80%</p>
Text in Farbe #C4E77D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4E77D;}
<p style="text-shadow: 3px 3px 1px #C4E77D">Text here.</p>
Dieser Text hat den Schatten in Farbe #C4E77D.
.textShadow {text-shadow: 3px 3px 1px #C4E77D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4E77D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C4E77D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4E77D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4E77D, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4E77D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4E77D;
-webkit-box-shadow: 1px 1px 3px 2px #C4E77D;
box-shadow: 1px 1px 3px 2px #C4E77D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4E77D; -webkit-box-shadow: 1px 1px 3px 2px #C4E77D; box-shadow:1px 1px 3px 2px #C4E77D;">
Div content here
</div>
Dieser Text ist in der Farbe #C4E77D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C4E77D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C4E77D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C4E77D.
Kontrastfarbe für #hex ist #3B1882.