Shades of Mindaro #E1F270
Tints of Mindaro #E1F270
RGB
CMYK
RGB Variations
Color information
#E1F270 (or 0xE1F270) is known color: Mindaro. HEX triplet: E1, F2 and 70. RGB value is (225,242,112). Sum of RGB (Red+Green+Blue) = 225+242+112=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 112 (44.14% from 255 or 19.34% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F270 is #1E0D8F. Grayscale: #DEDEDE. Windows color (decimal): -1969552 or 7402209. OLE color: 7402209.
HSL color Cylindrical-coordinate representation of color #E1F270: hue angle of 67.85º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1F270 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 242 | 112 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.05 |
| HSL | 67.85º | 0.83% | 0.69% | - |
| HSV(B) | 67.85º | 0.54% | 0.95% | - |
| XYZ | 65.73 | 80.68 | 27.44 | - |
| YUV | 222.1 | 65.87 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 242 | 112 | 0.07 | 0 | 0.54 | 0.05 | 67.85 | 0.83 | 0.69 |
| Hex | E1 | F2 | 70 | 7 | 0 | 36 | 5 | 44 | 53 | 45 |
| Octal | 341 | 362 | 160 | 7 | 0 | 66 | 5 | 104 | 123 | 105 |
| Binary | 11100001 | 11110010 | 1110000 | 111 | 0 | 110110 | 101 | 1000100 | 1010011 | 1000101 |
Color Harmonies of #E1F270
Complementary color
Monochromatic Colors of #E1F270
Black with #E1F270
Text Example
Text Example
White with #E1F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F270; }
p { color: rgb(225,242,112); }
H1.HeaderClassName
{
color: #E1F270;
}
.AnyTagClassName
{
color: #E1F270;
}
</style>
background-color css
<style>
a { background-color: #E1F270; }
a { background-color: rgb(225,242,112); }
div.DivClassName
{
background-color: #E1F270;
}
.BgClassName
{
background-color: #E1F270;
}
</style>
border-color css
<style>
span { border-color: #E1F270; }
span { border-color: rgb(225,242,112); }
td.TdClassName
{
border-color: #E1F270;
}
.TagClassName
{
border-color: #E1F270;
}
</style>