HEX: #D7F199
RGB: (215,241,153)
#D7F199 enthält hauptsächlich rote und grüne Farbe. Für #D7F199 ist eine «websichere» Webfarbe #CCFF99 (oder kurz #CF9).
Die Farbe #D7F199 wird in RGB als (215,241,153) definiert.
RGB: (215,241,153)
(84%, 95%, 60%)
R 215 von 255 = 84%
G 241 von 255 = 95%
B 153 von 255 = 60%
R + G + B ~ 80%. #D7F199 ziemlich helle Farbe.
R + G + B = 215 + 241 + 153 = 609 (100%)
R 215 von 609 ~ 35.3%
G 241 von 609 ~ 39.57%
B 153 von 609 ~ 25.12'%
Die Farbe #D7F199 wird in CMYK als (11,0,37,5) definiert.
CMYK: (11,0,37,5)
C11M0Y37K5 (11%, 0%, 37%, 5%)
(0.11 / 0.00 / 0.37 / 0.05)
Farbe #D7F199 in den populären Farbmodellen.
D7 | F1 | 99 | |
---|---|---|---|
RGB | 215 | 241 | 153 |
HSL | 78° | 75.86% | 77.25% |
HSB/HSV | 78° | 36.51% | 94.51% |
CMYK | 10.79% | 0.00% | 36.51% |
5.49% |
Die Farbe #D7F199 in den populären Zahlensystemen.
Hexadezimal | D7 | F1 | 99 |
Dezimal | 215 | 241 | 153 |
Binär | 11010111 | 11110001 | 10011001 |
Oktal | 327 | 361 | 231 |
Dunkle Töne der Farbe #D7F199
Helle Töne der Farbe #D7F199
Beispiele css- und html für Elemente in der Farbe #D7F199. Bitte benutzen Sie auch rgb(215,241,153) statt hex-Code.
.myTextColor { color: #D7F199; }
<p style="color:#D7F199">This sample text font color is #D7F199.</p>
Die Farbe dieses Textes ist #D7F199.
.myBgColor { background-color: #D7F199; }
<div style="background-color:#D7F199">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D7F199.
.myBorderColor { border: 1px solid #D7F199; }
<div style="border:3px solid #D7F199">Div</div>
Die Grenzen von diesem div sind in Farbe #D7F199.
.myOpacity80 { color: #D7F199; opacity: 0.8; }
<p style="color:#D7F199;opacity:0.8;">80%</p>
Text in Farbe #D7F199 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D7F199;}
<p style="text-shadow: 3px 3px 1px #D7F199">Text here.</p>
Dieser Text hat den Schatten in Farbe #D7F199.
.textShadow {text-shadow: 3px 3px 1px #D7F199', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D7F199, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D7F199 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D7F199, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D7F199, Direction=45, Strength=4)">Text</p>
This text has shadow with #D7F199 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D7F199;
-webkit-box-shadow: 1px 1px 3px 2px #D7F199;
box-shadow: 1px 1px 3px 2px #D7F199;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D7F199; -webkit-box-shadow: 1px 1px 3px 2px #D7F199; box-shadow:1px 1px 3px 2px #D7F199;">
Div content here
</div>
Dieser Text ist in der Farbe #D7F199 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D7F199 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D7F199.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D7F199.
Kontrastfarbe für #hex ist #280E66.