Shades of Mindaro #E0FB6E
Tints of Mindaro #E0FB6E
RGB
CMYK
RGB Variations
Color information
#E0FB6E (or 0xE0FB6E) is known color: Mindaro. HEX triplet: E0, FB and 6E. RGB value is (224,251,110). Sum of RGB (Red+Green+Blue) = 224+251+110=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 110 (43.36% from 255 or 18.80% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FB6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FB6E is #1F0491. Grayscale: #E3E3E3. Windows color (decimal): -2032786 or 7273440. OLE color: 7273440.
HSL color Cylindrical-coordinate representation of color #E0FB6E: hue angle of 71.49º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E0FB6E is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 251 | 110 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.02 |
| HSL | 71.49º | 0.95% | 0.71% | - |
| HSV(B) | 71.49º | 0.56% | 0.98% | - |
| XYZ | 68.05 | 85.97 | 27.76 | - |
| YUV | 226.85 | 62.05 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 251 | 110 | 0.11 | 0 | 0.56 | 0.02 | 71.49 | 0.95 | 0.71 |
| Hex | E0 | FB | 6E | B | 0 | 38 | 2 | 47 | 5F | 47 |
| Octal | 340 | 373 | 156 | 13 | 0 | 70 | 2 | 107 | 137 | 107 |
| Binary | 11100000 | 11111011 | 1101110 | 1011 | 0 | 111000 | 10 | 1000111 | 1011111 | 1000111 |
Color Harmonies of #E0FB6E
Complementary color
Monochromatic Colors of #E0FB6E
Black with #E0FB6E
Text Example
Text Example
White with #E0FB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FB6E; }
p { color: rgb(224,251,110); }
H1.HeaderClassName
{
color: #E0FB6E;
}
.AnyTagClassName
{
color: #E0FB6E;
}
</style>
background-color css
<style>
a { background-color: #E0FB6E; }
a { background-color: rgb(224,251,110); }
div.DivClassName
{
background-color: #E0FB6E;
}
.BgClassName
{
background-color: #E0FB6E;
}
</style>
border-color css
<style>
span { border-color: #E0FB6E; }
span { border-color: rgb(224,251,110); }
td.TdClassName
{
border-color: #E0FB6E;
}
.TagClassName
{
border-color: #E0FB6E;
}
</style>