Shades of Mindaro #E0FE76
Tints of Mindaro #E0FE76
RGB
CMYK
RGB Variations
Color information
#E0FE76 (or 0xE0FE76) is known color: Mindaro. HEX triplet: E0, FE and 76. RGB value is (224,254,118). Sum of RGB (Red+Green+Blue) = 224+254+118=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 118 (46.48% from 255 or 19.80% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FE76 is #1F0189. Grayscale: #E6E6E6. Windows color (decimal): -2032010 or 7798496. OLE color: 7798496.
HSL color Cylindrical-coordinate representation of color #E0FE76: hue angle of 73.24º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0FE76 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 118 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.00 |
| HSL | 73.24º | 0.99% | 0.73% | - |
| HSV(B) | 73.24º | 0.54% | 1% | - |
| XYZ | 69.45 | 88.04 | 30.47 | - |
| YUV | 229.53 | 65.06 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 118 | 0.12 | 0 | 0.54 | 0.00 | 73.24 | 0.99 | 0.73 |
| Hex | E0 | FE | 76 | C | 0 | 36 | 0 | 49 | 63 | 49 |
| Octal | 340 | 376 | 166 | 14 | 0 | 66 | 0 | 111 | 143 | 111 |
| Binary | 11100000 | 11111110 | 1110110 | 1100 | 0 | 110110 | 0 | 1001001 | 1100011 | 1001001 |
Color Harmonies of #E0FE76
Complementary color
Monochromatic Colors of #E0FE76
Black with #E0FE76
Text Example
Text Example
White with #E0FE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FE76; }
p { color: rgb(224,254,118); }
H1.HeaderClassName
{
color: #E0FE76;
}
.AnyTagClassName
{
color: #E0FE76;
}
</style>
background-color css
<style>
a { background-color: #E0FE76; }
a { background-color: rgb(224,254,118); }
div.DivClassName
{
background-color: #E0FE76;
}
.BgClassName
{
background-color: #E0FE76;
}
</style>
border-color css
<style>
span { border-color: #E0FE76; }
span { border-color: rgb(224,254,118); }
td.TdClassName
{
border-color: #E0FE76;
}
.TagClassName
{
border-color: #E0FE76;
}
</style>