HEX: #D9EE7A
RGB: (217,238,122)
#D9EE7A contains mainly red and green colors. Web safe color of #D9EE7A is #CCFF66 (or #CF6).
#D9EE7A color RGB value is (217,238,122).
RGB: (217,238,122)
(85%, 93%, 48%)
R 217 of 255 = 85%
G 238 of 255 = 93%
B 122 of 255 = 48%
R + G + B ~ 75%. #D9EE7A is quite light color.
R + G + B = 217 + 238 + 122 = 577 (100%)
R 217 of 577 ~ 37.61%
G 238 of 577 ~ 41.25%
B 122 of 577 ~ 21.14'%
#D9EE7A color CMYK value is (9,0,49,7).
CMYK: (9,0,49,7)
C9M0Y49K7 (9%, 0%, 49%, 7%)
(0.09 / 0.00 / 0.49 / 0.07)
Color #D9EE7A in popluar color models
D9 | EE | 7A | |
---|---|---|---|
RGB | 217 | 238 | 122 |
HSL | 71° | 77.33% | 70.59% |
HSB/HSV | 71° | 48.74% | 93.33% |
CMYK | 8.82% | 0.00% | 48.74% |
6.67% |
Color #D9EE7A in popluar number systems.
HEX | D9 | EE | 7A |
Decimal | 217 | 238 | 122 |
Binary | 11011001 | 11101110 | 1111010 |
Octal | 331 | 356 | 172 |
Shades of #D9EE7A
Tints of #D9EE7A
Examples of css and html codes for elements with #D9EE7A color. Also use rgb(217,238,122) instead hex code.
.myTextColor { color: #D9EE7A; }
<p style="color:#D9EE7A">This sample text font color is #D9EE7A.</p>
This text font color is #D9EE7A.
.myBgColor { background-color: #D9EE7A; }
<div style="background-color:#D9EE7A">Inner text</div>
This div background color is #D9EE7A.
.myBorderColor { border: 1px solid #D9EE7A; }
<div style="border:3px solid #D9EE7A">Div</div>
This div border color is #D9EE7A.
.myOpacity80 { color: #D9EE7A; opacity: 0.8; }
<p style="color:#D9EE7A;opacity:0.8;">80%</p>
Text with #D9EE7A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D9EE7A;}
<p style="text-shadow: 3px 3px 1px #D9EE7A">Text here.</p>
This text has shadow with #D9EE7A color.
.textShadow {text-shadow: 3px 3px 1px #D9EE7A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D9EE7A, 5px 5px 20px red">Text here.</p>
This text has shadow with #D9EE7A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9EE7A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D9EE7A, Direction=45, Strength=4)">Text</p>
This text has shadow with #D9EE7A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D9EE7A;
-webkit-box-shadow: 1px 1px 3px 2px #D9EE7A;
box-shadow: 1px 1px 3px 2px #D9EE7A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9EE7A; -webkit-box-shadow: 1px 1px 3px 2px #D9EE7A; box-shadow:1px 1px 3px 2px #D9EE7A;">
Div content here
</div>
This text has color #D9EE7A on black background.
This text has color #D9EE7A on white background.
This text has black color on #D9EE7A background.
This text has white color on #D9EE7A background.
Complementary color for #hex is #261185.