Shades of Light Green #85FB8C
Tints of Light Green #85FB8C
RGB
CMYK
RGB Variations
Color information
#85FB8C (or 0x85FB8C) is known color: Light Green. HEX triplet: 85, FB and 8C. RGB value is (133,251,140). Sum of RGB (Red+Green+Blue) = 133+251+140=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 251 (98.44% from 255 or 47.90% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FB8C is #7A0473. Grayscale: #CBCBCB. Windows color (decimal): -7996532 or 9239429. OLE color: 9239429.
HSL color Cylindrical-coordinate representation of color #85FB8C: hue angle of 123.56º degrees, saturation: 0.94, 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 #85FB8C is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 140 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.02 |
| HSL | 123.56º | 0.94% | 0.75% | - |
| HSV(B) | 123.56º | 0.47% | 0.98% | - |
| XYZ | 48.9 | 75.87 | 36.88 | - |
| YUV | 203.06 | 92.41 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 140 | 0.47 | 0 | 0.44 | 0.02 | 123.56 | 0.94 | 0.75 |
| Hex | 85 | FB | 8C | 2F | 0 | 2C | 2 | 7C | 5E | 4B |
| Octal | 205 | 373 | 214 | 57 | 0 | 54 | 2 | 174 | 136 | 113 |
| Binary | 10000101 | 11111011 | 10001100 | 101111 | 0 | 101100 | 10 | 1111100 | 1011110 | 1001011 |
Color Harmonies of #85FB8C
Complementary color
Monochromatic Colors of #85FB8C
Black with #85FB8C
Text Example
Text Example
White with #85FB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FB8C; }
p { color: rgb(133,251,140); }
H1.HeaderClassName
{
color: #85FB8C;
}
.AnyTagClassName
{
color: #85FB8C;
}
</style>
background-color css
<style>
a { background-color: #85FB8C; }
a { background-color: rgb(133,251,140); }
div.DivClassName
{
background-color: #85FB8C;
}
.BgClassName
{
background-color: #85FB8C;
}
</style>
border-color css
<style>
span { border-color: #85FB8C; }
span { border-color: rgb(133,251,140); }
td.TdClassName
{
border-color: #85FB8C;
}
.TagClassName
{
border-color: #85FB8C;
}
</style>