HEX: #C4E475
RGB: (196,228,117)
#C4E475 enthält hauptsächlich rote und grüne Farbe. Für #C4E475 ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #C4E475 wird in RGB als (196,228,117) definiert.
RGB: (196,228,117) (77%,89%,46%)
R 196 von 255 = 77%
G 228 von 255 = 89%
B 117 von 255 = 46%
R + G + B ~ 71%. #C4E475 ziemlich helle Farbe.
R + G + B =
196 + 228 + 117 = 541 (100%)
R 196 von 541 ~ 36.23%
G 228 von 541 ~ 42.14%
B 117 von 541 ~ 21.63%
Die Farbe #C4E475 wird in CMYK als (14,0,49,11) definiert.
CMYK: (14,0,49,11) C14M0Y49K11 (14%,0%,49%,11%) (0.14/0.00/0.49/0.11)
C4 | E4 | 75 | |
---|---|---|---|
RGB | 196 | 228 | 117 |
HSL | 77° | 67.27% | 67.65% |
HSB/HSV | 77° | 48.68% | 89.41% |
CMYK | 14.04% | 0.00% | 48.68% |
10.59% |
Hexadezimal | C4 | E4 | 75 |
Dezimal | 196 | 228 | 117 |
Binär | 11000100 | 11100100 | 1110101 |
Oktal | 304 | 344 | 165 |
Beispiele css- und html für Elemente in der Farbe #C4E475. Bitte benutzen Sie auch rgb(196,228,117) statt hex-Code.
.myTextColor { color: #C4E475; }
<p style="color:#C4E475">This sample text font color is #C4E475.</p>
Die Farbe dieses Textes ist #C4E475.
.myBgColor { background-color: #C4E475; }
<div style="background-color:#C4E475">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C4E475.
.myBorderColor { border: 1px solid #C4E475; }
<div style="border:3px solid #C4E475">Div</div>
Die Grenzen von diesem div sind in Farbe #C4E475.
.myOpacity80 { color: #C4E475; opacity: 0.8; }
<p style="color:#C4E475;opacity:0.8;">80%</p>
Text in Farbe #C4E475 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4E475;}
<p style="text-shadow: 3px 3px 1px #C4E475">Text here.</p>
Dieser Text hat den Schatten in Farbe #C4E475.
.textShadow {text-shadow: 3px 3px 1px #C4E475, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4E475, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C4E475 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4E475, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4E475, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4E475 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C4E475; -webkit-box-shadow: 1px 1px 3px 2px #C4E475; box-shadow: 1px 1px 3px 2px #C4E475; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C4E475; -webkit-box-shadow: 1px 1px 3px 2px #C4E475; box-shadow:1px 1px 3px 2px #C4E475;">
Div content here</div>
Dieser Text ist in der Farbe #C4E475 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C4E475 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C4E475.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C4E475.