Shades of Light Green #85EC84
Tints of Light Green #85EC84
RGB
CMYK
RGB Variations
Color information
#85EC84 (or 0x85EC84) is known color: Light Green. HEX triplet: 85, EC and 84. RGB value is (133,236,132). Sum of RGB (Red+Green+Blue) = 133+236+132=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EC84 is #7A137B. Grayscale: #C1C1C1. Windows color (decimal): -8000380 or 8711301. OLE color: 8711301.
HSL color Cylindrical-coordinate representation of color #85EC84: hue angle of 119.42º 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 #85EC84 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 132 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.07 |
| HSL | 119.42º | 0.73% | 0.72% | - |
| HSV(B) | 119.42º | 0.44% | 0.93% | - |
| XYZ | 43.83 | 66.64 | 32.38 | - |
| YUV | 193.35 | 93.38 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 132 | 0.44 | 0 | 0.44 | 0.07 | 119.42 | 0.73 | 0.72 |
| Hex | 85 | EC | 84 | 2C | 0 | 2C | 7 | 77 | 49 | 48 |
| Octal | 205 | 354 | 204 | 54 | 0 | 54 | 7 | 167 | 111 | 110 |
| Binary | 10000101 | 11101100 | 10000100 | 101100 | 0 | 101100 | 111 | 1110111 | 1001001 | 1001000 |
Color Harmonies of #85EC84
Complementary color
Monochromatic Colors of #85EC84
Black with #85EC84
Text Example
Text Example
White with #85EC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC84; }
p { color: rgb(133,236,132); }
H1.HeaderClassName
{
color: #85EC84;
}
.AnyTagClassName
{
color: #85EC84;
}
</style>
background-color css
<style>
a { background-color: #85EC84; }
a { background-color: rgb(133,236,132); }
div.DivClassName
{
background-color: #85EC84;
}
.BgClassName
{
background-color: #85EC84;
}
</style>
border-color css
<style>
span { border-color: #85EC84; }
span { border-color: rgb(133,236,132); }
td.TdClassName
{
border-color: #85EC84;
}
.TagClassName
{
border-color: #85EC84;
}
</style>