Shades of Mindaro #E0F96D
Tints of Mindaro #E0F96D
RGB
CMYK
RGB Variations
Color information
#E0F96D (or 0xE0F96D) is known color: Mindaro. HEX triplet: E0, F9 and 6D. RGB value is (224,249,109). Sum of RGB (Red+Green+Blue) = 224+249+109=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 109 (42.97% from 255 or 18.73% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #E0F96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F96D is #1F0692. Grayscale: #E2E2E2. Windows color (decimal): -2033299 or 7207392. OLE color: 7207392.
HSL color Cylindrical-coordinate representation of color #E0F96D: hue angle of 70.71º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E0F96D is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 249 | 109 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.02 |
| HSL | 70.71º | 0.92% | 0.7% | - |
| HSV(B) | 70.71º | 0.56% | 0.98% | - |
| XYZ | 67.38 | 84.7 | 27.27 | - |
| YUV | 225.57 | 62.22 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 249 | 109 | 0.10 | 0 | 0.56 | 0.02 | 70.71 | 0.92 | 0.7 |
| Hex | E0 | F9 | 6D | A | 0 | 38 | 2 | 47 | 5C | 46 |
| Octal | 340 | 371 | 155 | 12 | 0 | 70 | 2 | 107 | 134 | 106 |
| Binary | 11100000 | 11111001 | 1101101 | 1010 | 0 | 111000 | 10 | 1000111 | 1011100 | 1000110 |
Color Harmonies of #E0F96D
Complementary color
Monochromatic Colors of #E0F96D
Black with #E0F96D
Text Example
Text Example
White with #E0F96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F96D; }
p { color: rgb(224,249,109); }
H1.HeaderClassName
{
color: #E0F96D;
}
.AnyTagClassName
{
color: #E0F96D;
}
</style>
background-color css
<style>
a { background-color: #E0F96D; }
a { background-color: rgb(224,249,109); }
div.DivClassName
{
background-color: #E0F96D;
}
.BgClassName
{
background-color: #E0F96D;
}
</style>
border-color css
<style>
span { border-color: #E0F96D; }
span { border-color: rgb(224,249,109); }
td.TdClassName
{
border-color: #E0F96D;
}
.TagClassName
{
border-color: #E0F96D;
}
</style>