HEX: #D5E37A
RGB: (213,227,122)
#D5E37A contains mainly red and green colors. Web safe color of #D5E37A is #CCCC66 (or #CC6).
#D5E37A color RGB value is (213,227,122).
RGB: (213,227,122) (84%,89%,48%)
R 213 of 255 = 84%
G 227 of 255 = 89%
B 122 of 255 = 48%
R + G + B ~ 74%. #D5E37A is quite light color.
R + G + B =
213 + 227 + 122 = 562 (100%)
R 213 of 562 ~ 37.9%
G 227 of 562 ~ 40.39%
B 122 of 562 ~ 21.71%
#D5E37A color CMYK value is (6,0,46,11).
CMYK: (6,0,46,11) C6M0Y46K11 (6%,0%,46%,11%) (0.06/0.00/0.46/0.11)
D5 | E3 | 7A | |
---|---|---|---|
RGB | 213 | 227 | 122 |
HSL | 68° | 65.22% | 68.43% |
HSB/HSV | 68° | 46.26% | 89.02% |
CMYK | 6.17% | 0.00% | 46.26% |
10.98% |
HEX | D5 | E3 | 7A |
Decimal | 213 | 227 | 122 |
Binary | 11010101 | 11100011 | 1111010 |
Octal | 325 | 343 | 172 |
Examples of css and html codes for elements with #D5E37A color. Also use rgb(213,227,122) instead hex code.
.myTextColor { color: #D5E37A; }
<p style="color:#D5E37A">This sample text font color is #D5E37A.</p>
This text font color is #D5E37A.
.myBgColor { background-color: #D5E37A; }
<div style="background-color:#D5E37A">Inner text</div>
This div background color is #D5E37A.
.myBorderColor { border: 1px solid #D5E37A; }
<div style="border:3px solid #D5E37A">Div</div>
This div border color is #D5E37A.
.myOpacity80 { color: #D5E37A; opacity: 0.8; }
<p style="color:#D5E37A;opacity:0.8;">80%</p>
Text with #D5E37A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5E37A;}
<p style="text-shadow: 3px 3px 1px #D5E37A">Text here.</p>
This text has shadow with #D5E37A color.
.textShadow {text-shadow: 3px 3px 1px #D5E37A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5E37A, 5px 5px 20px red">Text here.</p>
This text has shadow with #D5E37A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5E37A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5E37A, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5E37A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5E37A; -webkit-box-shadow: 1px 1px 3px 2px #D5E37A; box-shadow: 1px 1px 3px 2px #D5E37A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5E37A; -webkit-box-shadow: 1px 1px 3px 2px #D5E37A; box-shadow:1px 1px 3px 2px #D5E37A;">
Div content here</div>
This text has color #D5E37A on black background.
This text has color #D5E37A on white background.
This text has black color on #D5E37A background.
This text has white color on #D5E37A background.