Shades of Light Green #85E994
Tints of Light Green #85E994
RGB
CMYK
RGB Variations
Color information
#85E994 (or 0x85E994) is known color: Light Green. HEX triplet: 85, E9 and 94. RGB value is (133,233,148). Sum of RGB (Red+Green+Blue) = 133+233+148=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #85E994 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E994 is #7A166B. Grayscale: #C1C1C1. Windows color (decimal): -8001132 or 9759109. OLE color: 9759109.
HSL color Cylindrical-coordinate representation of color #85E994: hue angle of 129º 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 #85E994 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 233 | 148 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.09 |
| HSL | 129º | 0.69% | 0.72% | - |
| HSV(B) | 129º | 0.43% | 0.91% | - |
| XYZ | 44.16 | 65.4 | 38.31 | - |
| YUV | 193.41 | 102.37 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 233 | 148 | 0.43 | 0 | 0.36 | 0.09 | 129 | 0.69 | 0.72 |
| Hex | 85 | E9 | 94 | 2B | 0 | 24 | 9 | 81 | 45 | 48 |
| Octal | 205 | 351 | 224 | 53 | 0 | 44 | 11 | 201 | 105 | 110 |
| Binary | 10000101 | 11101001 | 10010100 | 101011 | 0 | 100100 | 1001 | 10000001 | 1000101 | 1001000 |
Color Harmonies of #85E994
Complementary color
Monochromatic Colors of #85E994
Black with #85E994
Text Example
Text Example
White with #85E994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E994; }
p { color: rgb(133,233,148); }
H1.HeaderClassName
{
color: #85E994;
}
.AnyTagClassName
{
color: #85E994;
}
</style>
background-color css
<style>
a { background-color: #85E994; }
a { background-color: rgb(133,233,148); }
div.DivClassName
{
background-color: #85E994;
}
.BgClassName
{
background-color: #85E994;
}
</style>
border-color css
<style>
span { border-color: #85E994; }
span { border-color: rgb(133,233,148); }
td.TdClassName
{
border-color: #85E994;
}
.TagClassName
{
border-color: #85E994;
}
</style>