Shades of Mindaro #E5FD76
Tints of Mindaro #E5FD76
RGB
CMYK
RGB Variations
Color information
#E5FD76 (or 0xE5FD76) is known color: Mindaro. HEX triplet: E5, FD and 76. RGB value is (229,253,118). Sum of RGB (Red+Green+Blue) = 229+253+118=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 118 (46.48% from 255 or 19.67% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FD76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5FD76 is #1A0289. Grayscale: #E6E6E6. Windows color (decimal): -1704586 or 7798245. OLE color: 7798245.
HSL color Cylindrical-coordinate representation of color #E5FD76: hue angle of 70.67º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5FD76 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 253 | 118 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.01 |
| HSL | 70.67º | 0.97% | 0.73% | - |
| HSV(B) | 70.67º | 0.53% | 0.99% | - |
| XYZ | 70.71 | 88.22 | 30.44 | - |
| YUV | 230.43 | 64.55 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 253 | 118 | 0.09 | 0 | 0.53 | 0.01 | 70.67 | 0.97 | 0.73 |
| Hex | E5 | FD | 76 | 9 | 0 | 35 | 1 | 47 | 61 | 49 |
| Octal | 345 | 375 | 166 | 11 | 0 | 65 | 1 | 107 | 141 | 111 |
| Binary | 11100101 | 11111101 | 1110110 | 1001 | 0 | 110101 | 1 | 1000111 | 1100001 | 1001001 |
Color Harmonies of #E5FD76
Complementary color
Monochromatic Colors of #E5FD76
Black with #E5FD76
Text Example
Text Example
White with #E5FD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FD76; }
p { color: rgb(229,253,118); }
H1.HeaderClassName
{
color: #E5FD76;
}
.AnyTagClassName
{
color: #E5FD76;
}
</style>
background-color css
<style>
a { background-color: #E5FD76; }
a { background-color: rgb(229,253,118); }
div.DivClassName
{
background-color: #E5FD76;
}
.BgClassName
{
background-color: #E5FD76;
}
</style>
border-color css
<style>
span { border-color: #E5FD76; }
span { border-color: rgb(229,253,118); }
td.TdClassName
{
border-color: #E5FD76;
}
.TagClassName
{
border-color: #E5FD76;
}
</style>