Shades of Light Green #85EC80
Tints of Light Green #85EC80
RGB
CMYK
RGB Variations
Color information
#85EC80 (or 0x85EC80) is known color: Light Green. HEX triplet: 85, EC and 80. RGB value is (133,236,128). Sum of RGB (Red+Green+Blue) = 133+236+128=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EC80 is #7A137F. Grayscale: #C1C1C1. Windows color (decimal): -8000384 or 8449157. OLE color: 8449157.
HSL color Cylindrical-coordinate representation of color #85EC80: hue angle of 117.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85EC80 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 128 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.07 |
| HSL | 117.22º | 0.74% | 0.71% | - |
| HSV(B) | 117.22º | 0.46% | 0.93% | - |
| XYZ | 43.56 | 66.54 | 30.97 | - |
| YUV | 192.89 | 91.38 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 128 | 0.44 | 0 | 0.46 | 0.07 | 117.22 | 0.74 | 0.71 |
| Hex | 85 | EC | 80 | 2C | 0 | 2E | 7 | 75 | 4A | 47 |
| Octal | 205 | 354 | 200 | 54 | 0 | 56 | 7 | 165 | 112 | 107 |
| Binary | 10000101 | 11101100 | 10000000 | 101100 | 0 | 101110 | 111 | 1110101 | 1001010 | 1000111 |
Color Harmonies of #85EC80
Complementary color
Monochromatic Colors of #85EC80
Black with #85EC80
Text Example
Text Example
White with #85EC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC80; }
p { color: rgb(133,236,128); }
H1.HeaderClassName
{
color: #85EC80;
}
.AnyTagClassName
{
color: #85EC80;
}
</style>
background-color css
<style>
a { background-color: #85EC80; }
a { background-color: rgb(133,236,128); }
div.DivClassName
{
background-color: #85EC80;
}
.BgClassName
{
background-color: #85EC80;
}
</style>
border-color css
<style>
span { border-color: #85EC80; }
span { border-color: rgb(133,236,128); }
td.TdClassName
{
border-color: #85EC80;
}
.TagClassName
{
border-color: #85EC80;
}
</style>