Shades of Mindaro #E5F477
Tints of Mindaro #E5F477
RGB
CMYK
RGB Variations
Color information
#E5F477 (or 0xE5F477) is known color: Mindaro. HEX triplet: E5, F4 and 77. RGB value is (229,244,119). Sum of RGB (Red+Green+Blue) = 229+244+119=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 244 (95.70% from 255 or 41.22% from 592); Blue value is 119 (46.88% from 255 or 20.10% from 592); Max value from RGB is 244 - color contains mainly: green. Hex color #E5F477 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F477 is #1A0B88. Grayscale: #E1E1E1. Windows color (decimal): -1706889 or 7861477. OLE color: 7861477.
HSL color Cylindrical-coordinate representation of color #E5F477: hue angle of 67.2º degrees, saturation: 0.85, 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 #E5F477 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 244 | 119 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.04 |
| HSL | 67.2º | 0.85% | 0.71% | - |
| HSV(B) | 67.2º | 0.51% | 0.96% | - |
| XYZ | 67.99 | 82.69 | 29.83 | - |
| YUV | 225.27 | 68.03 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 244 | 119 | 0.06 | 0 | 0.51 | 0.04 | 67.2 | 0.85 | 0.71 |
| Hex | E5 | F4 | 77 | 6 | 0 | 33 | 4 | 43 | 55 | 47 |
| Octal | 345 | 364 | 167 | 6 | 0 | 63 | 4 | 103 | 125 | 107 |
| Binary | 11100101 | 11110100 | 1110111 | 110 | 0 | 110011 | 100 | 1000011 | 1010101 | 1000111 |
Color Harmonies of #E5F477
Complementary color
Monochromatic Colors of #E5F477
Black with #E5F477
Text Example
Text Example
White with #E5F477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F477; }
p { color: rgb(229,244,119); }
H1.HeaderClassName
{
color: #E5F477;
}
.AnyTagClassName
{
color: #E5F477;
}
</style>
background-color css
<style>
a { background-color: #E5F477; }
a { background-color: rgb(229,244,119); }
div.DivClassName
{
background-color: #E5F477;
}
.BgClassName
{
background-color: #E5F477;
}
</style>
border-color css
<style>
span { border-color: #E5F477; }
span { border-color: rgb(229,244,119); }
td.TdClassName
{
border-color: #E5F477;
}
.TagClassName
{
border-color: #E5F477;
}
</style>