Shades of Mindaro #E2F97C
Tints of Mindaro #E2F97C
RGB
CMYK
RGB Variations
Color information
#E2F97C (or 0xE2F97C) is known color: Mindaro. HEX triplet: E2, F9 and 7C. RGB value is (226,249,124). Sum of RGB (Red+Green+Blue) = 226+249+124=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 124 (48.83% from 255 or 20.70% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F97C is #1D0683. Grayscale: #E4E4E4. Windows color (decimal): -1902212 or 8190434. OLE color: 8190434.
HSL color Cylindrical-coordinate representation of color #E2F97C: hue angle of 71.04º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2F97C is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 249 | 124 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.02 |
| HSL | 71.04º | 0.91% | 0.73% | - |
| HSV(B) | 71.04º | 0.5% | 0.98% | - |
| XYZ | 68.88 | 85.38 | 31.92 | - |
| YUV | 227.87 | 69.38 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 249 | 124 | 0.09 | 0 | 0.50 | 0.02 | 71.04 | 0.91 | 0.73 |
| Hex | E2 | F9 | 7C | 9 | 0 | 32 | 2 | 47 | 5B | 49 |
| Octal | 342 | 371 | 174 | 11 | 0 | 62 | 2 | 107 | 133 | 111 |
| Binary | 11100010 | 11111001 | 1111100 | 1001 | 0 | 110010 | 10 | 1000111 | 1011011 | 1001001 |
Color Harmonies of #E2F97C
Complementary color
Monochromatic Colors of #E2F97C
Black with #E2F97C
Text Example
Text Example
White with #E2F97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F97C; }
p { color: rgb(226,249,124); }
H1.HeaderClassName
{
color: #E2F97C;
}
.AnyTagClassName
{
color: #E2F97C;
}
</style>
background-color css
<style>
a { background-color: #E2F97C; }
a { background-color: rgb(226,249,124); }
div.DivClassName
{
background-color: #E2F97C;
}
.BgClassName
{
background-color: #E2F97C;
}
</style>
border-color css
<style>
span { border-color: #E2F97C; }
span { border-color: rgb(226,249,124); }
td.TdClassName
{
border-color: #E2F97C;
}
.TagClassName
{
border-color: #E2F97C;
}
</style>