Shades of Light Green #85ED9D
Tints of Light Green #85ED9D
RGB
CMYK
RGB Variations
Color information
#85ED9D (or 0x85ED9D) is known color: Light Green. HEX triplet: 85, ED and 9D. RGB value is (133,237,157). Sum of RGB (Red+Green+Blue) = 133+237+157=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ED9D is #7A1262. Grayscale: #C5C5C5. Windows color (decimal): -8000099 or 10349957. OLE color: 10349957.
HSL color Cylindrical-coordinate representation of color #85ED9D: hue angle of 133.85º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ED9D is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 237 | 157 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.07 |
| HSL | 133.85º | 0.74% | 0.73% | - |
| HSV(B) | 133.85º | 0.44% | 0.93% | - |
| XYZ | 46.04 | 67.99 | 42.59 | - |
| YUV | 196.78 | 105.54 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 237 | 157 | 0.44 | 0 | 0.34 | 0.07 | 133.85 | 0.74 | 0.73 |
| Hex | 85 | ED | 9D | 2C | 0 | 22 | 7 | 86 | 4A | 49 |
| Octal | 205 | 355 | 235 | 54 | 0 | 42 | 7 | 206 | 112 | 111 |
| Binary | 10000101 | 11101101 | 10011101 | 101100 | 0 | 100010 | 111 | 10000110 | 1001010 | 1001001 |
Color Harmonies of #85ED9D
Complementary color
Monochromatic Colors of #85ED9D
Black with #85ED9D
Text Example
Text Example
White with #85ED9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ED9D; }
p { color: rgb(133,237,157); }
H1.HeaderClassName
{
color: #85ED9D;
}
.AnyTagClassName
{
color: #85ED9D;
}
</style>
background-color css
<style>
a { background-color: #85ED9D; }
a { background-color: rgb(133,237,157); }
div.DivClassName
{
background-color: #85ED9D;
}
.BgClassName
{
background-color: #85ED9D;
}
</style>
border-color css
<style>
span { border-color: #85ED9D; }
span { border-color: rgb(133,237,157); }
td.TdClassName
{
border-color: #85ED9D;
}
.TagClassName
{
border-color: #85ED9D;
}
</style>