Shades of Mindaro #E1F482
Tints of Mindaro #E1F482
RGB
CMYK
RGB Variations
Color information
#E1F482 (or 0xE1F482) is known color: Mindaro. HEX triplet: E1, F4 and 82. RGB value is (225,244,130). Sum of RGB (Red+Green+Blue) = 225+244+130=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 130 (51.17% from 255 or 21.70% from 599); Max value from RGB is 244 - color contains mainly: green. Hex color #E1F482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F482 is #1E0B7D. Grayscale: #E1E1E1. Windows color (decimal): -1969022 or 8582369. OLE color: 8582369.
HSL color Cylindrical-coordinate representation of color #E1F482: hue angle of 70º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1F482 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 244 | 130 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.04 |
| HSL | 70º | 0.84% | 0.73% | - |
| HSV(B) | 70º | 0.47% | 0.96% | - |
| XYZ | 67.43 | 82.32 | 33.45 | - |
| YUV | 225.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 244 | 130 | 0.08 | 0 | 0.47 | 0.04 | 70 | 0.84 | 0.73 |
| Hex | E1 | F4 | 82 | 8 | 0 | 2F | 4 | 46 | 54 | 49 |
| Octal | 341 | 364 | 202 | 10 | 0 | 57 | 4 | 106 | 124 | 111 |
| Binary | 11100001 | 11110100 | 10000010 | 1000 | 0 | 101111 | 100 | 1000110 | 1010100 | 1001001 |
Color Harmonies of #E1F482
Complementary color
Monochromatic Colors of #E1F482
Black with #E1F482
Text Example
Text Example
White with #E1F482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F482; }
p { color: rgb(225,244,130); }
H1.HeaderClassName
{
color: #E1F482;
}
.AnyTagClassName
{
color: #E1F482;
}
</style>
background-color css
<style>
a { background-color: #E1F482; }
a { background-color: rgb(225,244,130); }
div.DivClassName
{
background-color: #E1F482;
}
.BgClassName
{
background-color: #E1F482;
}
</style>
border-color css
<style>
span { border-color: #E1F482; }
span { border-color: rgb(225,244,130); }
td.TdClassName
{
border-color: #E1F482;
}
.TagClassName
{
border-color: #E1F482;
}
</style>