Shades of Hint Of Green #E4F2DC
Tints of Hint Of Green #E4F2DC
RGB
CMYK
RGB Variations
Color information
#E4F2DC (or 0xE4F2DC) is known color: Hint Of Green. HEX triplet: E4, F2 and DC. RGB value is (228,242,220). Sum of RGB (Red+Green+Blue) = 228+242+220=690 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.04% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4F2DC is #1B0D23. Grayscale: #EBEBEB. Windows color (decimal): -1772836 or 14480100. OLE color: 14480100.
HSL color Cylindrical-coordinate representation of color #E4F2DC: hue angle of 98.18º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E4F2DC is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 242 | 220 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.05 |
| HSL | 98.18º | 0.46% | 0.91% | - |
| HSV(B) | 98.18º | 0.09% | 0.95% | - |
| XYZ | 76.67 | 85.17 | 80.11 | - |
| YUV | 235.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 242 | 220 | 0.06 | 0 | 0.09 | 0.05 | 98.18 | 0.46 | 0.91 |
| Hex | E4 | F2 | DC | 6 | 0 | 9 | 5 | 62 | 2E | 5B |
| Octal | 344 | 362 | 334 | 6 | 0 | 11 | 5 | 142 | 56 | 133 |
| Binary | 11100100 | 11110010 | 11011100 | 110 | 0 | 1001 | 101 | 1100010 | 101110 | 1011011 |
Color Harmonies of #E4F2DC
Complementary color
Monochromatic Colors of #E4F2DC
Black with #E4F2DC
Text Example
Text Example
White with #E4F2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F2DC; }
p { color: rgb(228,242,220); }
H1.HeaderClassName
{
color: #E4F2DC;
}
.AnyTagClassName
{
color: #E4F2DC;
}
</style>
background-color css
<style>
a { background-color: #E4F2DC; }
a { background-color: rgb(228,242,220); }
div.DivClassName
{
background-color: #E4F2DC;
}
.BgClassName
{
background-color: #E4F2DC;
}
</style>
border-color css
<style>
span { border-color: #E4F2DC; }
span { border-color: rgb(228,242,220); }
td.TdClassName
{
border-color: #E4F2DC;
}
.TagClassName
{
border-color: #E4F2DC;
}
</style>