HEX: #C7E498
RGB: (199,228,152)
#C7E498 enthält hauptsächlich rote und grüne Farbe. Für #C7E498 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #C7E498 wird in RGB als (199,228,152) definiert.
RGB: (199,228,152)
(78%, 89%, 60%)
R 199 von 255 = 78%
G 228 von 255 = 89%
B 152 von 255 = 60%
R + G + B ~ 76%. #C7E498 ziemlich helle Farbe.
R + G + B = 199 + 228 + 152 = 579 (100%)
R 199 von 579 ~ 34.37%
G 228 von 579 ~ 39.38%
B 152 von 579 ~ 26.25'%
Die Farbe #C7E498 wird in CMYK als (13,0,33,11) definiert.
CMYK: (13,0,33,11)
C13M0Y33K11 (13%, 0%, 33%, 11%)
(0.13 / 0.00 / 0.33 / 0.11)
Farbe #C7E498 in den populären Farbmodellen.
C7 | E4 | 98 | |
---|---|---|---|
RGB | 199 | 228 | 152 |
HSL | 83° | 58.46% | 74.51% |
HSB/HSV | 83° | 33.33% | 89.41% |
CMYK | 12.72% | 0.00% | 33.33% |
10.59% |
Die Farbe #C7E498 in den populären Zahlensystemen.
Hexadezimal | C7 | E4 | 98 |
Dezimal | 199 | 228 | 152 |
Binär | 11000111 | 11100100 | 10011000 |
Oktal | 307 | 344 | 230 |
Dunkle Töne der Farbe #C7E498
Helle Töne der Farbe #C7E498
Beispiele css- und html für Elemente in der Farbe #C7E498. Bitte benutzen Sie auch rgb(199,228,152) statt hex-Code.
.myTextColor { color: #C7E498; }
<p style="color:#C7E498">This sample text font color is #C7E498.</p>
Die Farbe dieses Textes ist #C7E498.
.myBgColor { background-color: #C7E498; }
<div style="background-color:#C7E498">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7E498.
.myBorderColor { border: 1px solid #C7E498; }
<div style="border:3px solid #C7E498">Div</div>
Die Grenzen von diesem div sind in Farbe #C7E498.
.myOpacity80 { color: #C7E498; opacity: 0.8; }
<p style="color:#C7E498;opacity:0.8;">80%</p>
Text in Farbe #C7E498 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7E498;}
<p style="text-shadow: 3px 3px 1px #C7E498">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7E498.
.textShadow {text-shadow: 3px 3px 1px #C7E498', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7E498, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7E498 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7E498, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7E498, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7E498 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7E498;
-webkit-box-shadow: 1px 1px 3px 2px #C7E498;
box-shadow: 1px 1px 3px 2px #C7E498;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7E498; -webkit-box-shadow: 1px 1px 3px 2px #C7E498; box-shadow:1px 1px 3px 2px #C7E498;">
Div content here
</div>
Dieser Text ist in der Farbe #C7E498 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7E498 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7E498.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7E498.
Kontrastfarbe für #hex ist #381B67.