Shades of Mindaro #E5EE78
Tints of Mindaro #E5EE78
RGB
CMYK
RGB Variations
Color information
#E5EE78 (or 0xE5EE78) is known color: Mindaro. HEX triplet: E5, EE and 78. RGB value is (229,238,120). Sum of RGB (Red+Green+Blue) = 229+238+120=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 120 (47.27% from 255 or 20.44% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #E5EE78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5EE78 is #1A1187. Grayscale: #DEDEDE. Windows color (decimal): -1708424 or 7925477. OLE color: 7925477.
HSL color Cylindrical-coordinate representation of color #E5EE78: hue angle of 64.58º 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 #E5EE78 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 238 | 120 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.07 |
| HSL | 64.58º | 0.78% | 0.7% | - |
| HSV(B) | 64.58º | 0.5% | 0.93% | - |
| XYZ | 66.28 | 79.16 | 29.56 | - |
| YUV | 221.86 | 70.52 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 238 | 120 | 0.04 | 0 | 0.50 | 0.07 | 64.58 | 0.78 | 0.7 |
| Hex | E5 | EE | 78 | 4 | 0 | 32 | 7 | 41 | 4E | 46 |
| Octal | 345 | 356 | 170 | 4 | 0 | 62 | 7 | 101 | 116 | 106 |
| Binary | 11100101 | 11101110 | 1111000 | 100 | 0 | 110010 | 111 | 1000001 | 1001110 | 1000110 |
Color Harmonies of #E5EE78
Complementary color
Monochromatic Colors of #E5EE78
Black with #E5EE78
Text Example
Text Example
White with #E5EE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EE78; }
p { color: rgb(229,238,120); }
H1.HeaderClassName
{
color: #E5EE78;
}
.AnyTagClassName
{
color: #E5EE78;
}
</style>
background-color css
<style>
a { background-color: #E5EE78; }
a { background-color: rgb(229,238,120); }
div.DivClassName
{
background-color: #E5EE78;
}
.BgClassName
{
background-color: #E5EE78;
}
</style>
border-color css
<style>
span { border-color: #E5EE78; }
span { border-color: rgb(229,238,120); }
td.TdClassName
{
border-color: #E5EE78;
}
.TagClassName
{
border-color: #E5EE78;
}
</style>