HEX: #D5E59F
RGB: (213,229,159)
#D5E59F contains mainly red and green colors. Web safe color of #D5E59F is #CCCC99 (or #CC9).
#D5E59F color RGB value is (213,229,159).
RGB: (213,229,159) (84%,90%,62%)
R 213 of 255 = 84%
G 229 of 255 = 90%
B 159 of 255 = 62%
R + G + B ~ 79%. #D5E59F is quite light color.
R + G + B =
213 + 229 + 159 = 601 (100%)
R 213 of 601 ~ 35.44%
G 229 of 601 ~ 38.1%
B 159 of 601 ~ 26.46%
#D5E59F color CMYK value is (7,0,31,10).
CMYK: (7,0,31,10) C7M0Y31K10 (7%,0%,31%,10%) (0.07/0.00/0.31/0.10)
D5 | E5 | 9F | |
---|---|---|---|
RGB | 213 | 229 | 159 |
HSL | 74° | 57.38% | 76.08% |
HSB/HSV | 74° | 30.57% | 89.80% |
CMYK | 6.99% | 0.00% | 30.57% |
10.20% |
HEX | D5 | E5 | 9F |
Decimal | 213 | 229 | 159 |
Binary | 11010101 | 11100101 | 10011111 |
Octal | 325 | 345 | 237 |
Examples of css and html codes for elements with #D5E59F color. Also use rgb(213,229,159) instead hex code.
.myTextColor { color: #D5E59F; }
<p style="color:#D5E59F">This sample text font color is #D5E59F.</p>
This text font color is #D5E59F.
.myBgColor { background-color: #D5E59F; }
<div style="background-color:#D5E59F">Inner text</div>
This div background color is #D5E59F.
.myBorderColor { border: 1px solid #D5E59F; }
<div style="border:3px solid #D5E59F">Div</div>
This div border color is #D5E59F.
.myOpacity80 { color: #D5E59F; opacity: 0.8; }
<p style="color:#D5E59F;opacity:0.8;">80%</p>
Text with #D5E59F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5E59F;}
<p style="text-shadow: 3px 3px 1px #D5E59F">Text here.</p>
This text has shadow with #D5E59F color.
.textShadow {text-shadow: 3px 3px 1px #D5E59F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5E59F, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5E59F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5E59F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5E59F, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5E59F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5E59F; -webkit-box-shadow: 1px 1px 3px 2px #D5E59F; box-shadow: 1px 1px 3px 2px #D5E59F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5E59F; -webkit-box-shadow: 1px 1px 3px 2px #D5E59F; box-shadow:1px 1px 3px 2px #D5E59F;">
Div content here</div>
This text has color #D5E59F on black background.
This text has color #D5E59F on white background.
This text has black color on #D5E59F background.
This text has white color on #D5E59F background.