Shades of Mindaro #E0F282
Tints of Mindaro #E0F282
RGB
CMYK
RGB Variations
Color information
#E0F282 (or 0xE0F282) is known color: Mindaro. HEX triplet: E0, F2 and 82. RGB value is (224,242,130). Sum of RGB (Red+Green+Blue) = 224+242+130=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F282 is #1F0D7D. Grayscale: #E0E0E0. Windows color (decimal): -2035070 or 8581856. OLE color: 8581856.
HSL color Cylindrical-coordinate representation of color #E0F282: hue angle of 69.64º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0F282 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 130 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.05 |
| HSL | 69.64º | 0.81% | 0.73% | - |
| HSV(B) | 69.64º | 0.46% | 0.95% | - |
| XYZ | 66.52 | 80.96 | 33.24 | - |
| YUV | 223.85 | 75.04 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 130 | 0.07 | 0 | 0.46 | 0.05 | 69.64 | 0.81 | 0.73 |
| Hex | E0 | F2 | 82 | 7 | 0 | 2E | 5 | 46 | 51 | 49 |
| Octal | 340 | 362 | 202 | 7 | 0 | 56 | 5 | 106 | 121 | 111 |
| Binary | 11100000 | 11110010 | 10000010 | 111 | 0 | 101110 | 101 | 1000110 | 1010001 | 1001001 |
Color Harmonies of #E0F282
Complementary color
Monochromatic Colors of #E0F282
Black with #E0F282
Text Example
Text Example
White with #E0F282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F282; }
p { color: rgb(224,242,130); }
H1.HeaderClassName
{
color: #E0F282;
}
.AnyTagClassName
{
color: #E0F282;
}
</style>
background-color css
<style>
a { background-color: #E0F282; }
a { background-color: rgb(224,242,130); }
div.DivClassName
{
background-color: #E0F282;
}
.BgClassName
{
background-color: #E0F282;
}
</style>
border-color css
<style>
span { border-color: #E0F282; }
span { border-color: rgb(224,242,130); }
td.TdClassName
{
border-color: #E0F282;
}
.TagClassName
{
border-color: #E0F282;
}
</style>