Shades of Mindaro #E0FF76
Tints of Mindaro #E0FF76
RGB
CMYK
RGB Variations
Color information
#E0FF76 (or 0xE0FF76) is known color: Mindaro. HEX triplet: E0, FF and 76. RGB value is (224,255,118). Sum of RGB (Red+Green+Blue) = 224+255+118=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 118 (46.48% from 255 or 19.77% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FF76 is #1F0089. Grayscale: #E6E6E6. Windows color (decimal): -2031754 or 7798752. OLE color: 7798752.
HSL color Cylindrical-coordinate representation of color #E0FF76: hue angle of 73.58º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0FF76 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 118 | - |
| CMYK | 0.12 | 0 | 0.54 | 0 |
| HSL | 73.58º | 1% | 0.73% | - |
| HSV(B) | 73.58º | 0.54% | 1% | - |
| XYZ | 69.77 | 88.68 | 30.58 | - |
| YUV | 230.11 | 64.73 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 118 | 0.12 | 0 | 0.54 | 0 | 73.58 | 1 | 0.73 |
| Hex | E0 | FF | 76 | C | 0 | 36 | 0 | 4A | 64 | 49 |
| Octal | 340 | 377 | 166 | 14 | 0 | 66 | 0 | 112 | 144 | 111 |
| Binary | 11100000 | 11111111 | 1110110 | 1100 | 0 | 110110 | 0 | 1001010 | 1100100 | 1001001 |
Color Harmonies of #E0FF76
Complementary color
Monochromatic Colors of #E0FF76
Black with #E0FF76
Text Example
Text Example
White with #E0FF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FF76; }
p { color: rgb(224,255,118); }
H1.HeaderClassName
{
color: #E0FF76;
}
.AnyTagClassName
{
color: #E0FF76;
}
</style>
background-color css
<style>
a { background-color: #E0FF76; }
a { background-color: rgb(224,255,118); }
div.DivClassName
{
background-color: #E0FF76;
}
.BgClassName
{
background-color: #E0FF76;
}
</style>
border-color css
<style>
span { border-color: #E0FF76; }
span { border-color: rgb(224,255,118); }
td.TdClassName
{
border-color: #E0FF76;
}
.TagClassName
{
border-color: #E0FF76;
}
</style>