HEX: #C4ED96
RGB: (196,237,150)
#C4ED96 enthält hauptsächlich rote und grüne Farbe. Für #C4ED96 ist eine «websichere» Webfarbe #CCFF99 (oder kurz #CF9).
Die Farbe #C4ED96 wird in RGB als (196,237,150) definiert.
RGB: (196,237,150) (77%,93%,59%)
R 196 von 255 = 77%
G 237 von 255 = 93%
B 150 von 255 = 59%
R + G + B ~ 76%. #C4ED96 ziemlich helle Farbe.
R + G + B =
196 + 237 + 150 = 583 (100%)
R 196 von 583 ~ 33.62%
G 237 von 583 ~ 40.65%
B 150 von 583 ~ 25.73%
Die Farbe #C4ED96 wird in CMYK als (17,0,37,7) definiert.
CMYK: (17,0,37,7) C17M0Y37K7 (17%,0%,37%,7%) (0.17/0.00/0.37/0.07)
C4 | ED | 96 | |
---|---|---|---|
RGB | 196 | 237 | 150 |
HSL | 88° | 70.73% | 75.88% |
HSB/HSV | 88° | 36.71% | 92.94% |
CMYK | 17.30% | 0.00% | 36.71% |
7.06% |
Hexadezimal | C4 | ED | 96 |
Dezimal | 196 | 237 | 150 |
Binär | 11000100 | 11101101 | 10010110 |
Oktal | 304 | 355 | 226 |
Beispiele css- und html für Elemente in der Farbe #C4ED96. Bitte benutzen Sie auch rgb(196,237,150) statt hex-Code.
.myTextColor { color: #C4ED96; }
<p style="color:#C4ED96">This sample text font color is #C4ED96.</p>
Die Farbe dieses Textes ist #C4ED96.
.myBgColor { background-color: #C4ED96; }
<div style="background-color:#C4ED96">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C4ED96.
.myBorderColor { border: 1px solid #C4ED96; }
<div style="border:3px solid #C4ED96">Div</div>
Die Grenzen von diesem div sind in Farbe #C4ED96.
.myOpacity80 { color: #C4ED96; opacity: 0.8; }
<p style="color:#C4ED96;opacity:0.8;">80%</p>
Text in Farbe #C4ED96 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4ED96;}
<p style="text-shadow: 3px 3px 1px #C4ED96">Text here.</p>
Dieser Text hat den Schatten in Farbe #C4ED96.
.textShadow {text-shadow: 3px 3px 1px #C4ED96, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4ED96, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C4ED96 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4ED96, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4ED96, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4ED96 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C4ED96; -webkit-box-shadow: 1px 1px 3px 2px #C4ED96; box-shadow: 1px 1px 3px 2px #C4ED96; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C4ED96; -webkit-box-shadow: 1px 1px 3px 2px #C4ED96; box-shadow:1px 1px 3px 2px #C4ED96;">
Div content here</div>
Dieser Text ist in der Farbe #C4ED96 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C4ED96 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C4ED96.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C4ED96.