Shades of Mindaro #E2FF77
Tints of Mindaro #E2FF77
RGB
CMYK
RGB Variations
Color information
#E2FF77 (or 0xE2FF77) is known color: Mindaro. HEX triplet: E2, FF and 77. RGB value is (226,255,119). Sum of RGB (Red+Green+Blue) = 226+255+119=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 119 (46.88% from 255 or 19.83% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FF77 is #1D0088. Grayscale: #E7E7E7. Windows color (decimal): -1900681 or 7864290. OLE color: 7864290.
HSL color Cylindrical-coordinate representation of color #E2FF77: hue angle of 72.79º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2FF77 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 119 | - |
| CMYK | 0.11 | 0 | 0.53 | 0 |
| HSL | 72.79º | 1% | 0.73% | - |
| HSV(B) | 72.79º | 0.53% | 1% | - |
| XYZ | 70.45 | 89.02 | 30.92 | - |
| YUV | 230.83 | 64.89 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 119 | 0.11 | 0 | 0.53 | 0 | 72.79 | 1 | 0.73 |
| Hex | E2 | FF | 77 | B | 0 | 35 | 0 | 49 | 64 | 49 |
| Octal | 342 | 377 | 167 | 13 | 0 | 65 | 0 | 111 | 144 | 111 |
| Binary | 11100010 | 11111111 | 1110111 | 1011 | 0 | 110101 | 0 | 1001001 | 1100100 | 1001001 |
Color Harmonies of #E2FF77
Complementary color
Monochromatic Colors of #E2FF77
Black with #E2FF77
Text Example
Text Example
White with #E2FF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF77; }
p { color: rgb(226,255,119); }
H1.HeaderClassName
{
color: #E2FF77;
}
.AnyTagClassName
{
color: #E2FF77;
}
</style>
background-color css
<style>
a { background-color: #E2FF77; }
a { background-color: rgb(226,255,119); }
div.DivClassName
{
background-color: #E2FF77;
}
.BgClassName
{
background-color: #E2FF77;
}
</style>
border-color css
<style>
span { border-color: #E2FF77; }
span { border-color: rgb(226,255,119); }
td.TdClassName
{
border-color: #E2FF77;
}
.TagClassName
{
border-color: #E2FF77;
}
</style>