Shades of Mindaro #E0F77B
Tints of Mindaro #E0F77B
RGB
CMYK
RGB Variations
Color information
#E0F77B (or 0xE0F77B) is known color: Mindaro. HEX triplet: E0, F7 and 7B. RGB value is (224,247,123). Sum of RGB (Red+Green+Blue) = 224+247+123=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 247 (96.88% from 255 or 41.58% from 594); Blue value is 123 (48.44% from 255 or 20.71% from 594); Max value from RGB is 247 - color contains mainly: green. Hex color #E0F77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F77B is #1F0884. Grayscale: #E2E2E2. Windows color (decimal): -2033797 or 8124384. OLE color: 8124384.
HSL color Cylindrical-coordinate representation of color #E0F77B: hue angle of 71.13º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0F77B is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 247 | 123 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.03 |
| HSL | 71.13º | 0.89% | 0.73% | - |
| HSV(B) | 71.13º | 0.5% | 0.97% | - |
| XYZ | 67.58 | 83.8 | 31.35 | - |
| YUV | 225.99 | 69.88 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 247 | 123 | 0.09 | 0 | 0.50 | 0.03 | 71.13 | 0.89 | 0.73 |
| Hex | E0 | F7 | 7B | 9 | 0 | 32 | 3 | 47 | 59 | 49 |
| Octal | 340 | 367 | 173 | 11 | 0 | 62 | 3 | 107 | 131 | 111 |
| Binary | 11100000 | 11110111 | 1111011 | 1001 | 0 | 110010 | 11 | 1000111 | 1011001 | 1001001 |
Color Harmonies of #E0F77B
Complementary color
Monochromatic Colors of #E0F77B
Black with #E0F77B
Text Example
Text Example
White with #E0F77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F77B; }
p { color: rgb(224,247,123); }
H1.HeaderClassName
{
color: #E0F77B;
}
.AnyTagClassName
{
color: #E0F77B;
}
</style>
background-color css
<style>
a { background-color: #E0F77B; }
a { background-color: rgb(224,247,123); }
div.DivClassName
{
background-color: #E0F77B;
}
.BgClassName
{
background-color: #E0F77B;
}
</style>
border-color css
<style>
span { border-color: #E0F77B; }
span { border-color: rgb(224,247,123); }
td.TdClassName
{
border-color: #E0F77B;
}
.TagClassName
{
border-color: #E0F77B;
}
</style>