Shades of Mindaro #E1F27A
Tints of Mindaro #E1F27A
RGB
CMYK
RGB Variations
Color information
#E1F27A (or 0xE1F27A) is known color: Mindaro. HEX triplet: E1, F2 and 7A. RGB value is (225,242,122). Sum of RGB (Red+Green+Blue) = 225+242+122=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F27A is #1E0D85. Grayscale: #DFDFDF. Windows color (decimal): -1969542 or 8057569. OLE color: 8057569.
HSL color Cylindrical-coordinate representation of color #E1F27A: hue angle of 68.5º 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 #E1F27A is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 242 | 122 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.05 |
| HSL | 68.5º | 0.82% | 0.71% | - |
| HSV(B) | 68.5º | 0.5% | 0.95% | - |
| XYZ | 66.32 | 80.92 | 30.54 | - |
| YUV | 223.24 | 70.87 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 242 | 122 | 0.07 | 0 | 0.50 | 0.05 | 68.5 | 0.82 | 0.71 |
| Hex | E1 | F2 | 7A | 7 | 0 | 32 | 5 | 44 | 52 | 47 |
| Octal | 341 | 362 | 172 | 7 | 0 | 62 | 5 | 104 | 122 | 107 |
| Binary | 11100001 | 11110010 | 1111010 | 111 | 0 | 110010 | 101 | 1000100 | 1010010 | 1000111 |
Color Harmonies of #E1F27A
Complementary color
Monochromatic Colors of #E1F27A
Black with #E1F27A
Text Example
Text Example
White with #E1F27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F27A; }
p { color: rgb(225,242,122); }
H1.HeaderClassName
{
color: #E1F27A;
}
.AnyTagClassName
{
color: #E1F27A;
}
</style>
background-color css
<style>
a { background-color: #E1F27A; }
a { background-color: rgb(225,242,122); }
div.DivClassName
{
background-color: #E1F27A;
}
.BgClassName
{
background-color: #E1F27A;
}
</style>
border-color css
<style>
span { border-color: #E1F27A; }
span { border-color: rgb(225,242,122); }
td.TdClassName
{
border-color: #E1F27A;
}
.TagClassName
{
border-color: #E1F27A;
}
</style>