Shades of Mindaro #E2F870
Tints of Mindaro #E2F870
RGB
CMYK
RGB Variations
Color information
#E2F870 (or 0xE2F870) is known color: Mindaro. HEX triplet: E2, F8 and 70. RGB value is (226,248,112). Sum of RGB (Red+Green+Blue) = 226+248+112=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 112 (44.14% from 255 or 19.11% from 586); Max value from RGB is 248 - color contains mainly: green. Hex color #E2F870 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F870 is #1D078F. Grayscale: #E2E2E2. Windows color (decimal): -1902480 or 7403746. OLE color: 7403746.
HSL color Cylindrical-coordinate representation of color #E2F870: hue angle of 69.71º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2F870 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 248 | 112 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.03 |
| HSL | 69.71º | 0.91% | 0.71% | - |
| HSV(B) | 69.71º | 0.55% | 0.97% | - |
| XYZ | 67.86 | 84.47 | 28.06 | - |
| YUV | 225.92 | 63.71 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 248 | 112 | 0.09 | 0 | 0.55 | 0.03 | 69.71 | 0.91 | 0.71 |
| Hex | E2 | F8 | 70 | 9 | 0 | 37 | 3 | 46 | 5B | 47 |
| Octal | 342 | 370 | 160 | 11 | 0 | 67 | 3 | 106 | 133 | 107 |
| Binary | 11100010 | 11111000 | 1110000 | 1001 | 0 | 110111 | 11 | 1000110 | 1011011 | 1000111 |
Color Harmonies of #E2F870
Complementary color
Monochromatic Colors of #E2F870
Black with #E2F870
Text Example
Text Example
White with #E2F870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F870; }
p { color: rgb(226,248,112); }
H1.HeaderClassName
{
color: #E2F870;
}
.AnyTagClassName
{
color: #E2F870;
}
</style>
background-color css
<style>
a { background-color: #E2F870; }
a { background-color: rgb(226,248,112); }
div.DivClassName
{
background-color: #E2F870;
}
.BgClassName
{
background-color: #E2F870;
}
</style>
border-color css
<style>
span { border-color: #E2F870; }
span { border-color: rgb(226,248,112); }
td.TdClassName
{
border-color: #E2F870;
}
.TagClassName
{
border-color: #E2F870;
}
</style>