Shades of Light Green #85F087
Tints of Light Green #85F087
RGB
CMYK
RGB Variations
Color information
#85F087 (or 0x85F087) is known color: Light Green. HEX triplet: 85, F0 and 87. RGB value is (133,240,135). Sum of RGB (Red+Green+Blue) = 133+240+135=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #85F087 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F087 is #7A0F78. Grayscale: #C4C4C4. Windows color (decimal): -7999353 or 8908933. OLE color: 8908933.
HSL color Cylindrical-coordinate representation of color #85F087: hue angle of 121.12º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F087 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 240 | 135 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.06 |
| HSL | 121.12º | 0.78% | 0.73% | - |
| HSV(B) | 121.12º | 0.45% | 0.94% | - |
| XYZ | 45.21 | 69.06 | 33.87 | - |
| YUV | 196.04 | 93.55 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 240 | 135 | 0.45 | 0 | 0.44 | 0.06 | 121.12 | 0.78 | 0.73 |
| Hex | 85 | F0 | 87 | 2D | 0 | 2C | 6 | 79 | 4E | 49 |
| Octal | 205 | 360 | 207 | 55 | 0 | 54 | 6 | 171 | 116 | 111 |
| Binary | 10000101 | 11110000 | 10000111 | 101101 | 0 | 101100 | 110 | 1111001 | 1001110 | 1001001 |
Color Harmonies of #85F087
Complementary color
Monochromatic Colors of #85F087
Black with #85F087
Text Example
Text Example
White with #85F087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F087; }
p { color: rgb(133,240,135); }
H1.HeaderClassName
{
color: #85F087;
}
.AnyTagClassName
{
color: #85F087;
}
</style>
background-color css
<style>
a { background-color: #85F087; }
a { background-color: rgb(133,240,135); }
div.DivClassName
{
background-color: #85F087;
}
.BgClassName
{
background-color: #85F087;
}
</style>
border-color css
<style>
span { border-color: #85F087; }
span { border-color: rgb(133,240,135); }
td.TdClassName
{
border-color: #85F087;
}
.TagClassName
{
border-color: #85F087;
}
</style>