Shades of Light Green #85FF81
Tints of Light Green #85FF81
RGB
CMYK
RGB Variations
Color information
#85FF81 (or 0x85FF81) is known color: Light Green. HEX triplet: 85, FF and 81. RGB value is (133,255,129). Sum of RGB (Red+Green+Blue) = 133+255+129=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FF81 is #7A007E. Grayscale: #CCCCCC. Windows color (decimal): -7995519 or 8519557. OLE color: 8519557.
HSL color Cylindrical-coordinate representation of color #85FF81: hue angle of 118.1º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85FF81 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 129 | - |
| CMYK | 0.48 | 0 | 0.49 | 0 |
| HSL | 118.1º | 1% | 0.75% | - |
| HSV(B) | 118.1º | 0.49% | 1% | - |
| XYZ | 49.4 | 78.09 | 33.24 | - |
| YUV | 204.16 | 85.58 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 129 | 0.48 | 0 | 0.49 | 0 | 118.1 | 1 | 0.75 |
| Hex | 85 | FF | 81 | 30 | 0 | 31 | 0 | 76 | 64 | 4B |
| Octal | 205 | 377 | 201 | 60 | 0 | 61 | 0 | 166 | 144 | 113 |
| Binary | 10000101 | 11111111 | 10000001 | 110000 | 0 | 110001 | 0 | 1110110 | 1100100 | 1001011 |
Color Harmonies of #85FF81
Complementary color
Monochromatic Colors of #85FF81
Black with #85FF81
Text Example
Text Example
White with #85FF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF81; }
p { color: rgb(133,255,129); }
H1.HeaderClassName
{
color: #85FF81;
}
.AnyTagClassName
{
color: #85FF81;
}
</style>
background-color css
<style>
a { background-color: #85FF81; }
a { background-color: rgb(133,255,129); }
div.DivClassName
{
background-color: #85FF81;
}
.BgClassName
{
background-color: #85FF81;
}
</style>
border-color css
<style>
span { border-color: #85FF81; }
span { border-color: rgb(133,255,129); }
td.TdClassName
{
border-color: #85FF81;
}
.TagClassName
{
border-color: #85FF81;
}
</style>