Shades of Light Green #85E997
Tints of Light Green #85E997
RGB
CMYK
RGB Variations
Color information
#85E997 (or 0x85E997) is known color: Light Green. HEX triplet: 85, E9 and 97. RGB value is (133,233,151). Sum of RGB (Red+Green+Blue) = 133+233+151=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #85E997 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E997 is #7A1668. Grayscale: #C1C1C1. Windows color (decimal): -8001129 or 9955717. OLE color: 9955717.
HSL color Cylindrical-coordinate representation of color #85E997: hue angle of 130.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E997 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 233 | 151 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.09 |
| HSL | 130.8º | 0.69% | 0.72% | - |
| HSV(B) | 130.8º | 0.43% | 0.91% | - |
| XYZ | 44.4 | 65.5 | 39.58 | - |
| YUV | 193.75 | 103.87 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 233 | 151 | 0.43 | 0 | 0.35 | 0.09 | 130.8 | 0.69 | 0.72 |
| Hex | 85 | E9 | 97 | 2B | 0 | 23 | 9 | 83 | 45 | 48 |
| Octal | 205 | 351 | 227 | 53 | 0 | 43 | 11 | 203 | 105 | 110 |
| Binary | 10000101 | 11101001 | 10010111 | 101011 | 0 | 100011 | 1001 | 10000011 | 1000101 | 1001000 |
Color Harmonies of #85E997
Complementary color
Monochromatic Colors of #85E997
Black with #85E997
Text Example
Text Example
White with #85E997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E997; }
p { color: rgb(133,233,151); }
H1.HeaderClassName
{
color: #85E997;
}
.AnyTagClassName
{
color: #85E997;
}
</style>
background-color css
<style>
a { background-color: #85E997; }
a { background-color: rgb(133,233,151); }
div.DivClassName
{
background-color: #85E997;
}
.BgClassName
{
background-color: #85E997;
}
</style>
border-color css
<style>
span { border-color: #85E997; }
span { border-color: rgb(133,233,151); }
td.TdClassName
{
border-color: #85E997;
}
.TagClassName
{
border-color: #85E997;
}
</style>