Shades of Light Green #85FF85
Tints of Light Green #85FF85
RGB
CMYK
RGB Variations
Color information
#85FF85 (or 0x85FF85) is known color: Light Green. HEX triplet: 85, FF and 85. RGB value is (133,255,133). Sum of RGB (Red+Green+Blue) = 133+255+133=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FF85 is #7A007A. Grayscale: #CCCCCC. Windows color (decimal): -7995515 or 8781701. OLE color: 8781701.
HSL color Cylindrical-coordinate representation of color #85FF85: hue angle of 120º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FF85 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 133 | - |
| CMYK | 0.48 | 0 | 0.48 | 0 |
| HSL | 120º | 1% | 0.76% | - |
| HSV(B) | 120º | 0.48% | 1% | - |
| XYZ | 49.67 | 78.2 | 34.67 | - |
| YUV | 204.61 | 87.58 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 133 | 0.48 | 0 | 0.48 | 0 | 120 | 1 | 0.76 |
| Hex | 85 | FF | 85 | 30 | 0 | 30 | 0 | 78 | 64 | 4C |
| Octal | 205 | 377 | 205 | 60 | 0 | 60 | 0 | 170 | 144 | 114 |
| Binary | 10000101 | 11111111 | 10000101 | 110000 | 0 | 110000 | 0 | 1111000 | 1100100 | 1001100 |
Color Harmonies of #85FF85
Complementary color
Monochromatic Colors of #85FF85
Black with #85FF85
Text Example
Text Example
White with #85FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF85; }
p { color: rgb(133,255,133); }
H1.HeaderClassName
{
color: #85FF85;
}
.AnyTagClassName
{
color: #85FF85;
}
</style>
background-color css
<style>
a { background-color: #85FF85; }
a { background-color: rgb(133,255,133); }
div.DivClassName
{
background-color: #85FF85;
}
.BgClassName
{
background-color: #85FF85;
}
</style>
border-color css
<style>
span { border-color: #85FF85; }
span { border-color: rgb(133,255,133); }
td.TdClassName
{
border-color: #85FF85;
}
.TagClassName
{
border-color: #85FF85;
}
</style>