Shades of Mindaro #E2FA76
Tints of Mindaro #E2FA76
RGB
CMYK
RGB Variations
Color information
#E2FA76 (or 0xE2FA76) is known color: Mindaro. HEX triplet: E2, FA and 76. RGB value is (226,250,118). Sum of RGB (Red+Green+Blue) = 226+250+118=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 118 (46.48% from 255 or 19.87% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FA76 is #1D0589. Grayscale: #E4E4E4. Windows color (decimal): -1901962 or 7797474. OLE color: 7797474.
HSL color Cylindrical-coordinate representation of color #E2FA76: hue angle of 70.91º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2FA76 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 118 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.02 |
| HSL | 70.91º | 0.93% | 0.72% | - |
| HSV(B) | 70.91º | 0.53% | 0.98% | - |
| XYZ | 68.82 | 85.85 | 30.08 | - |
| YUV | 227.78 | 66.05 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 118 | 0.10 | 0 | 0.53 | 0.02 | 70.91 | 0.93 | 0.72 |
| Hex | E2 | FA | 76 | A | 0 | 35 | 2 | 47 | 5D | 48 |
| Octal | 342 | 372 | 166 | 12 | 0 | 65 | 2 | 107 | 135 | 110 |
| Binary | 11100010 | 11111010 | 1110110 | 1010 | 0 | 110101 | 10 | 1000111 | 1011101 | 1001000 |
Color Harmonies of #E2FA76
Complementary color
Monochromatic Colors of #E2FA76
Black with #E2FA76
Text Example
Text Example
White with #E2FA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FA76; }
p { color: rgb(226,250,118); }
H1.HeaderClassName
{
color: #E2FA76;
}
.AnyTagClassName
{
color: #E2FA76;
}
</style>
background-color css
<style>
a { background-color: #E2FA76; }
a { background-color: rgb(226,250,118); }
div.DivClassName
{
background-color: #E2FA76;
}
.BgClassName
{
background-color: #E2FA76;
}
</style>
border-color css
<style>
span { border-color: #E2FA76; }
span { border-color: rgb(226,250,118); }
td.TdClassName
{
border-color: #E2FA76;
}
.TagClassName
{
border-color: #E2FA76;
}
</style>