Shades of Mindaro #E2F07C
Tints of Mindaro #E2F07C
RGB
CMYK
RGB Variations
Color information
#E2F07C (or 0xE2F07C) is known color: Mindaro. HEX triplet: E2, F0 and 7C. RGB value is (226,240,124). Sum of RGB (Red+Green+Blue) = 226+240+124=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 124 (48.83% from 255 or 21.02% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F07C is #1D0F83. Grayscale: #DFDFDF. Windows color (decimal): -1904516 or 8188130. OLE color: 8188130.
HSL color Cylindrical-coordinate representation of color #E2F07C: hue angle of 67.24º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2F07C is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 124 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.06 |
| HSL | 67.24º | 0.79% | 0.71% | - |
| HSV(B) | 67.24º | 0.48% | 0.94% | - |
| XYZ | 66.16 | 79.94 | 31.01 | - |
| YUV | 222.59 | 72.36 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 124 | 0.06 | 0 | 0.48 | 0.06 | 67.24 | 0.79 | 0.71 |
| Hex | E2 | F0 | 7C | 6 | 0 | 30 | 6 | 43 | 4F | 47 |
| Octal | 342 | 360 | 174 | 6 | 0 | 60 | 6 | 103 | 117 | 107 |
| Binary | 11100010 | 11110000 | 1111100 | 110 | 0 | 110000 | 110 | 1000011 | 1001111 | 1000111 |
Color Harmonies of #E2F07C
Complementary color
Monochromatic Colors of #E2F07C
Black with #E2F07C
Text Example
Text Example
White with #E2F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F07C; }
p { color: rgb(226,240,124); }
H1.HeaderClassName
{
color: #E2F07C;
}
.AnyTagClassName
{
color: #E2F07C;
}
</style>
background-color css
<style>
a { background-color: #E2F07C; }
a { background-color: rgb(226,240,124); }
div.DivClassName
{
background-color: #E2F07C;
}
.BgClassName
{
background-color: #E2F07C;
}
</style>
border-color css
<style>
span { border-color: #E2F07C; }
span { border-color: rgb(226,240,124); }
td.TdClassName
{
border-color: #E2F07C;
}
.TagClassName
{
border-color: #E2F07C;
}
</style>