Shades of Mindaro #E0F47A
Tints of Mindaro #E0F47A
RGB
CMYK
RGB Variations
Color information
#E0F47A (or 0xE0F47A) is known color: Mindaro. HEX triplet: E0, F4 and 7A. RGB value is (224,244,122). Sum of RGB (Red+Green+Blue) = 224+244+122=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 244 (95.70% from 255 or 41.36% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F47A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F47A is #1F0B85. Grayscale: #E0E0E0. Windows color (decimal): -2034566 or 8058080. OLE color: 8058080.
HSL color Cylindrical-coordinate representation of color #E0F47A: hue angle of 69.84º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0F47A is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 244 | 122 | - |
| CMYK | 0.08 | 0 | 0.5 | 0.04 |
| HSL | 69.84º | 0.85% | 0.72% | - |
| HSV(B) | 69.84º | 0.5% | 0.96% | - |
| XYZ | 66.6 | 81.95 | 30.72 | - |
| YUV | 224.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 244 | 122 | 0.08 | 0 | 0.5 | 0.04 | 69.84 | 0.85 | 0.72 |
| Hex | E0 | F4 | 7A | 8 | 0 | 32 | 4 | 46 | 55 | 48 |
| Octal | 340 | 364 | 172 | 10 | 0 | 62 | 4 | 106 | 125 | 110 |
| Binary | 11100000 | 11110100 | 1111010 | 1000 | 0 | 110010 | 100 | 1000110 | 1010101 | 1001000 |
Color Harmonies of #E0F47A
Complementary color
Monochromatic Colors of #E0F47A
Black with #E0F47A
Text Example
Text Example
White with #E0F47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F47A; }
p { color: rgb(224,244,122); }
H1.HeaderClassName
{
color: #E0F47A;
}
.AnyTagClassName
{
color: #E0F47A;
}
</style>
background-color css
<style>
a { background-color: #E0F47A; }
a { background-color: rgb(224,244,122); }
div.DivClassName
{
background-color: #E0F47A;
}
.BgClassName
{
background-color: #E0F47A;
}
</style>
border-color css
<style>
span { border-color: #E0F47A; }
span { border-color: rgb(224,244,122); }
td.TdClassName
{
border-color: #E0F47A;
}
.TagClassName
{
border-color: #E0F47A;
}
</style>