HEX: #D4E96F
RGB: (212,233,111)
#D4E96F contains mainly red and green colors. Web safe color of #D4E96F is #CCFF66 (or #CF6).
#D4E96F color RGB value is (212,233,111).
RGB: (212,233,111)
(83%, 91%, 44%)
R 212 of 255 = 83%
G 233 of 255 = 91%
B 111 of 255 = 44%
R + G + B ~ 73%. #D4E96F is quite light color.
R + G + B = 212 + 233 + 111 = 556 (100%)
R 212 of 556 ~ 38.13%
G 233 of 556 ~ 41.91%
B 111 of 556 ~ 19.96'%
#D4E96F color CMYK value is (9,0,52,9).
CMYK: (9,0,52,9)
C9M0Y52K9 (9%, 0%, 52%, 9%)
(0.09 / 0.00 / 0.52 / 0.09)
Color #D4E96F in popluar color models
D4 | E9 | 6F | |
---|---|---|---|
RGB | 212 | 233 | 111 |
HSL | 70° | 73.49% | 67.45% |
HSB/HSV | 70° | 52.36% | 91.37% |
CMYK | 9.01% | 0.00% | 52.36% |
8.63% |
Color #D4E96F in popluar number systems.
HEX | D4 | E9 | 6F |
Decimal | 212 | 233 | 111 |
Binary | 11010100 | 11101001 | 1101111 |
Octal | 324 | 351 | 157 |
Shades of #D4E96F
Tints of #D4E96F
Examples of css and html codes for elements with #D4E96F color. Also use rgb(212,233,111) instead hex code.
.myTextColor { color: #D4E96F; }
<p style="color:#D4E96F">This sample text font color is #D4E96F.</p>
This text font color is #D4E96F.
.myBgColor { background-color: #D4E96F; }
<div style="background-color:#D4E96F">Inner text</div>
This div background color is #D4E96F.
.myBorderColor { border: 1px solid #D4E96F; }
<div style="border:3px solid #D4E96F">Div</div>
This div border color is #D4E96F.
.myOpacity80 { color: #D4E96F; opacity: 0.8; }
<p style="color:#D4E96F;opacity:0.8;">80%</p>
Text with #D4E96F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D4E96F;}
<p style="text-shadow: 3px 3px 1px #D4E96F">Text here.</p>
This text has shadow with #D4E96F color.
.textShadow {text-shadow: 3px 3px 1px #D4E96F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D4E96F, 5px 5px 20px red">Text here.</p>
This text has shadow with #D4E96F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4E96F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D4E96F, Direction=45, Strength=4)">Text</p>
This text has shadow with #D4E96F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D4E96F;
-webkit-box-shadow: 1px 1px 3px 2px #D4E96F;
box-shadow: 1px 1px 3px 2px #D4E96F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D4E96F; -webkit-box-shadow: 1px 1px 3px 2px #D4E96F; box-shadow:1px 1px 3px 2px #D4E96F;">
Div content here
</div>
This text has color #D4E96F on black background.
This text has color #D4E96F on white background.
This text has black color on #D4E96F background.
This text has white color on #D4E96F background.
Complementary color for #hex is #2B1690.