Shades of Mindaro #E2F574
Tints of Mindaro #E2F574
RGB
CMYK
RGB Variations
Color information
#E2F574 (or 0xE2F574) is known color: Mindaro. HEX triplet: E2, F5 and 74. RGB value is (226,245,116). Sum of RGB (Red+Green+Blue) = 226+245+116=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 245 (96.09% from 255 or 41.74% from 587); Blue value is 116 (45.70% from 255 or 19.76% from 587); Max value from RGB is 245 - color contains mainly: green. Hex color #E2F574 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F574 is #1D0A8B. Grayscale: #E1E1E1. Windows color (decimal): -1903244 or 7665122. OLE color: 7665122.
HSL color Cylindrical-coordinate representation of color #E2F574: hue angle of 68.84º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2F574 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 245 | 116 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.04 |
| HSL | 68.84º | 0.87% | 0.71% | - |
| HSV(B) | 68.84º | 0.53% | 0.96% | - |
| XYZ | 67.17 | 82.73 | 28.95 | - |
| YUV | 224.61 | 66.71 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 245 | 116 | 0.08 | 0 | 0.53 | 0.04 | 68.84 | 0.87 | 0.71 |
| Hex | E2 | F5 | 74 | 8 | 0 | 35 | 4 | 45 | 57 | 47 |
| Octal | 342 | 365 | 164 | 10 | 0 | 65 | 4 | 105 | 127 | 107 |
| Binary | 11100010 | 11110101 | 1110100 | 1000 | 0 | 110101 | 100 | 1000101 | 1010111 | 1000111 |
Color Harmonies of #E2F574
Complementary color
Monochromatic Colors of #E2F574
Black with #E2F574
Text Example
Text Example
White with #E2F574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F574; }
p { color: rgb(226,245,116); }
H1.HeaderClassName
{
color: #E2F574;
}
.AnyTagClassName
{
color: #E2F574;
}
</style>
background-color css
<style>
a { background-color: #E2F574; }
a { background-color: rgb(226,245,116); }
div.DivClassName
{
background-color: #E2F574;
}
.BgClassName
{
background-color: #E2F574;
}
</style>
border-color css
<style>
span { border-color: #E2F574; }
span { border-color: rgb(226,245,116); }
td.TdClassName
{
border-color: #E2F574;
}
.TagClassName
{
border-color: #E2F574;
}
</style>