HEX: #D5F45D
RGB: (213,244,93)
#D5F45D enthält hauptsächlich rote und grüne Farbe. Für #D5F45D ist eine «websichere» Webfarbe #CCFF66 (oder kurz #CF6).
Die Farbe #D5F45D wird in RGB als (213,244,93) definiert.
RGB: (213,244,93) (84%,96%,36%)
R 213 von 255 = 84%
G 244 von 255 = 96%
B 93 von 255 = 36%
R + G + B ~ 72%. #D5F45D ziemlich helle Farbe.
R + G + B =
213 + 244 + 93 = 550 (100%)
R 213 von 550 ~ 38.73%
G 244 von 550 ~ 44.36%
B 93 von 550 ~ 16.91%
Die Farbe #D5F45D wird in CMYK als (13,0,62,4) definiert.
CMYK: (13,0,62,4) C13M0Y62K4 (13%,0%,62%,4%) (0.13/0.00/0.62/0.04)
D5 | F4 | 5D | |
---|---|---|---|
RGB | 213 | 244 | 93 |
HSL | 72° | 87.28% | 66.08% |
HSB/HSV | 72° | 61.89% | 95.69% |
CMYK | 12.70% | 0.00% | 61.89% |
4.31% |
Hexadezimal | D5 | F4 | 5D |
Dezimal | 213 | 244 | 93 |
Binär | 11010101 | 11110100 | 1011101 |
Oktal | 325 | 364 | 135 |
Beispiele css- und html für Elemente in der Farbe #D5F45D. Bitte benutzen Sie auch rgb(213,244,93) statt hex-Code.
.myTextColor { color: #D5F45D; }
<p style="color:#D5F45D">This sample text font color is #D5F45D.</p>
Die Farbe dieses Textes ist #D5F45D.
.myBgColor { background-color: #D5F45D; }
<div style="background-color:#D5F45D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D5F45D.
.myBorderColor { border: 1px solid #D5F45D; }
<div style="border:3px solid #D5F45D">Div</div>
Die Grenzen von diesem div sind in Farbe #D5F45D.
.myOpacity80 { color: #D5F45D; opacity: 0.8; }
<p style="color:#D5F45D;opacity:0.8;">80%</p>
Text in Farbe #D5F45D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5F45D;}
<p style="text-shadow: 3px 3px 1px #D5F45D">Text here.</p>
Dieser Text hat den Schatten in Farbe #D5F45D.
.textShadow {text-shadow: 3px 3px 1px #D5F45D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5F45D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D5F45D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5F45D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5F45D, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5F45D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5F45D; -webkit-box-shadow: 1px 1px 3px 2px #D5F45D; box-shadow: 1px 1px 3px 2px #D5F45D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5F45D; -webkit-box-shadow: 1px 1px 3px 2px #D5F45D; box-shadow:1px 1px 3px 2px #D5F45D;">
Div content here</div>
Dieser Text ist in der Farbe #D5F45D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D5F45D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D5F45D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D5F45D.