Shades of Light Green #85ED9B
Tints of Light Green #85ED9B
RGB
CMYK
RGB Variations
Color information
#85ED9B (or 0x85ED9B) is known color: Light Green. HEX triplet: 85, ED and 9B. RGB value is (133,237,155). Sum of RGB (Red+Green+Blue) = 133+237+155=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ED9B is #7A1264. Grayscale: #C4C4C4. Windows color (decimal): -8000101 or 10218885. OLE color: 10218885.
HSL color Cylindrical-coordinate representation of color #85ED9B: hue angle of 132.69º 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 #85ED9B is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 237 | 155 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.07 |
| HSL | 132.69º | 0.74% | 0.73% | - |
| HSV(B) | 132.69º | 0.44% | 0.93% | - |
| XYZ | 45.87 | 67.92 | 41.7 | - |
| YUV | 196.56 | 104.54 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 237 | 155 | 0.44 | 0 | 0.35 | 0.07 | 132.69 | 0.74 | 0.73 |
| Hex | 85 | ED | 9B | 2C | 0 | 23 | 7 | 85 | 4A | 49 |
| Octal | 205 | 355 | 233 | 54 | 0 | 43 | 7 | 205 | 112 | 111 |
| Binary | 10000101 | 11101101 | 10011011 | 101100 | 0 | 100011 | 111 | 10000101 | 1001010 | 1001001 |
Color Harmonies of #85ED9B
Complementary color
Monochromatic Colors of #85ED9B
Black with #85ED9B
Text Example
Text Example
White with #85ED9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ED9B; }
p { color: rgb(133,237,155); }
H1.HeaderClassName
{
color: #85ED9B;
}
.AnyTagClassName
{
color: #85ED9B;
}
</style>
background-color css
<style>
a { background-color: #85ED9B; }
a { background-color: rgb(133,237,155); }
div.DivClassName
{
background-color: #85ED9B;
}
.BgClassName
{
background-color: #85ED9B;
}
</style>
border-color css
<style>
span { border-color: #85ED9B; }
span { border-color: rgb(133,237,155); }
td.TdClassName
{
border-color: #85ED9B;
}
.TagClassName
{
border-color: #85ED9B;
}
</style>