Shades of Light Green #85FF80
Tints of Light Green #85FF80
RGB
CMYK
RGB Variations
Color information
#85FF80 (or 0x85FF80) is known color: Light Green. HEX triplet: 85, FF and 80. RGB value is (133,255,128). Sum of RGB (Red+Green+Blue) = 133+255+128=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FF80 is #7A007F. Grayscale: #CCCCCC. Windows color (decimal): -7995520 or 8454021. OLE color: 8454021.
HSL color Cylindrical-coordinate representation of color #85FF80: hue angle of 117.64º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85FF80 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 128 | - |
| CMYK | 0.48 | 0 | 0.50 | 0 |
| HSL | 117.64º | 1% | 0.75% | - |
| HSV(B) | 117.64º | 0.5% | 1% | - |
| XYZ | 49.33 | 78.07 | 32.89 | - |
| YUV | 204.04 | 85.08 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 128 | 0.48 | 0 | 0.50 | 0 | 117.64 | 1 | 0.75 |
| Hex | 85 | FF | 80 | 30 | 0 | 32 | 0 | 76 | 64 | 4B |
| Octal | 205 | 377 | 200 | 60 | 0 | 62 | 0 | 166 | 144 | 113 |
| Binary | 10000101 | 11111111 | 10000000 | 110000 | 0 | 110010 | 0 | 1110110 | 1100100 | 1001011 |
Color Harmonies of #85FF80
Complementary color
Monochromatic Colors of #85FF80
Black with #85FF80
Text Example
Text Example
White with #85FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF80; }
p { color: rgb(133,255,128); }
H1.HeaderClassName
{
color: #85FF80;
}
.AnyTagClassName
{
color: #85FF80;
}
</style>
background-color css
<style>
a { background-color: #85FF80; }
a { background-color: rgb(133,255,128); }
div.DivClassName
{
background-color: #85FF80;
}
.BgClassName
{
background-color: #85FF80;
}
</style>
border-color css
<style>
span { border-color: #85FF80; }
span { border-color: rgb(133,255,128); }
td.TdClassName
{
border-color: #85FF80;
}
.TagClassName
{
border-color: #85FF80;
}
</style>