Shades of Light Green #85FE89
Tints of Light Green #85FE89
RGB
CMYK
RGB Variations
Color information
#85FE89 (or 0x85FE89) is known color: Light Green. HEX triplet: 85, FE and 89. RGB value is (133,254,137). Sum of RGB (Red+Green+Blue) = 133+254+137=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 137 (53.91% from 255 or 26.15% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FE89 is #7A0176. Grayscale: #CCCCCC. Windows color (decimal): -7995767 or 9043589. OLE color: 9043589.
HSL color Cylindrical-coordinate representation of color #85FE89: hue angle of 121.98º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FE89 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 137 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.00 |
| HSL | 121.98º | 0.98% | 0.76% | - |
| HSV(B) | 121.98º | 0.48% | 1% | - |
| XYZ | 49.63 | 77.68 | 36.04 | - |
| YUV | 204.48 | 89.91 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 137 | 0.48 | 0 | 0.46 | 0.00 | 121.98 | 0.98 | 0.76 |
| Hex | 85 | FE | 89 | 30 | 0 | 2E | 0 | 7A | 62 | 4C |
| Octal | 205 | 376 | 211 | 60 | 0 | 56 | 0 | 172 | 142 | 114 |
| Binary | 10000101 | 11111110 | 10001001 | 110000 | 0 | 101110 | 0 | 1111010 | 1100010 | 1001100 |
Color Harmonies of #85FE89
Complementary color
Monochromatic Colors of #85FE89
Black with #85FE89
Text Example
Text Example
White with #85FE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FE89; }
p { color: rgb(133,254,137); }
H1.HeaderClassName
{
color: #85FE89;
}
.AnyTagClassName
{
color: #85FE89;
}
</style>
background-color css
<style>
a { background-color: #85FE89; }
a { background-color: rgb(133,254,137); }
div.DivClassName
{
background-color: #85FE89;
}
.BgClassName
{
background-color: #85FE89;
}
</style>
border-color css
<style>
span { border-color: #85FE89; }
span { border-color: rgb(133,254,137); }
td.TdClassName
{
border-color: #85FE89;
}
.TagClassName
{
border-color: #85FE89;
}
</style>