Shades of Mindaro #E2F476
Tints of Mindaro #E2F476
RGB
CMYK
RGB Variations
Color information
#E2F476 (or 0xE2F476) is known color: Mindaro. HEX triplet: E2, F4 and 76. RGB value is (226,244,118). Sum of RGB (Red+Green+Blue) = 226+244+118=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 118 (46.48% from 255 or 20.07% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F476 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F476 is #1D0B89. Grayscale: #E0E0E0. Windows color (decimal): -1903498 or 7795938. OLE color: 7795938.
HSL color Cylindrical-coordinate representation of color #E2F476: hue angle of 68.57º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2F476 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 118 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.04 |
| HSL | 68.57º | 0.85% | 0.71% | - |
| HSV(B) | 68.57º | 0.52% | 0.96% | - |
| XYZ | 66.98 | 82.18 | 29.47 | - |
| YUV | 224.25 | 68.04 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 118 | 0.07 | 0 | 0.52 | 0.04 | 68.57 | 0.85 | 0.71 |
| Hex | E2 | F4 | 76 | 7 | 0 | 34 | 4 | 45 | 55 | 47 |
| Octal | 342 | 364 | 166 | 7 | 0 | 64 | 4 | 105 | 125 | 107 |
| Binary | 11100010 | 11110100 | 1110110 | 111 | 0 | 110100 | 100 | 1000101 | 1010101 | 1000111 |
Color Harmonies of #E2F476
Complementary color
Monochromatic Colors of #E2F476
Black with #E2F476
Text Example
Text Example
White with #E2F476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F476; }
p { color: rgb(226,244,118); }
H1.HeaderClassName
{
color: #E2F476;
}
.AnyTagClassName
{
color: #E2F476;
}
</style>
background-color css
<style>
a { background-color: #E2F476; }
a { background-color: rgb(226,244,118); }
div.DivClassName
{
background-color: #E2F476;
}
.BgClassName
{
background-color: #E2F476;
}
</style>
border-color css
<style>
span { border-color: #E2F476; }
span { border-color: rgb(226,244,118); }
td.TdClassName
{
border-color: #E2F476;
}
.TagClassName
{
border-color: #E2F476;
}
</style>