Shades of Light Green #85FF89
Tints of Light Green #85FF89
RGB
CMYK
RGB Variations
Color information
#85FF89 (or 0x85FF89) is known color: Light Green. HEX triplet: 85, FF and 89. RGB value is (133,255,137). Sum of RGB (Red+Green+Blue) = 133+255+137=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FF89 is #7A0076. Grayscale: #CDCDCD. Windows color (decimal): -7995511 or 9043845. OLE color: 9043845.
HSL color Cylindrical-coordinate representation of color #85FF89: hue angle of 121.97º 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 #85FF89 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 137 | - |
| CMYK | 0.48 | 0 | 0.46 | 0 |
| HSL | 121.97º | 1% | 0.76% | - |
| HSV(B) | 121.97º | 0.48% | 1% | - |
| XYZ | 49.95 | 78.31 | 36.15 | - |
| YUV | 205.07 | 89.58 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 137 | 0.48 | 0 | 0.46 | 0 | 121.97 | 1 | 0.76 |
| Hex | 85 | FF | 89 | 30 | 0 | 2E | 0 | 7A | 64 | 4C |
| Octal | 205 | 377 | 211 | 60 | 0 | 56 | 0 | 172 | 144 | 114 |
| Binary | 10000101 | 11111111 | 10001001 | 110000 | 0 | 101110 | 0 | 1111010 | 1100100 | 1001100 |
Color Harmonies of #85FF89
Complementary color
Monochromatic Colors of #85FF89
Black with #85FF89
Text Example
Text Example
White with #85FF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF89; }
p { color: rgb(133,255,137); }
H1.HeaderClassName
{
color: #85FF89;
}
.AnyTagClassName
{
color: #85FF89;
}
</style>
background-color css
<style>
a { background-color: #85FF89; }
a { background-color: rgb(133,255,137); }
div.DivClassName
{
background-color: #85FF89;
}
.BgClassName
{
background-color: #85FF89;
}
</style>
border-color css
<style>
span { border-color: #85FF89; }
span { border-color: rgb(133,255,137); }
td.TdClassName
{
border-color: #85FF89;
}
.TagClassName
{
border-color: #85FF89;
}
</style>