Shades of Mindaro #E0FD76
Tints of Mindaro #E0FD76
RGB
CMYK
RGB Variations
Color information
#E0FD76 (or 0xE0FD76) is known color: Mindaro. HEX triplet: E0, FD and 76. RGB value is (224,253,118). Sum of RGB (Red+Green+Blue) = 224+253+118=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 118 (46.48% from 255 or 19.83% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FD76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FD76 is #1F0289. Grayscale: #E5E5E5. Windows color (decimal): -2032266 or 7798240. OLE color: 7798240.
HSL color Cylindrical-coordinate representation of color #E0FD76: hue angle of 72.89º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0FD76 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 253 | 118 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.01 |
| HSL | 72.89º | 0.97% | 0.73% | - |
| HSV(B) | 72.89º | 0.53% | 0.99% | - |
| XYZ | 69.14 | 87.41 | 30.37 | - |
| YUV | 228.94 | 65.39 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 253 | 118 | 0.11 | 0 | 0.53 | 0.01 | 72.89 | 0.97 | 0.73 |
| Hex | E0 | FD | 76 | B | 0 | 35 | 1 | 49 | 61 | 49 |
| Octal | 340 | 375 | 166 | 13 | 0 | 65 | 1 | 111 | 141 | 111 |
| Binary | 11100000 | 11111101 | 1110110 | 1011 | 0 | 110101 | 1 | 1001001 | 1100001 | 1001001 |
Color Harmonies of #E0FD76
Complementary color
Monochromatic Colors of #E0FD76
Black with #E0FD76
Text Example
Text Example
White with #E0FD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FD76; }
p { color: rgb(224,253,118); }
H1.HeaderClassName
{
color: #E0FD76;
}
.AnyTagClassName
{
color: #E0FD76;
}
</style>
background-color css
<style>
a { background-color: #E0FD76; }
a { background-color: rgb(224,253,118); }
div.DivClassName
{
background-color: #E0FD76;
}
.BgClassName
{
background-color: #E0FD76;
}
</style>
border-color css
<style>
span { border-color: #E0FD76; }
span { border-color: rgb(224,253,118); }
td.TdClassName
{
border-color: #E0FD76;
}
.TagClassName
{
border-color: #E0FD76;
}
</style>