Shades of Mindaro #E1F080
Tints of Mindaro #E1F080
RGB
CMYK
RGB Variations
Color information
#E1F080 (or 0xE1F080) is known color: Mindaro. HEX triplet: E1, F0 and 80. RGB value is (225,240,128). Sum of RGB (Red+Green+Blue) = 225+240+128=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F080 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F080 is #1E0F7F. Grayscale: #DFDFDF. Windows color (decimal): -1970048 or 8450273. OLE color: 8450273.
HSL color Cylindrical-coordinate representation of color #E1F080: hue angle of 68.04º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1F080 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 240 | 128 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.06 |
| HSL | 68.04º | 0.79% | 0.72% | - |
| HSV(B) | 68.04º | 0.47% | 0.94% | - |
| XYZ | 66.11 | 79.89 | 32.36 | - |
| YUV | 222.75 | 74.53 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 240 | 128 | 0.06 | 0 | 0.47 | 0.06 | 68.04 | 0.79 | 0.72 |
| Hex | E1 | F0 | 80 | 6 | 0 | 2F | 6 | 44 | 4F | 48 |
| Octal | 341 | 360 | 200 | 6 | 0 | 57 | 6 | 104 | 117 | 110 |
| Binary | 11100001 | 11110000 | 10000000 | 110 | 0 | 101111 | 110 | 1000100 | 1001111 | 1001000 |
Color Harmonies of #E1F080
Complementary color
Monochromatic Colors of #E1F080
Black with #E1F080
Text Example
Text Example
White with #E1F080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F080; }
p { color: rgb(225,240,128); }
H1.HeaderClassName
{
color: #E1F080;
}
.AnyTagClassName
{
color: #E1F080;
}
</style>
background-color css
<style>
a { background-color: #E1F080; }
a { background-color: rgb(225,240,128); }
div.DivClassName
{
background-color: #E1F080;
}
.BgClassName
{
background-color: #E1F080;
}
</style>
border-color css
<style>
span { border-color: #E1F080; }
span { border-color: rgb(225,240,128); }
td.TdClassName
{
border-color: #E1F080;
}
.TagClassName
{
border-color: #E1F080;
}
</style>