Shades of Mindaro #E5FB76
Tints of Mindaro #E5FB76
RGB
CMYK
RGB Variations
Color information
#E5FB76 (or 0xE5FB76) is known color: Mindaro. HEX triplet: E5, FB and 76. RGB value is (229,251,118). Sum of RGB (Red+Green+Blue) = 229+251+118=598 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.29% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 118 (46.48% from 255 or 19.73% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #E5FB76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5FB76 is #1A0489. Grayscale: #E5E5E5. Windows color (decimal): -1705098 or 7797733. OLE color: 7797733.
HSL color Cylindrical-coordinate representation of color #E5FB76: hue angle of 69.92º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5FB76 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 251 | 118 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.02 |
| HSL | 69.92º | 0.94% | 0.72% | - |
| HSV(B) | 69.92º | 0.53% | 0.98% | - |
| XYZ | 70.08 | 86.96 | 30.23 | - |
| YUV | 229.26 | 65.21 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 251 | 118 | 0.09 | 0 | 0.53 | 0.02 | 69.92 | 0.94 | 0.72 |
| Hex | E5 | FB | 76 | 9 | 0 | 35 | 2 | 46 | 5E | 48 |
| Octal | 345 | 373 | 166 | 11 | 0 | 65 | 2 | 106 | 136 | 110 |
| Binary | 11100101 | 11111011 | 1110110 | 1001 | 0 | 110101 | 10 | 1000110 | 1011110 | 1001000 |
Color Harmonies of #E5FB76
Complementary color
Monochromatic Colors of #E5FB76
Black with #E5FB76
Text Example
Text Example
White with #E5FB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FB76; }
p { color: rgb(229,251,118); }
H1.HeaderClassName
{
color: #E5FB76;
}
.AnyTagClassName
{
color: #E5FB76;
}
</style>
background-color css
<style>
a { background-color: #E5FB76; }
a { background-color: rgb(229,251,118); }
div.DivClassName
{
background-color: #E5FB76;
}
.BgClassName
{
background-color: #E5FB76;
}
</style>
border-color css
<style>
span { border-color: #E5FB76; }
span { border-color: rgb(229,251,118); }
td.TdClassName
{
border-color: #E5FB76;
}
.TagClassName
{
border-color: #E5FB76;
}
</style>