Shades of Mindaro #E1F477
Tints of Mindaro #E1F477
RGB
CMYK
RGB Variations
Color information
#E1F477 (or 0xE1F477) is known color: Mindaro. HEX triplet: E1, F4 and 77. RGB value is (225,244,119). Sum of RGB (Red+Green+Blue) = 225+244+119=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 119 (46.88% from 255 or 20.24% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #E1F477 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F477 is #1E0B88. Grayscale: #E0E0E0. Windows color (decimal): -1969033 or 7861473. OLE color: 7861473.
HSL color Cylindrical-coordinate representation of color #E1F477: hue angle of 69.12º 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 #E1F477 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 244 | 119 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.04 |
| HSL | 69.12º | 0.85% | 0.71% | - |
| HSV(B) | 69.12º | 0.51% | 0.96% | - |
| XYZ | 66.73 | 82.04 | 29.77 | - |
| YUV | 224.07 | 68.71 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 244 | 119 | 0.08 | 0 | 0.51 | 0.04 | 69.12 | 0.85 | 0.71 |
| Hex | E1 | F4 | 77 | 8 | 0 | 33 | 4 | 45 | 55 | 47 |
| Octal | 341 | 364 | 167 | 10 | 0 | 63 | 4 | 105 | 125 | 107 |
| Binary | 11100001 | 11110100 | 1110111 | 1000 | 0 | 110011 | 100 | 1000101 | 1010101 | 1000111 |
Color Harmonies of #E1F477
Complementary color
Monochromatic Colors of #E1F477
Black with #E1F477
Text Example
Text Example
White with #E1F477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F477; }
p { color: rgb(225,244,119); }
H1.HeaderClassName
{
color: #E1F477;
}
.AnyTagClassName
{
color: #E1F477;
}
</style>
background-color css
<style>
a { background-color: #E1F477; }
a { background-color: rgb(225,244,119); }
div.DivClassName
{
background-color: #E1F477;
}
.BgClassName
{
background-color: #E1F477;
}
</style>
border-color css
<style>
span { border-color: #E1F477; }
span { border-color: rgb(225,244,119); }
td.TdClassName
{
border-color: #E1F477;
}
.TagClassName
{
border-color: #E1F477;
}
</style>