Shades of Mindaro #E2F37A
Tints of Mindaro #E2F37A
RGB
CMYK
RGB Variations
Color information
#E2F37A (or 0xE2F37A) is known color: Mindaro. HEX triplet: E2, F3 and 7A. RGB value is (226,243,122). Sum of RGB (Red+Green+Blue) = 226+243+122=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 122 (48.05% from 255 or 20.64% from 591); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F37A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F37A is #1D0C85. Grayscale: #E0E0E0. Windows color (decimal): -1903750 or 8057826. OLE color: 8057826.
HSL color Cylindrical-coordinate representation of color #E2F37A: hue angle of 68.43º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2F37A is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 243 | 122 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.05 |
| HSL | 68.43º | 0.83% | 0.72% | - |
| HSV(B) | 68.43º | 0.5% | 0.95% | - |
| XYZ | 66.93 | 81.68 | 30.65 | - |
| YUV | 224.12 | 70.37 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 243 | 122 | 0.07 | 0 | 0.50 | 0.05 | 68.43 | 0.83 | 0.72 |
| Hex | E2 | F3 | 7A | 7 | 0 | 32 | 5 | 44 | 53 | 48 |
| Octal | 342 | 363 | 172 | 7 | 0 | 62 | 5 | 104 | 123 | 110 |
| Binary | 11100010 | 11110011 | 1111010 | 111 | 0 | 110010 | 101 | 1000100 | 1010011 | 1001000 |
Color Harmonies of #E2F37A
Complementary color
Monochromatic Colors of #E2F37A
Black with #E2F37A
Text Example
Text Example
White with #E2F37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F37A; }
p { color: rgb(226,243,122); }
H1.HeaderClassName
{
color: #E2F37A;
}
.AnyTagClassName
{
color: #E2F37A;
}
</style>
background-color css
<style>
a { background-color: #E2F37A; }
a { background-color: rgb(226,243,122); }
div.DivClassName
{
background-color: #E2F37A;
}
.BgClassName
{
background-color: #E2F37A;
}
</style>
border-color css
<style>
span { border-color: #E2F37A; }
span { border-color: rgb(226,243,122); }
td.TdClassName
{
border-color: #E2F37A;
}
.TagClassName
{
border-color: #E2F37A;
}
</style>