Shades of Light Green #85E987
Tints of Light Green #85E987
RGB
CMYK
RGB Variations
Color information
#85E987 (or 0x85E987) is known color: Light Green. HEX triplet: 85, E9 and 87. RGB value is (133,233,135). Sum of RGB (Red+Green+Blue) = 133+233+135=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #85E987 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E987 is #7A1678. Grayscale: #C0C0C0. Windows color (decimal): -8001145 or 8907141. OLE color: 8907141.
HSL color Cylindrical-coordinate representation of color #85E987: hue angle of 121.2º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E987 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 233 | 135 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.09 |
| HSL | 121.2º | 0.69% | 0.72% | - |
| HSV(B) | 121.2º | 0.43% | 0.91% | - |
| XYZ | 43.18 | 65.01 | 33.19 | - |
| YUV | 191.93 | 95.87 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 233 | 135 | 0.43 | 0 | 0.42 | 0.09 | 121.2 | 0.69 | 0.72 |
| Hex | 85 | E9 | 87 | 2B | 0 | 2A | 9 | 79 | 45 | 48 |
| Octal | 205 | 351 | 207 | 53 | 0 | 52 | 11 | 171 | 105 | 110 |
| Binary | 10000101 | 11101001 | 10000111 | 101011 | 0 | 101010 | 1001 | 1111001 | 1000101 | 1001000 |
Color Harmonies of #85E987
Complementary color
Monochromatic Colors of #85E987
Black with #85E987
Text Example
Text Example
White with #85E987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E987; }
p { color: rgb(133,233,135); }
H1.HeaderClassName
{
color: #85E987;
}
.AnyTagClassName
{
color: #85E987;
}
</style>
background-color css
<style>
a { background-color: #85E987; }
a { background-color: rgb(133,233,135); }
div.DivClassName
{
background-color: #85E987;
}
.BgClassName
{
background-color: #85E987;
}
</style>
border-color css
<style>
span { border-color: #85E987; }
span { border-color: rgb(133,233,135); }
td.TdClassName
{
border-color: #85E987;
}
.TagClassName
{
border-color: #85E987;
}
</style>