Shades of Hint Of Green #E1F2DA
Tints of Hint Of Green #E1F2DA
RGB
CMYK
RGB Variations
Color information
#E1F2DA (or 0xE1F2DA) is known color: Hint Of Green. HEX triplet: E1, F2 and DA. RGB value is (225,242,218). Sum of RGB (Red+Green+Blue) = 225+242+218=685 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.85% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F2DA is #1E0D25. Grayscale: #EAEAEA. Windows color (decimal): -1969446 or 14349025. OLE color: 14349025.
HSL color Cylindrical-coordinate representation of color #E1F2DA: hue angle of 102.5º 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 #E1F2DA is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 242 | 218 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.05 |
| HSL | 102.5º | 0.48% | 0.9% | - |
| HSV(B) | 102.5º | 0.1% | 0.95% | - |
| XYZ | 75.46 | 84.57 | 78.68 | - |
| YUV | 234.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 242 | 218 | 0.07 | 0 | 0.10 | 0.05 | 102.5 | 0.48 | 0.9 |
| Hex | E1 | F2 | DA | 7 | 0 | A | 5 | 66 | 30 | 5A |
| Octal | 341 | 362 | 332 | 7 | 0 | 12 | 5 | 146 | 60 | 132 |
| Binary | 11100001 | 11110010 | 11011010 | 111 | 0 | 1010 | 101 | 1100110 | 110000 | 1011010 |
Color Harmonies of #E1F2DA
Complementary color
Monochromatic Colors of #E1F2DA
Black with #E1F2DA
Text Example
Text Example
White with #E1F2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F2DA; }
p { color: rgb(225,242,218); }
H1.HeaderClassName
{
color: #E1F2DA;
}
.AnyTagClassName
{
color: #E1F2DA;
}
</style>
background-color css
<style>
a { background-color: #E1F2DA; }
a { background-color: rgb(225,242,218); }
div.DivClassName
{
background-color: #E1F2DA;
}
.BgClassName
{
background-color: #E1F2DA;
}
</style>
border-color css
<style>
span { border-color: #E1F2DA; }
span { border-color: rgb(225,242,218); }
td.TdClassName
{
border-color: #E1F2DA;
}
.TagClassName
{
border-color: #E1F2DA;
}
</style>