Shades of Mindaro #E4FA7D
Tints of Mindaro #E4FA7D
RGB
CMYK
RGB Variations
Color information
#E4FA7D (or 0xE4FA7D) is known color: Mindaro. HEX triplet: E4, FA and 7D. RGB value is (228,250,125). Sum of RGB (Red+Green+Blue) = 228+250+125=603 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.81% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 125 (49.22% from 255 or 20.73% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #E4FA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4FA7D is #1B0582. Grayscale: #E5E5E5. Windows color (decimal): -1770883 or 8256228. OLE color: 8256228.
HSL color Cylindrical-coordinate representation of color #E4FA7D: hue angle of 70.56º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E4FA7D is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 250 | 125 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.02 |
| HSL | 70.56º | 0.93% | 0.74% | - |
| HSV(B) | 70.56º | 0.5% | 0.98% | - |
| XYZ | 69.88 | 86.35 | 32.39 | - |
| YUV | 229.17 | 69.21 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 250 | 125 | 0.09 | 0 | 0.50 | 0.02 | 70.56 | 0.93 | 0.74 |
| Hex | E4 | FA | 7D | 9 | 0 | 32 | 2 | 47 | 5D | 4A |
| Octal | 344 | 372 | 175 | 11 | 0 | 62 | 2 | 107 | 135 | 112 |
| Binary | 11100100 | 11111010 | 1111101 | 1001 | 0 | 110010 | 10 | 1000111 | 1011101 | 1001010 |
Color Harmonies of #E4FA7D
Complementary color
Monochromatic Colors of #E4FA7D
Black with #E4FA7D
Text Example
Text Example
White with #E4FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FA7D; }
p { color: rgb(228,250,125); }
H1.HeaderClassName
{
color: #E4FA7D;
}
.AnyTagClassName
{
color: #E4FA7D;
}
</style>
background-color css
<style>
a { background-color: #E4FA7D; }
a { background-color: rgb(228,250,125); }
div.DivClassName
{
background-color: #E4FA7D;
}
.BgClassName
{
background-color: #E4FA7D;
}
</style>
border-color css
<style>
span { border-color: #E4FA7D; }
span { border-color: rgb(228,250,125); }
td.TdClassName
{
border-color: #E4FA7D;
}
.TagClassName
{
border-color: #E4FA7D;
}
</style>