Shades of Mindaro #E0FF74
Tints of Mindaro #E0FF74
RGB
CMYK
RGB Variations
Color information
#E0FF74 (or 0xE0FF74) is known color: Mindaro. HEX triplet: E0, FF and 74. RGB value is (224,255,116). Sum of RGB (Red+Green+Blue) = 224+255+116=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 116 (45.70% from 255 or 19.50% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FF74 is #1F008B. Grayscale: #E6E6E6. Windows color (decimal): -2031756 or 7667680. OLE color: 7667680.
HSL color Cylindrical-coordinate representation of color #E0FF74: hue angle of 73.38º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0FF74 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 116 | - |
| CMYK | 0.12 | 0 | 0.55 | 0 |
| HSL | 73.38º | 1% | 0.73% | - |
| HSV(B) | 73.38º | 0.55% | 1% | - |
| XYZ | 69.65 | 88.63 | 29.96 | - |
| YUV | 229.89 | 63.73 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 116 | 0.12 | 0 | 0.55 | 0 | 73.38 | 1 | 0.73 |
| Hex | E0 | FF | 74 | C | 0 | 37 | 0 | 49 | 64 | 49 |
| Octal | 340 | 377 | 164 | 14 | 0 | 67 | 0 | 111 | 144 | 111 |
| Binary | 11100000 | 11111111 | 1110100 | 1100 | 0 | 110111 | 0 | 1001001 | 1100100 | 1001001 |
Color Harmonies of #E0FF74
Complementary color
Monochromatic Colors of #E0FF74
Black with #E0FF74
Text Example
Text Example
White with #E0FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FF74; }
p { color: rgb(224,255,116); }
H1.HeaderClassName
{
color: #E0FF74;
}
.AnyTagClassName
{
color: #E0FF74;
}
</style>
background-color css
<style>
a { background-color: #E0FF74; }
a { background-color: rgb(224,255,116); }
div.DivClassName
{
background-color: #E0FF74;
}
.BgClassName
{
background-color: #E0FF74;
}
</style>
border-color css
<style>
span { border-color: #E0FF74; }
span { border-color: rgb(224,255,116); }
td.TdClassName
{
border-color: #E0FF74;
}
.TagClassName
{
border-color: #E0FF74;
}
</style>