Shades of Mindaro #E2F471
Tints of Mindaro #E2F471
RGB
CMYK
RGB Variations
Color information
#E2F471 (or 0xE2F471) is known color: Mindaro. HEX triplet: E2, F4 and 71. RGB value is (226,244,113). Sum of RGB (Red+Green+Blue) = 226+244+113=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 244 (95.70% from 255 or 41.85% from 583); Blue value is 113 (44.53% from 255 or 19.38% from 583); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F471 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F471 is #1D0B8E. Grayscale: #E0E0E0. Windows color (decimal): -1903503 or 7468258. OLE color: 7468258.
HSL color Cylindrical-coordinate representation of color #E2F471: hue angle of 68.24º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2F471 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 113 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.04 |
| HSL | 68.24º | 0.86% | 0.7% | - |
| HSV(B) | 68.24º | 0.54% | 0.96% | - |
| XYZ | 66.7 | 82.06 | 27.95 | - |
| YUV | 223.68 | 65.54 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 113 | 0.07 | 0 | 0.54 | 0.04 | 68.24 | 0.86 | 0.7 |
| Hex | E2 | F4 | 71 | 7 | 0 | 36 | 4 | 44 | 56 | 46 |
| Octal | 342 | 364 | 161 | 7 | 0 | 66 | 4 | 104 | 126 | 106 |
| Binary | 11100010 | 11110100 | 1110001 | 111 | 0 | 110110 | 100 | 1000100 | 1010110 | 1000110 |
Color Harmonies of #E2F471
Complementary color
Monochromatic Colors of #E2F471
Black with #E2F471
Text Example
Text Example
White with #E2F471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F471; }
p { color: rgb(226,244,113); }
H1.HeaderClassName
{
color: #E2F471;
}
.AnyTagClassName
{
color: #E2F471;
}
</style>
background-color css
<style>
a { background-color: #E2F471; }
a { background-color: rgb(226,244,113); }
div.DivClassName
{
background-color: #E2F471;
}
.BgClassName
{
background-color: #E2F471;
}
</style>
border-color css
<style>
span { border-color: #E2F471; }
span { border-color: rgb(226,244,113); }
td.TdClassName
{
border-color: #E2F471;
}
.TagClassName
{
border-color: #E2F471;
}
</style>