Shades of Mindaro #E2F27D
Tints of Mindaro #E2F27D
RGB
CMYK
RGB Variations
Color information
#E2F27D (or 0xE2F27D) is known color: Mindaro. HEX triplet: E2, F2 and 7D. RGB value is (226,242,125). Sum of RGB (Red+Green+Blue) = 226+242+125=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F27D is #1D0D82. Grayscale: #E0E0E0. Windows color (decimal): -1904003 or 8254178. OLE color: 8254178.
HSL color Cylindrical-coordinate representation of color #E2F27D: hue angle of 68.21º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2F27D is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 125 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.05 |
| HSL | 68.21º | 0.82% | 0.72% | - |
| HSV(B) | 68.21º | 0.48% | 0.95% | - |
| XYZ | 66.82 | 81.15 | 31.54 | - |
| YUV | 223.88 | 72.2 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 125 | 0.07 | 0 | 0.48 | 0.05 | 68.21 | 0.82 | 0.72 |
| Hex | E2 | F2 | 7D | 7 | 0 | 30 | 5 | 44 | 52 | 48 |
| Octal | 342 | 362 | 175 | 7 | 0 | 60 | 5 | 104 | 122 | 110 |
| Binary | 11100010 | 11110010 | 1111101 | 111 | 0 | 110000 | 101 | 1000100 | 1010010 | 1001000 |
Color Harmonies of #E2F27D
Complementary color
Monochromatic Colors of #E2F27D
Black with #E2F27D
Text Example
Text Example
White with #E2F27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F27D; }
p { color: rgb(226,242,125); }
H1.HeaderClassName
{
color: #E2F27D;
}
.AnyTagClassName
{
color: #E2F27D;
}
</style>
background-color css
<style>
a { background-color: #E2F27D; }
a { background-color: rgb(226,242,125); }
div.DivClassName
{
background-color: #E2F27D;
}
.BgClassName
{
background-color: #E2F27D;
}
</style>
border-color css
<style>
span { border-color: #E2F27D; }
span { border-color: rgb(226,242,125); }
td.TdClassName
{
border-color: #E2F27D;
}
.TagClassName
{
border-color: #E2F27D;
}
</style>