Shades of Mindaro #E1EF82
Tints of Mindaro #E1EF82
RGB
CMYK
RGB Variations
Color information
#E1EF82 (or 0xE1EF82) is known color: Mindaro. HEX triplet: E1, EF and 82. RGB value is (225,239,130). Sum of RGB (Red+Green+Blue) = 225+239+130=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 130 (51.17% from 255 or 21.89% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #E1EF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EF82 is #1E107D. Grayscale: #DEDEDE. Windows color (decimal): -1970302 or 8581089. OLE color: 8581089.
HSL color Cylindrical-coordinate representation of color #E1EF82: hue angle of 67.71º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1EF82 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 239 | 130 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.06 |
| HSL | 67.71º | 0.77% | 0.72% | - |
| HSV(B) | 67.71º | 0.46% | 0.94% | - |
| XYZ | 65.95 | 79.35 | 32.96 | - |
| YUV | 222.39 | 75.86 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 239 | 130 | 0.06 | 0 | 0.46 | 0.06 | 67.71 | 0.77 | 0.72 |
| Hex | E1 | EF | 82 | 6 | 0 | 2E | 6 | 44 | 4D | 48 |
| Octal | 341 | 357 | 202 | 6 | 0 | 56 | 6 | 104 | 115 | 110 |
| Binary | 11100001 | 11101111 | 10000010 | 110 | 0 | 101110 | 110 | 1000100 | 1001101 | 1001000 |
Color Harmonies of #E1EF82
Complementary color
Monochromatic Colors of #E1EF82
Black with #E1EF82
Text Example
Text Example
White with #E1EF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EF82; }
p { color: rgb(225,239,130); }
H1.HeaderClassName
{
color: #E1EF82;
}
.AnyTagClassName
{
color: #E1EF82;
}
</style>
background-color css
<style>
a { background-color: #E1EF82; }
a { background-color: rgb(225,239,130); }
div.DivClassName
{
background-color: #E1EF82;
}
.BgClassName
{
background-color: #E1EF82;
}
</style>
border-color css
<style>
span { border-color: #E1EF82; }
span { border-color: rgb(225,239,130); }
td.TdClassName
{
border-color: #E1EF82;
}
.TagClassName
{
border-color: #E1EF82;
}
</style>