HEX: #E4F896
RGB: (228,248,150)
#E4F896 contains mainly red and green colors. Web safe color of #E4F896 is #CCFF99 (or #CF9).
#E4F896 color RGB value is (228,248,150).
RGB: (228,248,150)
(89%, 97%, 59%)
R 228 of 255 = 89%
G 248 of 255 = 97%
B 150 of 255 = 59%
R + G + B ~ 82%. #E4F896 is quite light color.
R + G + B = 228 + 248 + 150 = 626 (100%)
R 228 of 626 ~ 36.42%
G 248 of 626 ~ 39.62%
B 150 of 626 ~ 23.96'%
#E4F896 color CMYK value is (8,0,40,3).
CMYK: (8,0,40,3)
C8M0Y40K3 (8%, 0%, 40%, 3%)
(0.08 / 0.00 / 0.40 / 0.03)
Color #E4F896 in popluar color models
E4 | F8 | 96 | |
---|---|---|---|
RGB | 228 | 248 | 150 |
HSL | 72° | 87.50% | 78.04% |
HSB/HSV | 72° | 39.52% | 97.25% |
CMYK | 8.06% | 0.00% | 39.52% |
2.75% |
Color #E4F896 in popluar number systems.
HEX | E4 | F8 | 96 |
Decimal | 228 | 248 | 150 |
Binary | 11100100 | 11111000 | 10010110 |
Octal | 344 | 370 | 226 |
Shades of #E4F896
Tints of #E4F896
Examples of css and html codes for elements with #E4F896 color. Also use rgb(228,248,150) instead hex code.
.myTextColor { color: #E4F896; }
<p style="color:#E4F896">This sample text font color is #E4F896.</p>
This text font color is #E4F896.
.myBgColor { background-color: #E4F896; }
<div style="background-color:#E4F896">Inner text</div>
This div background color is #E4F896.
.myBorderColor { border: 1px solid #E4F896; }
<div style="border:3px solid #E4F896">Div</div>
This div border color is #E4F896.
.myOpacity80 { color: #E4F896; opacity: 0.8; }
<p style="color:#E4F896;opacity:0.8;">80%</p>
Text with #E4F896 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4F896;}
<p style="text-shadow: 3px 3px 1px #E4F896">Text here.</p>
This text has shadow with #E4F896 color.
.textShadow {text-shadow: 3px 3px 1px #E4F896', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4F896, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4F896 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4F896, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4F896, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4F896 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4F896;
-webkit-box-shadow: 1px 1px 3px 2px #E4F896;
box-shadow: 1px 1px 3px 2px #E4F896;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4F896; -webkit-box-shadow: 1px 1px 3px 2px #E4F896; box-shadow:1px 1px 3px 2px #E4F896;">
Div content here
</div>
This text has color #E4F896 on black background.
This text has color #E4F896 on white background.
This text has black color on #E4F896 background.
This text has white color on #E4F896 background.
Complementary color for #hex is #1B0769.