HEX: #D5EE91
RGB: (213,238,145)
#D5EE91 enthält hauptsächlich rote und grüne Farbe. Für #D5EE91 ist eine «websichere» Webfarbe #CCFF99 (oder kurz #CF9).
Die Farbe #D5EE91 wird in RGB als (213,238,145) definiert.
RGB: (213,238,145) (84%,93%,57%)
R 213 von 255 = 84%
G 238 von 255 = 93%
B 145 von 255 = 57%
R + G + B ~ 78%. #D5EE91 ziemlich helle Farbe.
R + G + B =
213 + 238 + 145 = 596 (100%)
R 213 von 596 ~ 35.74%
G 238 von 596 ~ 39.93%
B 145 von 596 ~ 24.33%
Die Farbe #D5EE91 wird in CMYK als (11,0,39,7) definiert.
CMYK: (11,0,39,7) C11M0Y39K7 (11%,0%,39%,7%) (0.11/0.00/0.39/0.07)
D5 | EE | 91 | |
---|---|---|---|
RGB | 213 | 238 | 145 |
HSL | 76° | 73.23% | 75.10% |
HSB/HSV | 76° | 39.08% | 93.33% |
CMYK | 10.50% | 0.00% | 39.08% |
6.67% |
Hexadezimal | D5 | EE | 91 |
Dezimal | 213 | 238 | 145 |
Binär | 11010101 | 11101110 | 10010001 |
Oktal | 325 | 356 | 221 |
Beispiele css- und html für Elemente in der Farbe #D5EE91. Bitte benutzen Sie auch rgb(213,238,145) statt hex-Code.
.myTextColor { color: #D5EE91; }
<p style="color:#D5EE91">This sample text font color is #D5EE91.</p>
Die Farbe dieses Textes ist #D5EE91.
.myBgColor { background-color: #D5EE91; }
<div style="background-color:#D5EE91">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D5EE91.
.myBorderColor { border: 1px solid #D5EE91; }
<div style="border:3px solid #D5EE91">Div</div>
Die Grenzen von diesem div sind in Farbe #D5EE91.
.myOpacity80 { color: #D5EE91; opacity: 0.8; }
<p style="color:#D5EE91;opacity:0.8;">80%</p>
Text in Farbe #D5EE91 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5EE91;}
<p style="text-shadow: 3px 3px 1px #D5EE91">Text here.</p>
Dieser Text hat den Schatten in Farbe #D5EE91.
.textShadow {text-shadow: 3px 3px 1px #D5EE91, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5EE91, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D5EE91 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5EE91, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5EE91, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5EE91 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5EE91; -webkit-box-shadow: 1px 1px 3px 2px #D5EE91; box-shadow: 1px 1px 3px 2px #D5EE91; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5EE91; -webkit-box-shadow: 1px 1px 3px 2px #D5EE91; box-shadow:1px 1px 3px 2px #D5EE91;">
Div content here</div>
Dieser Text ist in der Farbe #D5EE91 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D5EE91 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D5EE91.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D5EE91.