Shades of Mindaro #E5FF74
Tints of Mindaro #E5FF74
RGB
CMYK
RGB Variations
Color information
#E5FF74 (or 0xE5FF74) is known color: Mindaro. HEX triplet: E5, FF and 74. RGB value is (229,255,116). Sum of RGB (Red+Green+Blue) = 229+255+116=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 116 (45.70% from 255 or 19.33% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5FF74 is #1A008B. Grayscale: #E7E7E7. Windows color (decimal): -1704076 or 7667685. OLE color: 7667685.
HSL color Cylindrical-coordinate representation of color #E5FF74: hue angle of 71.22º 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 #E5FF74 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 116 | - |
| CMYK | 0.10 | 0 | 0.55 | 0 |
| HSL | 71.22º | 1% | 0.73% | - |
| HSV(B) | 71.22º | 0.55% | 1% | - |
| XYZ | 71.23 | 89.44 | 30.03 | - |
| YUV | 231.38 | 62.89 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 116 | 0.10 | 0 | 0.55 | 0 | 71.22 | 1 | 0.73 |
| Hex | E5 | FF | 74 | A | 0 | 37 | 0 | 47 | 64 | 49 |
| Octal | 345 | 377 | 164 | 12 | 0 | 67 | 0 | 107 | 144 | 111 |
| Binary | 11100101 | 11111111 | 1110100 | 1010 | 0 | 110111 | 0 | 1000111 | 1100100 | 1001001 |
Color Harmonies of #E5FF74
Complementary color
Monochromatic Colors of #E5FF74
Black with #E5FF74
Text Example
Text Example
White with #E5FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FF74; }
p { color: rgb(229,255,116); }
H1.HeaderClassName
{
color: #E5FF74;
}
.AnyTagClassName
{
color: #E5FF74;
}
</style>
background-color css
<style>
a { background-color: #E5FF74; }
a { background-color: rgb(229,255,116); }
div.DivClassName
{
background-color: #E5FF74;
}
.BgClassName
{
background-color: #E5FF74;
}
</style>
border-color css
<style>
span { border-color: #E5FF74; }
span { border-color: rgb(229,255,116); }
td.TdClassName
{
border-color: #E5FF74;
}
.TagClassName
{
border-color: #E5FF74;
}
</style>