Shades of Light Green #85FA89
Tints of Light Green #85FA89
RGB
CMYK
RGB Variations
Color information
#85FA89 (or 0x85FA89) is known color: Light Green. HEX triplet: 85, FA and 89. RGB value is (133,250,137). Sum of RGB (Red+Green+Blue) = 133+250+137=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FA89 is #7A0576. Grayscale: #CACACA. Windows color (decimal): -7996791 or 9042565. OLE color: 9042565.
HSL color Cylindrical-coordinate representation of color #85FA89: hue angle of 122.05º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FA89 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 137 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.02 |
| HSL | 122.05º | 0.92% | 0.75% | - |
| HSV(B) | 122.05º | 0.47% | 0.98% | - |
| XYZ | 48.37 | 75.16 | 35.63 | - |
| YUV | 202.14 | 91.24 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 137 | 0.47 | 0 | 0.45 | 0.02 | 122.05 | 0.92 | 0.75 |
| Hex | 85 | FA | 89 | 2F | 0 | 2D | 2 | 7A | 5C | 4B |
| Octal | 205 | 372 | 211 | 57 | 0 | 55 | 2 | 172 | 134 | 113 |
| Binary | 10000101 | 11111010 | 10001001 | 101111 | 0 | 101101 | 10 | 1111010 | 1011100 | 1001011 |
Color Harmonies of #85FA89
Complementary color
Monochromatic Colors of #85FA89
Black with #85FA89
Text Example
Text Example
White with #85FA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA89; }
p { color: rgb(133,250,137); }
H1.HeaderClassName
{
color: #85FA89;
}
.AnyTagClassName
{
color: #85FA89;
}
</style>
background-color css
<style>
a { background-color: #85FA89; }
a { background-color: rgb(133,250,137); }
div.DivClassName
{
background-color: #85FA89;
}
.BgClassName
{
background-color: #85FA89;
}
</style>
border-color css
<style>
span { border-color: #85FA89; }
span { border-color: rgb(133,250,137); }
td.TdClassName
{
border-color: #85FA89;
}
.TagClassName
{
border-color: #85FA89;
}
</style>