Shades of Mindaro #E5FC7A
Tints of Mindaro #E5FC7A
RGB
CMYK
RGB Variations
Color information
#E5FC7A (or 0xE5FC7A) is known color: Mindaro. HEX triplet: E5, FC and 7A. RGB value is (229,252,122). Sum of RGB (Red+Green+Blue) = 229+252+122=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 122 (48.05% from 255 or 20.23% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #E5FC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5FC7A is #1A0385. Grayscale: #E6E6E6. Windows color (decimal): -1704838 or 8060133. OLE color: 8060133.
HSL color Cylindrical-coordinate representation of color #E5FC7A: hue angle of 70.62º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5FC7A is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 252 | 122 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.01 |
| HSL | 70.62º | 0.96% | 0.73% | - |
| HSV(B) | 70.62º | 0.52% | 0.99% | - |
| XYZ | 70.64 | 87.68 | 31.61 | - |
| YUV | 230.3 | 66.88 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 252 | 122 | 0.09 | 0 | 0.52 | 0.01 | 70.62 | 0.96 | 0.73 |
| Hex | E5 | FC | 7A | 9 | 0 | 34 | 1 | 47 | 60 | 49 |
| Octal | 345 | 374 | 172 | 11 | 0 | 64 | 1 | 107 | 140 | 111 |
| Binary | 11100101 | 11111100 | 1111010 | 1001 | 0 | 110100 | 1 | 1000111 | 1100000 | 1001001 |
Color Harmonies of #E5FC7A
Complementary color
Monochromatic Colors of #E5FC7A
Black with #E5FC7A
Text Example
Text Example
White with #E5FC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FC7A; }
p { color: rgb(229,252,122); }
H1.HeaderClassName
{
color: #E5FC7A;
}
.AnyTagClassName
{
color: #E5FC7A;
}
</style>
background-color css
<style>
a { background-color: #E5FC7A; }
a { background-color: rgb(229,252,122); }
div.DivClassName
{
background-color: #E5FC7A;
}
.BgClassName
{
background-color: #E5FC7A;
}
</style>
border-color css
<style>
span { border-color: #E5FC7A; }
span { border-color: rgb(229,252,122); }
td.TdClassName
{
border-color: #E5FC7A;
}
.TagClassName
{
border-color: #E5FC7A;
}
</style>