Shades of Mindaro #E5FA7C
Tints of Mindaro #E5FA7C
RGB
CMYK
RGB Variations
Color information
#E5FA7C (or 0xE5FA7C) is known color: Mindaro. HEX triplet: E5, FA and 7C. RGB value is (229,250,124). Sum of RGB (Red+Green+Blue) = 229+250+124=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 124 (48.83% from 255 or 20.56% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5FA7C is #1A0583. Grayscale: #E5E5E5. Windows color (decimal): -1705348 or 8190693. OLE color: 8190693.
HSL color Cylindrical-coordinate representation of color #E5FA7C: hue angle of 70º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5FA7C is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 250 | 124 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.02 |
| HSL | 70º | 0.93% | 0.73% | - |
| HSV(B) | 70º | 0.5% | 0.98% | - |
| XYZ | 70.14 | 86.48 | 32.07 | - |
| YUV | 229.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 250 | 124 | 0.08 | 0 | 0.50 | 0.02 | 70 | 0.93 | 0.73 |
| Hex | E5 | FA | 7C | 8 | 0 | 32 | 2 | 46 | 5D | 49 |
| Octal | 345 | 372 | 174 | 10 | 0 | 62 | 2 | 106 | 135 | 111 |
| Binary | 11100101 | 11111010 | 1111100 | 1000 | 0 | 110010 | 10 | 1000110 | 1011101 | 1001001 |
Color Harmonies of #E5FA7C
Complementary color
Monochromatic Colors of #E5FA7C
Black with #E5FA7C
Text Example
Text Example
White with #E5FA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FA7C; }
p { color: rgb(229,250,124); }
H1.HeaderClassName
{
color: #E5FA7C;
}
.AnyTagClassName
{
color: #E5FA7C;
}
</style>
background-color css
<style>
a { background-color: #E5FA7C; }
a { background-color: rgb(229,250,124); }
div.DivClassName
{
background-color: #E5FA7C;
}
.BgClassName
{
background-color: #E5FA7C;
}
</style>
border-color css
<style>
span { border-color: #E5FA7C; }
span { border-color: rgb(229,250,124); }
td.TdClassName
{
border-color: #E5FA7C;
}
.TagClassName
{
border-color: #E5FA7C;
}
</style>