Shades of Mindaro #E2F370
Tints of Mindaro #E2F370
RGB
CMYK
RGB Variations
Color information
#E2F370 (or 0xE2F370) is known color: Mindaro. HEX triplet: E2, F3 and 70. RGB value is (226,243,112). Sum of RGB (Red+Green+Blue) = 226+243+112=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 112 (44.14% from 255 or 19.28% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F370 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F370 is #1D0C8F. Grayscale: #DFDFDF. Windows color (decimal): -1903760 or 7402466. OLE color: 7402466.
HSL color Cylindrical-coordinate representation of color #E2F370: hue angle of 67.79º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2F370 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 243 | 112 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.05 |
| HSL | 67.79º | 0.85% | 0.7% | - |
| HSV(B) | 67.79º | 0.54% | 0.95% | - |
| XYZ | 66.34 | 81.44 | 27.55 | - |
| YUV | 222.98 | 65.37 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 243 | 112 | 0.07 | 0 | 0.54 | 0.05 | 67.79 | 0.85 | 0.7 |
| Hex | E2 | F3 | 70 | 7 | 0 | 36 | 5 | 44 | 55 | 46 |
| Octal | 342 | 363 | 160 | 7 | 0 | 66 | 5 | 104 | 125 | 106 |
| Binary | 11100010 | 11110011 | 1110000 | 111 | 0 | 110110 | 101 | 1000100 | 1010101 | 1000110 |
Color Harmonies of #E2F370
Complementary color
Monochromatic Colors of #E2F370
Black with #E2F370
Text Example
Text Example
White with #E2F370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F370; }
p { color: rgb(226,243,112); }
H1.HeaderClassName
{
color: #E2F370;
}
.AnyTagClassName
{
color: #E2F370;
}
</style>
background-color css
<style>
a { background-color: #E2F370; }
a { background-color: rgb(226,243,112); }
div.DivClassName
{
background-color: #E2F370;
}
.BgClassName
{
background-color: #E2F370;
}
</style>
border-color css
<style>
span { border-color: #E2F370; }
span { border-color: rgb(226,243,112); }
td.TdClassName
{
border-color: #E2F370;
}
.TagClassName
{
border-color: #E2F370;
}
</style>