Shades of Light Green #85E389
Tints of Light Green #85E389
RGB
CMYK
RGB Variations
Color information
#85E389 (or 0x85E389) is known color: Light Green. HEX triplet: 85, E3 and 89. RGB value is (133,227,137). Sum of RGB (Red+Green+Blue) = 133+227+137=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #85E389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E389 is #7A1C76. Grayscale: #BCBCBC. Windows color (decimal): -8002679 or 9036677. OLE color: 9036677.
HSL color Cylindrical-coordinate representation of color #85E389: hue angle of 122.55º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E389 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 227 | 137 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.11 |
| HSL | 122.55º | 0.63% | 0.71% | - |
| HSV(B) | 122.55º | 0.41% | 0.89% | - |
| XYZ | 41.66 | 61.73 | 33.39 | - |
| YUV | 188.63 | 98.86 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 227 | 137 | 0.41 | 0 | 0.40 | 0.11 | 122.55 | 0.63 | 0.71 |
| Hex | 85 | E3 | 89 | 29 | 0 | 28 | B | 7B | 3F | 47 |
| Octal | 205 | 343 | 211 | 51 | 0 | 50 | 13 | 173 | 77 | 107 |
| Binary | 10000101 | 11100011 | 10001001 | 101001 | 0 | 101000 | 1011 | 1111011 | 111111 | 1000111 |
Color Harmonies of #85E389
Complementary color
Monochromatic Colors of #85E389
Black with #85E389
Text Example
Text Example
White with #85E389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E389; }
p { color: rgb(133,227,137); }
H1.HeaderClassName
{
color: #85E389;
}
.AnyTagClassName
{
color: #85E389;
}
</style>
background-color css
<style>
a { background-color: #85E389; }
a { background-color: rgb(133,227,137); }
div.DivClassName
{
background-color: #85E389;
}
.BgClassName
{
background-color: #85E389;
}
</style>
border-color css
<style>
span { border-color: #85E389; }
span { border-color: rgb(133,227,137); }
td.TdClassName
{
border-color: #85E389;
}
.TagClassName
{
border-color: #85E389;
}
</style>