Shades of Mindaro #E5FF78
Tints of Mindaro #E5FF78
RGB
CMYK
RGB Variations
Color information
#E5FF78 (or 0xE5FF78) is known color: Mindaro. HEX triplet: E5, FF and 78. RGB value is (229,255,120). Sum of RGB (Red+Green+Blue) = 229+255+120=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 120 (47.27% from 255 or 19.87% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5FF78 is #1A0087. Grayscale: #E8E8E8. Windows color (decimal): -1704072 or 7929829. OLE color: 7929829.
HSL color Cylindrical-coordinate representation of color #E5FF78: hue angle of 71.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5FF78 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 120 | - |
| CMYK | 0.10 | 0 | 0.53 | 0 |
| HSL | 71.56º | 1% | 0.74% | - |
| HSV(B) | 71.56º | 0.53% | 1% | - |
| XYZ | 71.46 | 89.53 | 31.28 | - |
| YUV | 231.84 | 64.89 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 120 | 0.10 | 0 | 0.53 | 0 | 71.56 | 1 | 0.74 |
| Hex | E5 | FF | 78 | A | 0 | 35 | 0 | 48 | 64 | 4A |
| Octal | 345 | 377 | 170 | 12 | 0 | 65 | 0 | 110 | 144 | 112 |
| Binary | 11100101 | 11111111 | 1111000 | 1010 | 0 | 110101 | 0 | 1001000 | 1100100 | 1001010 |
Color Harmonies of #E5FF78
Complementary color
Monochromatic Colors of #E5FF78
Black with #E5FF78
Text Example
Text Example
White with #E5FF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FF78; }
p { color: rgb(229,255,120); }
H1.HeaderClassName
{
color: #E5FF78;
}
.AnyTagClassName
{
color: #E5FF78;
}
</style>
background-color css
<style>
a { background-color: #E5FF78; }
a { background-color: rgb(229,255,120); }
div.DivClassName
{
background-color: #E5FF78;
}
.BgClassName
{
background-color: #E5FF78;
}
</style>
border-color css
<style>
span { border-color: #E5FF78; }
span { border-color: rgb(229,255,120); }
td.TdClassName
{
border-color: #E5FF78;
}
.TagClassName
{
border-color: #E5FF78;
}
</style>