Shades of Mindaro #E2FE77
Tints of Mindaro #E2FE77
RGB
CMYK
RGB Variations
Color information
#E2FE77 (or 0xE2FE77) is known color: Mindaro. HEX triplet: E2, FE and 77. RGB value is (226,254,119). Sum of RGB (Red+Green+Blue) = 226+254+119=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 119 (46.88% from 255 or 19.87% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FE77 is #1D0188. Grayscale: #E6E6E6. Windows color (decimal): -1900937 or 7864034. OLE color: 7864034.
HSL color Cylindrical-coordinate representation of color #E2FE77: hue angle of 72.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2FE77 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 119 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.00 |
| HSL | 72.44º | 0.99% | 0.73% | - |
| HSV(B) | 72.44º | 0.53% | 1% | - |
| XYZ | 70.14 | 88.38 | 30.82 | - |
| YUV | 230.24 | 65.22 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 119 | 0.11 | 0 | 0.53 | 0.00 | 72.44 | 0.99 | 0.73 |
| Hex | E2 | FE | 77 | B | 0 | 35 | 0 | 48 | 63 | 49 |
| Octal | 342 | 376 | 167 | 13 | 0 | 65 | 0 | 110 | 143 | 111 |
| Binary | 11100010 | 11111110 | 1110111 | 1011 | 0 | 110101 | 0 | 1001000 | 1100011 | 1001001 |
Color Harmonies of #E2FE77
Complementary color
Monochromatic Colors of #E2FE77
Black with #E2FE77
Text Example
Text Example
White with #E2FE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FE77; }
p { color: rgb(226,254,119); }
H1.HeaderClassName
{
color: #E2FE77;
}
.AnyTagClassName
{
color: #E2FE77;
}
</style>
background-color css
<style>
a { background-color: #E2FE77; }
a { background-color: rgb(226,254,119); }
div.DivClassName
{
background-color: #E2FE77;
}
.BgClassName
{
background-color: #E2FE77;
}
</style>
border-color css
<style>
span { border-color: #E2FE77; }
span { border-color: rgb(226,254,119); }
td.TdClassName
{
border-color: #E2FE77;
}
.TagClassName
{
border-color: #E2FE77;
}
</style>