Shades of Mindaro #E0F082
Tints of Mindaro #E0F082
RGB
CMYK
RGB Variations
Color information
#E0F082 (or 0xE0F082) is known color: Mindaro. HEX triplet: E0, F0 and 82. RGB value is (224,240,130). Sum of RGB (Red+Green+Blue) = 224+240+130=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 130 (51.17% from 255 or 21.89% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F082 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F082 is #1F0F7D. Grayscale: #DFDFDF. Windows color (decimal): -2035582 or 8581344. OLE color: 8581344.
HSL color Cylindrical-coordinate representation of color #E0F082: hue angle of 68.73º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0F082 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 240 | 130 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.06 |
| HSL | 68.73º | 0.79% | 0.73% | - |
| HSV(B) | 68.73º | 0.46% | 0.94% | - |
| XYZ | 65.93 | 79.78 | 33.04 | - |
| YUV | 222.68 | 75.7 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 240 | 130 | 0.07 | 0 | 0.46 | 0.06 | 68.73 | 0.79 | 0.73 |
| Hex | E0 | F0 | 82 | 7 | 0 | 2E | 6 | 45 | 4F | 49 |
| Octal | 340 | 360 | 202 | 7 | 0 | 56 | 6 | 105 | 117 | 111 |
| Binary | 11100000 | 11110000 | 10000010 | 111 | 0 | 101110 | 110 | 1000101 | 1001111 | 1001001 |
Color Harmonies of #E0F082
Complementary color
Monochromatic Colors of #E0F082
Black with #E0F082
Text Example
Text Example
White with #E0F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F082; }
p { color: rgb(224,240,130); }
H1.HeaderClassName
{
color: #E0F082;
}
.AnyTagClassName
{
color: #E0F082;
}
</style>
background-color css
<style>
a { background-color: #E0F082; }
a { background-color: rgb(224,240,130); }
div.DivClassName
{
background-color: #E0F082;
}
.BgClassName
{
background-color: #E0F082;
}
</style>
border-color css
<style>
span { border-color: #E0F082; }
span { border-color: rgb(224,240,130); }
td.TdClassName
{
border-color: #E0F082;
}
.TagClassName
{
border-color: #E0F082;
}
</style>