Shades of Mindaro #E0FF71
Tints of Mindaro #E0FF71
RGB
CMYK
RGB Variations
Color information
#E0FF71 (or 0xE0FF71) is known color: Mindaro. HEX triplet: E0, FF and 71. RGB value is (224,255,113). Sum of RGB (Red+Green+Blue) = 224+255+113=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 113 (44.53% from 255 or 19.09% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FF71 is #1F008E. Grayscale: #E6E6E6. Windows color (decimal): -2031759 or 7471072. OLE color: 7471072.
HSL color Cylindrical-coordinate representation of color #E0FF71: hue angle of 73.1º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E0FF71 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 113 | - |
| CMYK | 0.12 | 0 | 0.56 | 0 |
| HSL | 73.1º | 1% | 0.72% | - |
| HSV(B) | 73.1º | 0.56% | 1% | - |
| XYZ | 69.48 | 88.56 | 29.05 | - |
| YUV | 229.54 | 62.23 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 113 | 0.12 | 0 | 0.56 | 0 | 73.1 | 1 | 0.72 |
| Hex | E0 | FF | 71 | C | 0 | 38 | 0 | 49 | 64 | 48 |
| Octal | 340 | 377 | 161 | 14 | 0 | 70 | 0 | 111 | 144 | 110 |
| Binary | 11100000 | 11111111 | 1110001 | 1100 | 0 | 111000 | 0 | 1001001 | 1100100 | 1001000 |
Color Harmonies of #E0FF71
Complementary color
Monochromatic Colors of #E0FF71
Black with #E0FF71
Text Example
Text Example
White with #E0FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FF71; }
p { color: rgb(224,255,113); }
H1.HeaderClassName
{
color: #E0FF71;
}
.AnyTagClassName
{
color: #E0FF71;
}
</style>
background-color css
<style>
a { background-color: #E0FF71; }
a { background-color: rgb(224,255,113); }
div.DivClassName
{
background-color: #E0FF71;
}
.BgClassName
{
background-color: #E0FF71;
}
</style>
border-color css
<style>
span { border-color: #E0FF71; }
span { border-color: rgb(224,255,113); }
td.TdClassName
{
border-color: #E0FF71;
}
.TagClassName
{
border-color: #E0FF71;
}
</style>