Shades of Mindaro #E0FA7D
Tints of Mindaro #E0FA7D
RGB
CMYK
RGB Variations
Color information
#E0FA7D (or 0xE0FA7D) is known color: Mindaro. HEX triplet: E0, FA and 7D. RGB value is (224,250,125). Sum of RGB (Red+Green+Blue) = 224+250+125=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 125 (49.22% from 255 or 20.87% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FA7D is #1F0582. Grayscale: #E4E4E4. Windows color (decimal): -2033027 or 8256224. OLE color: 8256224.
HSL color Cylindrical-coordinate representation of color #E0FA7D: hue angle of 72.48º 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 #E0FA7D is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 125 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.02 |
| HSL | 72.48º | 0.93% | 0.74% | - |
| HSV(B) | 72.48º | 0.5% | 0.98% | - |
| XYZ | 68.63 | 85.7 | 32.33 | - |
| YUV | 227.98 | 69.89 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 125 | 0.10 | 0 | 0.50 | 0.02 | 72.48 | 0.93 | 0.74 |
| Hex | E0 | FA | 7D | A | 0 | 32 | 2 | 48 | 5D | 4A |
| Octal | 340 | 372 | 175 | 12 | 0 | 62 | 2 | 110 | 135 | 112 |
| Binary | 11100000 | 11111010 | 1111101 | 1010 | 0 | 110010 | 10 | 1001000 | 1011101 | 1001010 |
Color Harmonies of #E0FA7D
Complementary color
Monochromatic Colors of #E0FA7D
Black with #E0FA7D
Text Example
Text Example
White with #E0FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FA7D; }
p { color: rgb(224,250,125); }
H1.HeaderClassName
{
color: #E0FA7D;
}
.AnyTagClassName
{
color: #E0FA7D;
}
</style>
background-color css
<style>
a { background-color: #E0FA7D; }
a { background-color: rgb(224,250,125); }
div.DivClassName
{
background-color: #E0FA7D;
}
.BgClassName
{
background-color: #E0FA7D;
}
</style>
border-color css
<style>
span { border-color: #E0FA7D; }
span { border-color: rgb(224,250,125); }
td.TdClassName
{
border-color: #E0FA7D;
}
.TagClassName
{
border-color: #E0FA7D;
}
</style>