Shades of Mindaro #E2EE78
Tints of Mindaro #E2EE78
RGB
CMYK
RGB Variations
Color information
#E2EE78 (or 0xE2EE78) is known color: Mindaro. HEX triplet: E2, EE and 78. RGB value is (226,238,120). Sum of RGB (Red+Green+Blue) = 226+238+120=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 120 (47.27% from 255 or 20.55% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #E2EE78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EE78 is #1D1187. Grayscale: #DDDDDD. Windows color (decimal): -1905032 or 7925474. OLE color: 7925474.
HSL color Cylindrical-coordinate representation of color #E2EE78: hue angle of 66.1º 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 #E2EE78 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 238 | 120 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.07 |
| HSL | 66.1º | 0.78% | 0.7% | - |
| HSV(B) | 66.1º | 0.5% | 0.93% | - |
| XYZ | 65.33 | 78.67 | 29.51 | - |
| YUV | 220.96 | 71.02 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 238 | 120 | 0.05 | 0 | 0.50 | 0.07 | 66.1 | 0.78 | 0.7 |
| Hex | E2 | EE | 78 | 5 | 0 | 32 | 7 | 42 | 4E | 46 |
| Octal | 342 | 356 | 170 | 5 | 0 | 62 | 7 | 102 | 116 | 106 |
| Binary | 11100010 | 11101110 | 1111000 | 101 | 0 | 110010 | 111 | 1000010 | 1001110 | 1000110 |
Color Harmonies of #E2EE78
Complementary color
Monochromatic Colors of #E2EE78
Black with #E2EE78
Text Example
Text Example
White with #E2EE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EE78; }
p { color: rgb(226,238,120); }
H1.HeaderClassName
{
color: #E2EE78;
}
.AnyTagClassName
{
color: #E2EE78;
}
</style>
background-color css
<style>
a { background-color: #E2EE78; }
a { background-color: rgb(226,238,120); }
div.DivClassName
{
background-color: #E2EE78;
}
.BgClassName
{
background-color: #E2EE78;
}
</style>
border-color css
<style>
span { border-color: #E2EE78; }
span { border-color: rgb(226,238,120); }
td.TdClassName
{
border-color: #E2EE78;
}
.TagClassName
{
border-color: #E2EE78;
}
</style>