Shades of Light Green #85EC83
Tints of Light Green #85EC83
RGB
CMYK
RGB Variations
Color information
#85EC83 (or 0x85EC83) is known color: Light Green. HEX triplet: 85, EC and 83. RGB value is (133,236,131). Sum of RGB (Red+Green+Blue) = 133+236+131=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EC83 is #7A137C. Grayscale: #C1C1C1. Windows color (decimal): -8000381 or 8645765. OLE color: 8645765.
HSL color Cylindrical-coordinate representation of color #85EC83: hue angle of 118.86º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EC83 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 131 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.07 |
| HSL | 118.86º | 0.73% | 0.72% | - |
| HSV(B) | 118.86º | 0.44% | 0.93% | - |
| XYZ | 43.77 | 66.62 | 32.02 | - |
| YUV | 193.23 | 92.88 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 131 | 0.44 | 0 | 0.44 | 0.07 | 118.86 | 0.73 | 0.72 |
| Hex | 85 | EC | 83 | 2C | 0 | 2C | 7 | 77 | 49 | 48 |
| Octal | 205 | 354 | 203 | 54 | 0 | 54 | 7 | 167 | 111 | 110 |
| Binary | 10000101 | 11101100 | 10000011 | 101100 | 0 | 101100 | 111 | 1110111 | 1001001 | 1001000 |
Color Harmonies of #85EC83
Complementary color
Monochromatic Colors of #85EC83
Black with #85EC83
Text Example
Text Example
White with #85EC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC83; }
p { color: rgb(133,236,131); }
H1.HeaderClassName
{
color: #85EC83;
}
.AnyTagClassName
{
color: #85EC83;
}
</style>
background-color css
<style>
a { background-color: #85EC83; }
a { background-color: rgb(133,236,131); }
div.DivClassName
{
background-color: #85EC83;
}
.BgClassName
{
background-color: #85EC83;
}
</style>
border-color css
<style>
span { border-color: #85EC83; }
span { border-color: rgb(133,236,131); }
td.TdClassName
{
border-color: #85EC83;
}
.TagClassName
{
border-color: #85EC83;
}
</style>