Shades of Mindaro #E2F478
Tints of Mindaro #E2F478
RGB
CMYK
RGB Variations
Color information
#E2F478 (or 0xE2F478) is known color: Mindaro. HEX triplet: E2, F4 and 78. RGB value is (226,244,120). Sum of RGB (Red+Green+Blue) = 226+244+120=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 244 (95.70% from 255 or 41.36% from 590); Blue value is 120 (47.27% from 255 or 20.34% from 590); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F478 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F478 is #1D0B87. Grayscale: #E0E0E0. Windows color (decimal): -1903496 or 7927010. OLE color: 7927010.
HSL color Cylindrical-coordinate representation of color #E2F478: hue angle of 68.71º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2F478 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 120 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.04 |
| HSL | 68.71º | 0.85% | 0.71% | - |
| HSV(B) | 68.71º | 0.51% | 0.96% | - |
| XYZ | 67.1 | 82.23 | 30.1 | - |
| YUV | 224.48 | 69.04 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 120 | 0.07 | 0 | 0.51 | 0.04 | 68.71 | 0.85 | 0.71 |
| Hex | E2 | F4 | 78 | 7 | 0 | 33 | 4 | 45 | 55 | 47 |
| Octal | 342 | 364 | 170 | 7 | 0 | 63 | 4 | 105 | 125 | 107 |
| Binary | 11100010 | 11110100 | 1111000 | 111 | 0 | 110011 | 100 | 1000101 | 1010101 | 1000111 |
Color Harmonies of #E2F478
Complementary color
Monochromatic Colors of #E2F478
Black with #E2F478
Text Example
Text Example
White with #E2F478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F478; }
p { color: rgb(226,244,120); }
H1.HeaderClassName
{
color: #E2F478;
}
.AnyTagClassName
{
color: #E2F478;
}
</style>
background-color css
<style>
a { background-color: #E2F478; }
a { background-color: rgb(226,244,120); }
div.DivClassName
{
background-color: #E2F478;
}
.BgClassName
{
background-color: #E2F478;
}
</style>
border-color css
<style>
span { border-color: #E2F478; }
span { border-color: rgb(226,244,120); }
td.TdClassName
{
border-color: #E2F478;
}
.TagClassName
{
border-color: #E2F478;
}
</style>