Shades of Mindaro #E6FF77
Tints of Mindaro #E6FF77
RGB
CMYK
RGB Variations
Color information
#E6FF77 (or 0xE6FF77) is known color: Mindaro. HEX triplet: E6, FF and 77. RGB value is (230,255,119). Sum of RGB (Red+Green+Blue) = 230+255+119=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 119 (46.88% from 255 or 19.70% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FF77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6FF77 is #190088. Grayscale: #E8E8E8. Windows color (decimal): -1638537 or 7864294. OLE color: 7864294.
HSL color Cylindrical-coordinate representation of color #E6FF77: hue angle of 71.03º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6FF77 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 119 | - |
| CMYK | 0.10 | 0 | 0.53 | 0 |
| HSL | 71.03º | 1% | 0.73% | - |
| HSV(B) | 71.03º | 0.53% | 1% | - |
| XYZ | 71.72 | 89.67 | 30.98 | - |
| YUV | 232.02 | 64.22 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 119 | 0.10 | 0 | 0.53 | 0 | 71.03 | 1 | 0.73 |
| Hex | E6 | FF | 77 | A | 0 | 35 | 0 | 47 | 64 | 49 |
| Octal | 346 | 377 | 167 | 12 | 0 | 65 | 0 | 107 | 144 | 111 |
| Binary | 11100110 | 11111111 | 1110111 | 1010 | 0 | 110101 | 0 | 1000111 | 1100100 | 1001001 |
Color Harmonies of #E6FF77
Complementary color
Monochromatic Colors of #E6FF77
Black with #E6FF77
Text Example
Text Example
White with #E6FF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FF77; }
p { color: rgb(230,255,119); }
H1.HeaderClassName
{
color: #E6FF77;
}
.AnyTagClassName
{
color: #E6FF77;
}
</style>
background-color css
<style>
a { background-color: #E6FF77; }
a { background-color: rgb(230,255,119); }
div.DivClassName
{
background-color: #E6FF77;
}
.BgClassName
{
background-color: #E6FF77;
}
</style>
border-color css
<style>
span { border-color: #E6FF77; }
span { border-color: rgb(230,255,119); }
td.TdClassName
{
border-color: #E6FF77;
}
.TagClassName
{
border-color: #E6FF77;
}
</style>