Shades of Mindaro #E0F577
Tints of Mindaro #E0F577
RGB
CMYK
RGB Variations
Color information
#E0F577 (or 0xE0F577) is known color: Mindaro. HEX triplet: E0, F5 and 77. RGB value is (224,245,119). Sum of RGB (Red+Green+Blue) = 224+245+119=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 119 (46.88% from 255 or 20.24% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #E0F577 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F577 is #1F0A88. Grayscale: #E0E0E0. Windows color (decimal): -2034313 or 7861728. OLE color: 7861728.
HSL color Cylindrical-coordinate representation of color #E0F577: hue angle of 70º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0F577 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 245 | 119 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.04 |
| HSL | 70º | 0.86% | 0.71% | - |
| HSV(B) | 70º | 0.51% | 0.96% | - |
| XYZ | 66.72 | 82.48 | 29.86 | - |
| YUV | 224.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 245 | 119 | 0.09 | 0 | 0.51 | 0.04 | 70 | 0.86 | 0.71 |
| Hex | E0 | F5 | 77 | 9 | 0 | 33 | 4 | 46 | 56 | 47 |
| Octal | 340 | 365 | 167 | 11 | 0 | 63 | 4 | 106 | 126 | 107 |
| Binary | 11100000 | 11110101 | 1110111 | 1001 | 0 | 110011 | 100 | 1000110 | 1010110 | 1000111 |
Color Harmonies of #E0F577
Complementary color
Monochromatic Colors of #E0F577
Black with #E0F577
Text Example
Text Example
White with #E0F577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F577; }
p { color: rgb(224,245,119); }
H1.HeaderClassName
{
color: #E0F577;
}
.AnyTagClassName
{
color: #E0F577;
}
</style>
background-color css
<style>
a { background-color: #E0F577; }
a { background-color: rgb(224,245,119); }
div.DivClassName
{
background-color: #E0F577;
}
.BgClassName
{
background-color: #E0F577;
}
</style>
border-color css
<style>
span { border-color: #E0F577; }
span { border-color: rgb(224,245,119); }
td.TdClassName
{
border-color: #E0F577;
}
.TagClassName
{
border-color: #E0F577;
}
</style>