Shades of Mindaro #E0FE74
Tints of Mindaro #E0FE74
RGB
CMYK
RGB Variations
Color information
#E0FE74 (or 0xE0FE74) is known color: Mindaro. HEX triplet: E0, FE and 74. RGB value is (224,254,116). Sum of RGB (Red+Green+Blue) = 224+254+116=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 116 (45.70% from 255 or 19.53% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FE74 is #1F018B. Grayscale: #E5E5E5. Windows color (decimal): -2032012 or 7667424. OLE color: 7667424.
HSL color Cylindrical-coordinate representation of color #E0FE74: hue angle of 73.04º 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 #E0FE74 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 116 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.00 |
| HSL | 73.04º | 0.99% | 0.73% | - |
| HSV(B) | 73.04º | 0.54% | 1% | - |
| XYZ | 69.33 | 87.99 | 29.85 | - |
| YUV | 229.3 | 64.06 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 116 | 0.12 | 0 | 0.54 | 0.00 | 73.04 | 0.99 | 0.73 |
| Hex | E0 | FE | 74 | C | 0 | 36 | 0 | 49 | 63 | 49 |
| Octal | 340 | 376 | 164 | 14 | 0 | 66 | 0 | 111 | 143 | 111 |
| Binary | 11100000 | 11111110 | 1110100 | 1100 | 0 | 110110 | 0 | 1001001 | 1100011 | 1001001 |
Color Harmonies of #E0FE74
Complementary color
Monochromatic Colors of #E0FE74
Black with #E0FE74
Text Example
Text Example
White with #E0FE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FE74; }
p { color: rgb(224,254,116); }
H1.HeaderClassName
{
color: #E0FE74;
}
.AnyTagClassName
{
color: #E0FE74;
}
</style>
background-color css
<style>
a { background-color: #E0FE74; }
a { background-color: rgb(224,254,116); }
div.DivClassName
{
background-color: #E0FE74;
}
.BgClassName
{
background-color: #E0FE74;
}
</style>
border-color css
<style>
span { border-color: #E0FE74; }
span { border-color: rgb(224,254,116); }
td.TdClassName
{
border-color: #E0FE74;
}
.TagClassName
{
border-color: #E0FE74;
}
</style>