Shades of Light Green #85ED84
Tints of Light Green #85ED84
RGB
CMYK
RGB Variations
Color information
#85ED84 (or 0x85ED84) is known color: Light Green. HEX triplet: 85, ED and 84. RGB value is (133,237,132). Sum of RGB (Red+Green+Blue) = 133+237+132=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ED84 is #7A127B. Grayscale: #C2C2C2. Windows color (decimal): -8000124 or 8711557. OLE color: 8711557.
HSL color Cylindrical-coordinate representation of color #85ED84: hue angle of 119.43º degrees, saturation: 0.74, 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 #85ED84 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 237 | 132 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.07 |
| HSL | 119.43º | 0.74% | 0.72% | - |
| HSV(B) | 119.43º | 0.44% | 0.93% | - |
| XYZ | 44.12 | 67.22 | 32.48 | - |
| YUV | 193.93 | 93.04 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 237 | 132 | 0.44 | 0 | 0.44 | 0.07 | 119.43 | 0.74 | 0.72 |
| Hex | 85 | ED | 84 | 2C | 0 | 2C | 7 | 77 | 4A | 48 |
| Octal | 205 | 355 | 204 | 54 | 0 | 54 | 7 | 167 | 112 | 110 |
| Binary | 10000101 | 11101101 | 10000100 | 101100 | 0 | 101100 | 111 | 1110111 | 1001010 | 1001000 |
Color Harmonies of #85ED84
Complementary color
Monochromatic Colors of #85ED84
Black with #85ED84
Text Example
Text Example
White with #85ED84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ED84; }
p { color: rgb(133,237,132); }
H1.HeaderClassName
{
color: #85ED84;
}
.AnyTagClassName
{
color: #85ED84;
}
</style>
background-color css
<style>
a { background-color: #85ED84; }
a { background-color: rgb(133,237,132); }
div.DivClassName
{
background-color: #85ED84;
}
.BgClassName
{
background-color: #85ED84;
}
</style>
border-color css
<style>
span { border-color: #85ED84; }
span { border-color: rgb(133,237,132); }
td.TdClassName
{
border-color: #85ED84;
}
.TagClassName
{
border-color: #85ED84;
}
</style>