Shades of Mindaro #E2F27A
Tints of Mindaro #E2F27A
RGB
CMYK
RGB Variations
Color information
#E2F27A (or 0xE2F27A) is known color: Mindaro. HEX triplet: E2, F2 and 7A. RGB value is (226,242,122). Sum of RGB (Red+Green+Blue) = 226+242+122=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F27A is #1D0D85. Grayscale: #DFDFDF. Windows color (decimal): -1904006 or 8057570. OLE color: 8057570.
HSL color Cylindrical-coordinate representation of color #E2F27A: hue angle of 68º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2F27A is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 122 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.05 |
| HSL | 68º | 0.82% | 0.71% | - |
| HSV(B) | 68º | 0.5% | 0.95% | - |
| XYZ | 66.63 | 81.08 | 30.55 | - |
| YUV | 223.54 | 70.7 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 122 | 0.07 | 0 | 0.50 | 0.05 | 68 | 0.82 | 0.71 |
| Hex | E2 | F2 | 7A | 7 | 0 | 32 | 5 | 44 | 52 | 47 |
| Octal | 342 | 362 | 172 | 7 | 0 | 62 | 5 | 104 | 122 | 107 |
| Binary | 11100010 | 11110010 | 1111010 | 111 | 0 | 110010 | 101 | 1000100 | 1010010 | 1000111 |
Color Harmonies of #E2F27A
Complementary color
Monochromatic Colors of #E2F27A
Black with #E2F27A
Text Example
Text Example
White with #E2F27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F27A; }
p { color: rgb(226,242,122); }
H1.HeaderClassName
{
color: #E2F27A;
}
.AnyTagClassName
{
color: #E2F27A;
}
</style>
background-color css
<style>
a { background-color: #E2F27A; }
a { background-color: rgb(226,242,122); }
div.DivClassName
{
background-color: #E2F27A;
}
.BgClassName
{
background-color: #E2F27A;
}
</style>
border-color css
<style>
span { border-color: #E2F27A; }
span { border-color: rgb(226,242,122); }
td.TdClassName
{
border-color: #E2F27A;
}
.TagClassName
{
border-color: #E2F27A;
}
</style>