Shades of Mindaro #E1F480
Tints of Mindaro #E1F480
RGB
CMYK
RGB Variations
Color information
#E1F480 (or 0xE1F480) is known color: Mindaro. HEX triplet: E1, F4 and 80. RGB value is (225,244,128). Sum of RGB (Red+Green+Blue) = 225+244+128=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 244 (95.70% from 255 or 40.87% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 244 - color contains mainly: green. Hex color #E1F480 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F480 is #1E0B7F. Grayscale: #E1E1E1. Windows color (decimal): -1969024 or 8451297. OLE color: 8451297.
HSL color Cylindrical-coordinate representation of color #E1F480: hue angle of 69.83º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1F480 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 244 | 128 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.04 |
| HSL | 69.83º | 0.84% | 0.73% | - |
| HSV(B) | 69.83º | 0.48% | 0.96% | - |
| XYZ | 67.3 | 82.27 | 32.75 | - |
| YUV | 225.1 | 73.21 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 244 | 128 | 0.08 | 0 | 0.48 | 0.04 | 69.83 | 0.84 | 0.73 |
| Hex | E1 | F4 | 80 | 8 | 0 | 30 | 4 | 46 | 54 | 49 |
| Octal | 341 | 364 | 200 | 10 | 0 | 60 | 4 | 106 | 124 | 111 |
| Binary | 11100001 | 11110100 | 10000000 | 1000 | 0 | 110000 | 100 | 1000110 | 1010100 | 1001001 |
Color Harmonies of #E1F480
Complementary color
Monochromatic Colors of #E1F480
Black with #E1F480
Text Example
Text Example
White with #E1F480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F480; }
p { color: rgb(225,244,128); }
H1.HeaderClassName
{
color: #E1F480;
}
.AnyTagClassName
{
color: #E1F480;
}
</style>
background-color css
<style>
a { background-color: #E1F480; }
a { background-color: rgb(225,244,128); }
div.DivClassName
{
background-color: #E1F480;
}
.BgClassName
{
background-color: #E1F480;
}
</style>
border-color css
<style>
span { border-color: #E1F480; }
span { border-color: rgb(225,244,128); }
td.TdClassName
{
border-color: #E1F480;
}
.TagClassName
{
border-color: #E1F480;
}
</style>