Shades of Light Green #85E385
Tints of Light Green #85E385
RGB
CMYK
RGB Variations
Color information
#85E385 (or 0x85E385) is known color: Light Green. HEX triplet: 85, E3 and 85. RGB value is (133,227,133). Sum of RGB (Red+Green+Blue) = 133+227+133=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #85E385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E385 is #7A1C7A. Grayscale: #BCBCBC. Windows color (decimal): -8002683 or 8774533. OLE color: 8774533.
HSL color Cylindrical-coordinate representation of color #85E385: hue angle of 120º 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 #85E385 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 227 | 133 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.11 |
| HSL | 120º | 0.63% | 0.71% | - |
| HSV(B) | 120º | 0.41% | 0.89% | - |
| XYZ | 41.38 | 61.62 | 31.9 | - |
| YUV | 188.18 | 96.86 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 227 | 133 | 0.41 | 0 | 0.41 | 0.11 | 120 | 0.63 | 0.71 |
| Hex | 85 | E3 | 85 | 29 | 0 | 29 | B | 78 | 3F | 47 |
| Octal | 205 | 343 | 205 | 51 | 0 | 51 | 13 | 170 | 77 | 107 |
| Binary | 10000101 | 11100011 | 10000101 | 101001 | 0 | 101001 | 1011 | 1111000 | 111111 | 1000111 |
Color Harmonies of #85E385
Complementary color
Monochromatic Colors of #85E385
Black with #85E385
Text Example
Text Example
White with #85E385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E385; }
p { color: rgb(133,227,133); }
H1.HeaderClassName
{
color: #85E385;
}
.AnyTagClassName
{
color: #85E385;
}
</style>
background-color css
<style>
a { background-color: #85E385; }
a { background-color: rgb(133,227,133); }
div.DivClassName
{
background-color: #85E385;
}
.BgClassName
{
background-color: #85E385;
}
</style>
border-color css
<style>
span { border-color: #85E385; }
span { border-color: rgb(133,227,133); }
td.TdClassName
{
border-color: #85E385;
}
.TagClassName
{
border-color: #85E385;
}
</style>