HEX: #D5E46E
RGB: (213,228,110)
#D5E46E contains mainly red and green colors. Web safe color of #D5E46E is #CCCC66 (or #CC6).
#D5E46E color RGB value is (213,228,110).
RGB: (213,228,110) (84%,89%,43%)
R 213 of 255 = 84%
G 228 of 255 = 89%
B 110 of 255 = 43%
R + G + B ~ 72%. #D5E46E is quite light color.
R + G + B =
213 + 228 + 110 = 551 (100%)
R 213 of 551 ~ 38.66%
G 228 of 551 ~ 41.38%
B 110 of 551 ~ 19.96%
#D5E46E color CMYK value is (7,0,52,11).
CMYK: (7,0,52,11) C7M0Y52K11 (7%,0%,52%,11%) (0.07/0.00/0.52/0.11)
D5 | E4 | 6E | |
---|---|---|---|
RGB | 213 | 228 | 110 |
HSL | 68° | 68.60% | 66.27% |
HSB/HSV | 68° | 51.75% | 89.41% |
CMYK | 6.58% | 0.00% | 51.75% |
10.59% |
HEX | D5 | E4 | 6E |
Decimal | 213 | 228 | 110 |
Binary | 11010101 | 11100100 | 1101110 |
Octal | 325 | 344 | 156 |
Examples of css and html codes for elements with #D5E46E color. Also use rgb(213,228,110) instead hex code.
.myTextColor { color: #D5E46E; }
<p style="color:#D5E46E">This sample text font color is #D5E46E.</p>
This text font color is #D5E46E.
.myBgColor { background-color: #D5E46E; }
<div style="background-color:#D5E46E">Inner text</div>
This div background color is #D5E46E.
.myBorderColor { border: 1px solid #D5E46E; }
<div style="border:3px solid #D5E46E">Div</div>
This div border color is #D5E46E.
.myOpacity80 { color: #D5E46E; opacity: 0.8; }
<p style="color:#D5E46E;opacity:0.8;">80%</p>
Text with #D5E46E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5E46E;}
<p style="text-shadow: 3px 3px 1px #D5E46E">Text here.</p>
This text has shadow with #D5E46E color.
.textShadow {text-shadow: 3px 3px 1px #D5E46E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5E46E, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5E46E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5E46E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5E46E, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5E46E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5E46E; -webkit-box-shadow: 1px 1px 3px 2px #D5E46E; box-shadow: 1px 1px 3px 2px #D5E46E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5E46E; -webkit-box-shadow: 1px 1px 3px 2px #D5E46E; box-shadow:1px 1px 3px 2px #D5E46E;">
Div content here</div>
This text has color #D5E46E on black background.
This text has color #D5E46E on white background.
This text has black color on #D5E46E background.
This text has white color on #D5E46E background.