HEX: #C4E67B
RGB: (196,230,123)
#C4E67B enthält hauptsächlich rote und grüne Farbe. Für #C4E67B ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #C4E67B wird in RGB als (196,230,123) definiert.
RGB: (196,230,123) (77%,90%,48%)
R 196 von 255 = 77%
G 230 von 255 = 90%
B 123 von 255 = 48%
R + G + B ~ 72%. #C4E67B ziemlich helle Farbe.
R + G + B =
196 + 230 + 123 = 549 (100%)
R 196 von 549 ~ 35.7%
G 230 von 549 ~ 41.89%
B 123 von 549 ~ 22.4%
Die Farbe #C4E67B wird in CMYK als (15,0,47,10) definiert.
CMYK: (15,0,47,10) C15M0Y47K10 (15%,0%,47%,10%) (0.15/0.00/0.47/0.10)
C4 | E6 | 7B | |
---|---|---|---|
RGB | 196 | 230 | 123 |
HSL | 79° | 68.15% | 69.22% |
HSB/HSV | 79° | 46.52% | 90.20% |
CMYK | 14.78% | 0.00% | 46.52% |
9.80% |
Hexadezimal | C4 | E6 | 7B |
Dezimal | 196 | 230 | 123 |
Binär | 11000100 | 11100110 | 1111011 |
Oktal | 304 | 346 | 173 |
Beispiele css- und html für Elemente in der Farbe #C4E67B. Bitte benutzen Sie auch rgb(196,230,123) statt hex-Code.
.myTextColor { color: #C4E67B; }
<p style="color:#C4E67B">This sample text font color is #C4E67B.</p>
Die Farbe dieses Textes ist #C4E67B.
.myBgColor { background-color: #C4E67B; }
<div style="background-color:#C4E67B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C4E67B.
.myBorderColor { border: 1px solid #C4E67B; }
<div style="border:3px solid #C4E67B">Div</div>
Die Grenzen von diesem div sind in Farbe #C4E67B.
.myOpacity80 { color: #C4E67B; opacity: 0.8; }
<p style="color:#C4E67B;opacity:0.8;">80%</p>
Text in Farbe #C4E67B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4E67B;}
<p style="text-shadow: 3px 3px 1px #C4E67B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C4E67B.
.textShadow {text-shadow: 3px 3px 1px #C4E67B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4E67B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C4E67B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4E67B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4E67B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4E67B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C4E67B; -webkit-box-shadow: 1px 1px 3px 2px #C4E67B; box-shadow: 1px 1px 3px 2px #C4E67B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C4E67B; -webkit-box-shadow: 1px 1px 3px 2px #C4E67B; box-shadow:1px 1px 3px 2px #C4E67B;">
Div content here</div>
Dieser Text ist in der Farbe #C4E67B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C4E67B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C4E67B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C4E67B.