Shades of Light Green #85E984
Tints of Light Green #85E984
RGB
CMYK
RGB Variations
Color information
#85E984 (or 0x85E984) is known color: Light Green. HEX triplet: 85, E9 and 84. RGB value is (133,233,132). Sum of RGB (Red+Green+Blue) = 133+233+132=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #85E984 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E984 is #7A167B. Grayscale: #BFBFBF. Windows color (decimal): -8001148 or 8710533. OLE color: 8710533.
HSL color Cylindrical-coordinate representation of color #85E984: hue angle of 119.41º degrees, saturation: 0.7, 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 #85E984 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 233 | 132 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.09 |
| HSL | 119.41º | 0.7% | 0.72% | - |
| HSV(B) | 119.41º | 0.43% | 0.91% | - |
| XYZ | 42.98 | 64.93 | 32.1 | - |
| YUV | 191.59 | 94.37 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 233 | 132 | 0.43 | 0 | 0.43 | 0.09 | 119.41 | 0.7 | 0.72 |
| Hex | 85 | E9 | 84 | 2B | 0 | 2B | 9 | 77 | 46 | 48 |
| Octal | 205 | 351 | 204 | 53 | 0 | 53 | 11 | 167 | 106 | 110 |
| Binary | 10000101 | 11101001 | 10000100 | 101011 | 0 | 101011 | 1001 | 1110111 | 1000110 | 1001000 |
Color Harmonies of #85E984
Complementary color
Monochromatic Colors of #85E984
Black with #85E984
Text Example
Text Example
White with #85E984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E984; }
p { color: rgb(133,233,132); }
H1.HeaderClassName
{
color: #85E984;
}
.AnyTagClassName
{
color: #85E984;
}
</style>
background-color css
<style>
a { background-color: #85E984; }
a { background-color: rgb(133,233,132); }
div.DivClassName
{
background-color: #85E984;
}
.BgClassName
{
background-color: #85E984;
}
</style>
border-color css
<style>
span { border-color: #85E984; }
span { border-color: rgb(133,233,132); }
td.TdClassName
{
border-color: #85E984;
}
.TagClassName
{
border-color: #85E984;
}
</style>