Shades of Light Green #85FB8D
Tints of Light Green #85FB8D
RGB
CMYK
RGB Variations
Color information
#85FB8D (or 0x85FB8D) is known color: Light Green. HEX triplet: 85, FB and 8D. RGB value is (133,251,141). Sum of RGB (Red+Green+Blue) = 133+251+141=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FB8D is #7A0472. Grayscale: #CBCBCB. Windows color (decimal): -7996531 or 9304965. OLE color: 9304965.
HSL color Cylindrical-coordinate representation of color #85FB8D: hue angle of 124.07º 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 #85FB8D is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 141 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.02 |
| HSL | 124.07º | 0.94% | 0.75% | - |
| HSV(B) | 124.07º | 0.47% | 0.98% | - |
| XYZ | 48.98 | 75.9 | 37.27 | - |
| YUV | 203.18 | 92.91 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 141 | 0.47 | 0 | 0.44 | 0.02 | 124.07 | 0.94 | 0.75 |
| Hex | 85 | FB | 8D | 2F | 0 | 2C | 2 | 7C | 5E | 4B |
| Octal | 205 | 373 | 215 | 57 | 0 | 54 | 2 | 174 | 136 | 113 |
| Binary | 10000101 | 11111011 | 10001101 | 101111 | 0 | 101100 | 10 | 1111100 | 1011110 | 1001011 |
Color Harmonies of #85FB8D
Complementary color
Monochromatic Colors of #85FB8D
Black with #85FB8D
Text Example
Text Example
White with #85FB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FB8D; }
p { color: rgb(133,251,141); }
H1.HeaderClassName
{
color: #85FB8D;
}
.AnyTagClassName
{
color: #85FB8D;
}
</style>
background-color css
<style>
a { background-color: #85FB8D; }
a { background-color: rgb(133,251,141); }
div.DivClassName
{
background-color: #85FB8D;
}
.BgClassName
{
background-color: #85FB8D;
}
</style>
border-color css
<style>
span { border-color: #85FB8D; }
span { border-color: rgb(133,251,141); }
td.TdClassName
{
border-color: #85FB8D;
}
.TagClassName
{
border-color: #85FB8D;
}
</style>