Shades of Mindaro #E2F47C
Tints of Mindaro #E2F47C
RGB
CMYK
RGB Variations
Color information
#E2F47C (or 0xE2F47C) is known color: Mindaro. HEX triplet: E2, F4 and 7C. RGB value is (226,244,124). Sum of RGB (Red+Green+Blue) = 226+244+124=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 124 (48.83% from 255 or 20.88% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F47C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F47C is #1D0B83. Grayscale: #E1E1E1. Windows color (decimal): -1903492 or 8189154. OLE color: 8189154.
HSL color Cylindrical-coordinate representation of color #E2F47C: hue angle of 69º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2F47C is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 124 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.04 |
| HSL | 69º | 0.85% | 0.72% | - |
| HSV(B) | 69º | 0.49% | 0.96% | - |
| XYZ | 67.35 | 82.33 | 31.41 | - |
| YUV | 224.94 | 71.04 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 124 | 0.07 | 0 | 0.49 | 0.04 | 69 | 0.85 | 0.72 |
| Hex | E2 | F4 | 7C | 7 | 0 | 31 | 4 | 45 | 55 | 48 |
| Octal | 342 | 364 | 174 | 7 | 0 | 61 | 4 | 105 | 125 | 110 |
| Binary | 11100010 | 11110100 | 1111100 | 111 | 0 | 110001 | 100 | 1000101 | 1010101 | 1001000 |
Color Harmonies of #E2F47C
Complementary color
Monochromatic Colors of #E2F47C
Black with #E2F47C
Text Example
Text Example
White with #E2F47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F47C; }
p { color: rgb(226,244,124); }
H1.HeaderClassName
{
color: #E2F47C;
}
.AnyTagClassName
{
color: #E2F47C;
}
</style>
background-color css
<style>
a { background-color: #E2F47C; }
a { background-color: rgb(226,244,124); }
div.DivClassName
{
background-color: #E2F47C;
}
.BgClassName
{
background-color: #E2F47C;
}
</style>
border-color css
<style>
span { border-color: #E2F47C; }
span { border-color: rgb(226,244,124); }
td.TdClassName
{
border-color: #E2F47C;
}
.TagClassName
{
border-color: #E2F47C;
}
</style>