Shades of Light Green #85FF77
Tints of Light Green #85FF77
RGB
CMYK
RGB Variations
Color information
#85FF77 (or 0x85FF77) is known color: Light Green. HEX triplet: 85, FF and 77. RGB value is (133,255,119). Sum of RGB (Red+Green+Blue) = 133+255+119=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FF77 is #7A0088. Grayscale: #CBCBCB. Windows color (decimal): -7995529 or 7864197. OLE color: 7864197.
HSL color Cylindrical-coordinate representation of color #85FF77: hue angle of 113.82º 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 #85FF77 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 119 | - |
| CMYK | 0.48 | 0 | 0.53 | 0 |
| HSL | 113.82º | 1% | 0.73% | - |
| HSV(B) | 113.82º | 0.53% | 1% | - |
| XYZ | 48.76 | 77.84 | 29.91 | - |
| YUV | 203.02 | 80.58 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 119 | 0.48 | 0 | 0.53 | 0 | 113.82 | 1 | 0.73 |
| Hex | 85 | FF | 77 | 30 | 0 | 35 | 0 | 72 | 64 | 49 |
| Octal | 205 | 377 | 167 | 60 | 0 | 65 | 0 | 162 | 144 | 111 |
| Binary | 10000101 | 11111111 | 1110111 | 110000 | 0 | 110101 | 0 | 1110010 | 1100100 | 1001001 |
Color Harmonies of #85FF77
Complementary color
Monochromatic Colors of #85FF77
Black with #85FF77
Text Example
Text Example
White with #85FF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF77; }
p { color: rgb(133,255,119); }
H1.HeaderClassName
{
color: #85FF77;
}
.AnyTagClassName
{
color: #85FF77;
}
</style>
background-color css
<style>
a { background-color: #85FF77; }
a { background-color: rgb(133,255,119); }
div.DivClassName
{
background-color: #85FF77;
}
.BgClassName
{
background-color: #85FF77;
}
</style>
border-color css
<style>
span { border-color: #85FF77; }
span { border-color: rgb(133,255,119); }
td.TdClassName
{
border-color: #85FF77;
}
.TagClassName
{
border-color: #85FF77;
}
</style>