Shades of Light Green #85ED81
Tints of Light Green #85ED81
RGB
CMYK
RGB Variations
Color information
#85ED81 (or 0x85ED81) is known color: Light Green. HEX triplet: 85, ED and 81. RGB value is (133,237,129). Sum of RGB (Red+Green+Blue) = 133+237+129=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ED81 is #7A127E. Grayscale: #C1C1C1. Windows color (decimal): -8000127 or 8514949. OLE color: 8514949.
HSL color Cylindrical-coordinate representation of color #85ED81: hue angle of 117.78º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85ED81 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 237 | 129 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.07 |
| HSL | 117.78º | 0.75% | 0.72% | - |
| HSV(B) | 117.78º | 0.46% | 0.93% | - |
| XYZ | 43.92 | 67.14 | 31.41 | - |
| YUV | 193.59 | 91.54 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 237 | 129 | 0.44 | 0 | 0.46 | 0.07 | 117.78 | 0.75 | 0.72 |
| Hex | 85 | ED | 81 | 2C | 0 | 2E | 7 | 76 | 4B | 48 |
| Octal | 205 | 355 | 201 | 54 | 0 | 56 | 7 | 166 | 113 | 110 |
| Binary | 10000101 | 11101101 | 10000001 | 101100 | 0 | 101110 | 111 | 1110110 | 1001011 | 1001000 |
Color Harmonies of #85ED81
Complementary color
Monochromatic Colors of #85ED81
Black with #85ED81
Text Example
Text Example
White with #85ED81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ED81; }
p { color: rgb(133,237,129); }
H1.HeaderClassName
{
color: #85ED81;
}
.AnyTagClassName
{
color: #85ED81;
}
</style>
background-color css
<style>
a { background-color: #85ED81; }
a { background-color: rgb(133,237,129); }
div.DivClassName
{
background-color: #85ED81;
}
.BgClassName
{
background-color: #85ED81;
}
</style>
border-color css
<style>
span { border-color: #85ED81; }
span { border-color: rgb(133,237,129); }
td.TdClassName
{
border-color: #85ED81;
}
.TagClassName
{
border-color: #85ED81;
}
</style>