Shades of Mindaro #E0F575
Tints of Mindaro #E0F575
RGB
CMYK
RGB Variations
Color information
#E0F575 (or 0xE0F575) is known color: Mindaro. HEX triplet: E0, F5 and 75. RGB value is (224,245,117). Sum of RGB (Red+Green+Blue) = 224+245+117=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 245 (96.09% from 255 or 41.81% from 586); Blue value is 117 (46.09% from 255 or 19.97% from 586); Max value from RGB is 245 - color contains mainly: green. Hex color #E0F575 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F575 is #1F0A8A. Grayscale: #E0E0E0. Windows color (decimal): -2034315 or 7730656. OLE color: 7730656.
HSL color Cylindrical-coordinate representation of color #E0F575: hue angle of 69.84º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0F575 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 245 | 117 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.04 |
| HSL | 69.84º | 0.86% | 0.71% | - |
| HSV(B) | 69.84º | 0.52% | 0.96% | - |
| XYZ | 66.6 | 82.44 | 29.23 | - |
| YUV | 224.13 | 67.54 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 245 | 117 | 0.09 | 0 | 0.52 | 0.04 | 69.84 | 0.86 | 0.71 |
| Hex | E0 | F5 | 75 | 9 | 0 | 34 | 4 | 46 | 56 | 47 |
| Octal | 340 | 365 | 165 | 11 | 0 | 64 | 4 | 106 | 126 | 107 |
| Binary | 11100000 | 11110101 | 1110101 | 1001 | 0 | 110100 | 100 | 1000110 | 1010110 | 1000111 |
Color Harmonies of #E0F575
Complementary color
Monochromatic Colors of #E0F575
Black with #E0F575
Text Example
Text Example
White with #E0F575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F575; }
p { color: rgb(224,245,117); }
H1.HeaderClassName
{
color: #E0F575;
}
.AnyTagClassName
{
color: #E0F575;
}
</style>
background-color css
<style>
a { background-color: #E0F575; }
a { background-color: rgb(224,245,117); }
div.DivClassName
{
background-color: #E0F575;
}
.BgClassName
{
background-color: #E0F575;
}
</style>
border-color css
<style>
span { border-color: #E0F575; }
span { border-color: rgb(224,245,117); }
td.TdClassName
{
border-color: #E0F575;
}
.TagClassName
{
border-color: #E0F575;
}
</style>