Shades of Mindaro #E0FB6A
Tints of Mindaro #E0FB6A
RGB
CMYK
RGB Variations
Color information
#E0FB6A (or 0xE0FB6A) is known color: Mindaro. HEX triplet: E0, FB and 6A. RGB value is (224,251,106). Sum of RGB (Red+Green+Blue) = 224+251+106=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 106 (41.80% from 255 or 18.24% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FB6A is #1F0495. Grayscale: #E2E2E2. Windows color (decimal): -2032790 or 7011296. OLE color: 7011296.
HSL color Cylindrical-coordinate representation of color #E0FB6A: hue angle of 71.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0FB6A is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 251 | 106 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.02 |
| HSL | 71.17º | 0.95% | 0.7% | - |
| HSV(B) | 71.17º | 0.58% | 0.98% | - |
| XYZ | 67.84 | 85.88 | 26.64 | - |
| YUV | 226.4 | 60.05 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 251 | 106 | 0.11 | 0 | 0.58 | 0.02 | 71.17 | 0.95 | 0.7 |
| Hex | E0 | FB | 6A | B | 0 | 3A | 2 | 47 | 5F | 46 |
| Octal | 340 | 373 | 152 | 13 | 0 | 72 | 2 | 107 | 137 | 106 |
| Binary | 11100000 | 11111011 | 1101010 | 1011 | 0 | 111010 | 10 | 1000111 | 1011111 | 1000110 |
Color Harmonies of #E0FB6A
Complementary color
Monochromatic Colors of #E0FB6A
Black with #E0FB6A
Text Example
Text Example
White with #E0FB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FB6A; }
p { color: rgb(224,251,106); }
H1.HeaderClassName
{
color: #E0FB6A;
}
.AnyTagClassName
{
color: #E0FB6A;
}
</style>
background-color css
<style>
a { background-color: #E0FB6A; }
a { background-color: rgb(224,251,106); }
div.DivClassName
{
background-color: #E0FB6A;
}
.BgClassName
{
background-color: #E0FB6A;
}
</style>
border-color css
<style>
span { border-color: #E0FB6A; }
span { border-color: rgb(224,251,106); }
td.TdClassName
{
border-color: #E0FB6A;
}
.TagClassName
{
border-color: #E0FB6A;
}
</style>