Shades of Hint Of Green #E2F2DA
Tints of Hint Of Green #E2F2DA
RGB
CMYK
RGB Variations
Color information
#E2F2DA (or 0xE2F2DA) is known color: Hint Of Green. HEX triplet: E2, F2 and DA. RGB value is (226,242,218). Sum of RGB (Red+Green+Blue) = 226+242+218=686 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.94% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F2DA is #1D0D25. Grayscale: #EAEAEA. Windows color (decimal): -1903910 or 14349026. OLE color: 14349026.
HSL color Cylindrical-coordinate representation of color #E2F2DA: hue angle of 100º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2F2DA is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 226 | 242 | 218 | - |
CMYK | 0.07 | 0 | 0.10 | 0.05 |
HSL | 100º | 0.48% | 0.9% | - |
HSV(B) | 100º | 0.1% | 0.95% | - |
XYZ | 75.77 | 84.73 | 78.69 | - |
YUV | 234.48 | 118.7 | 121.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 242 | 218 | 0.07 | 0 | 0.10 | 0.05 | 100 | 0.48 | 0.9 |
Hex | E2 | F2 | DA | 7 | 0 | A | 5 | 64 | 30 | 5A |
Octal | 342 | 362 | 332 | 7 | 0 | 12 | 5 | 144 | 60 | 132 |
Binary | 11100010 | 11110010 | 11011010 | 111 | 0 | 1010 | 101 | 1100100 | 110000 | 1011010 |
Color Harmonies of #E2F2DA
Complementary color
Monochromatic Colors of #E2F2DA
Black with #E2F2DA
Text Example
Text Example
White with #E2F2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F2DA; }
p { color: rgb(226,242,218); }
H1.HeaderClassName
{
color: #E2F2DA;
}
.AnyTagClassName
{
color: #E2F2DA;
}
</style>
background-color css
<style>
a { background-color: #E2F2DA; }
a { background-color: rgb(226,242,218); }
div.DivClassName
{
background-color: #E2F2DA;
}
.BgClassName
{
background-color: #E2F2DA;
}
</style>
border-color css
<style>
span { border-color: #E2F2DA; }
span { border-color: rgb(226,242,218); }
td.TdClassName
{
border-color: #E2F2DA;
}
.TagClassName
{
border-color: #E2F2DA;
}
</style>