Shades of Mindaro #E2F472
Tints of Mindaro #E2F472
RGB
CMYK
RGB Variations
Color information
#E2F472 (or 0xE2F472) is known color: Mindaro. HEX triplet: E2, F4 and 72. RGB value is (226,244,114). Sum of RGB (Red+Green+Blue) = 226+244+114=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 114 (44.92% from 255 or 19.52% from 584); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F472 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F472 is #1D0B8D. Grayscale: #E0E0E0. Windows color (decimal): -1903502 or 7533794. OLE color: 7533794.
HSL color Cylindrical-coordinate representation of color #E2F472: hue angle of 68.31º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2F472 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 114 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.04 |
| HSL | 68.31º | 0.86% | 0.7% | - |
| HSV(B) | 68.31º | 0.53% | 0.96% | - |
| XYZ | 66.75 | 82.09 | 28.25 | - |
| YUV | 223.8 | 66.04 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 114 | 0.07 | 0 | 0.53 | 0.04 | 68.31 | 0.86 | 0.7 |
| Hex | E2 | F4 | 72 | 7 | 0 | 35 | 4 | 44 | 56 | 46 |
| Octal | 342 | 364 | 162 | 7 | 0 | 65 | 4 | 104 | 126 | 106 |
| Binary | 11100010 | 11110100 | 1110010 | 111 | 0 | 110101 | 100 | 1000100 | 1010110 | 1000110 |
Color Harmonies of #E2F472
Complementary color
Monochromatic Colors of #E2F472
Black with #E2F472
Text Example
Text Example
White with #E2F472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F472; }
p { color: rgb(226,244,114); }
H1.HeaderClassName
{
color: #E2F472;
}
.AnyTagClassName
{
color: #E2F472;
}
</style>
background-color css
<style>
a { background-color: #E2F472; }
a { background-color: rgb(226,244,114); }
div.DivClassName
{
background-color: #E2F472;
}
.BgClassName
{
background-color: #E2F472;
}
</style>
border-color css
<style>
span { border-color: #E2F472; }
span { border-color: rgb(226,244,114); }
td.TdClassName
{
border-color: #E2F472;
}
.TagClassName
{
border-color: #E2F472;
}
</style>