Shades of Light Green #85F088
Tints of Light Green #85F088
RGB
CMYK
RGB Variations
Color information
#85F088 (or 0x85F088) is known color: Light Green. HEX triplet: 85, F0 and 88. RGB value is (133,240,136). Sum of RGB (Red+Green+Blue) = 133+240+136=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #85F088 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F088 is #7A0F77. Grayscale: #C4C4C4. Windows color (decimal): -7999352 or 8974469. OLE color: 8974469.
HSL color Cylindrical-coordinate representation of color #85F088: hue angle of 121.68º 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 #85F088 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 240 | 136 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.06 |
| HSL | 121.68º | 0.78% | 0.73% | - |
| HSV(B) | 121.68º | 0.45% | 0.94% | - |
| XYZ | 45.28 | 69.08 | 34.24 | - |
| YUV | 196.15 | 94.05 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 240 | 136 | 0.45 | 0 | 0.43 | 0.06 | 121.68 | 0.78 | 0.73 |
| Hex | 85 | F0 | 88 | 2D | 0 | 2B | 6 | 7A | 4E | 49 |
| Octal | 205 | 360 | 210 | 55 | 0 | 53 | 6 | 172 | 116 | 111 |
| Binary | 10000101 | 11110000 | 10001000 | 101101 | 0 | 101011 | 110 | 1111010 | 1001110 | 1001001 |
Color Harmonies of #85F088
Complementary color
Monochromatic Colors of #85F088
Black with #85F088
Text Example
Text Example
White with #85F088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F088; }
p { color: rgb(133,240,136); }
H1.HeaderClassName
{
color: #85F088;
}
.AnyTagClassName
{
color: #85F088;
}
</style>
background-color css
<style>
a { background-color: #85F088; }
a { background-color: rgb(133,240,136); }
div.DivClassName
{
background-color: #85F088;
}
.BgClassName
{
background-color: #85F088;
}
</style>
border-color css
<style>
span { border-color: #85F088; }
span { border-color: rgb(133,240,136); }
td.TdClassName
{
border-color: #85F088;
}
.TagClassName
{
border-color: #85F088;
}
</style>