Shades of Mindaro #E2EE76
Tints of Mindaro #E2EE76
RGB
CMYK
RGB Variations
Color information
#E2EE76 (or 0xE2EE76) is known color: Mindaro. HEX triplet: E2, EE and 76. RGB value is (226,238,118). Sum of RGB (Red+Green+Blue) = 226+238+118=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 118 (46.48% from 255 or 20.27% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #E2EE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EE76 is #1D1189. Grayscale: #DDDDDD. Windows color (decimal): -1905034 or 7794402. OLE color: 7794402.
HSL color Cylindrical-coordinate representation of color #E2EE76: hue angle of 66º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2EE76 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 238 | 118 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.07 |
| HSL | 66º | 0.78% | 0.7% | - |
| HSV(B) | 66º | 0.5% | 0.93% | - |
| XYZ | 65.21 | 78.63 | 28.88 | - |
| YUV | 220.73 | 70.02 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 238 | 118 | 0.05 | 0 | 0.50 | 0.07 | 66 | 0.78 | 0.7 |
| Hex | E2 | EE | 76 | 5 | 0 | 32 | 7 | 42 | 4E | 46 |
| Octal | 342 | 356 | 166 | 5 | 0 | 62 | 7 | 102 | 116 | 106 |
| Binary | 11100010 | 11101110 | 1110110 | 101 | 0 | 110010 | 111 | 1000010 | 1001110 | 1000110 |
Color Harmonies of #E2EE76
Complementary color
Monochromatic Colors of #E2EE76
Black with #E2EE76
Text Example
Text Example
White with #E2EE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EE76; }
p { color: rgb(226,238,118); }
H1.HeaderClassName
{
color: #E2EE76;
}
.AnyTagClassName
{
color: #E2EE76;
}
</style>
background-color css
<style>
a { background-color: #E2EE76; }
a { background-color: rgb(226,238,118); }
div.DivClassName
{
background-color: #E2EE76;
}
.BgClassName
{
background-color: #E2EE76;
}
</style>
border-color css
<style>
span { border-color: #E2EE76; }
span { border-color: rgb(226,238,118); }
td.TdClassName
{
border-color: #E2EE76;
}
.TagClassName
{
border-color: #E2EE76;
}
</style>