Shades of Light Green #85E397
Tints of Light Green #85E397
RGB
CMYK
RGB Variations
Color information
#85E397 (or 0x85E397) is known color: Light Green. HEX triplet: 85, E3 and 97. RGB value is (133,227,151). Sum of RGB (Red+Green+Blue) = 133+227+151=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 151 (59.38% from 255 or 29.55% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #85E397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E397 is #7A1C68. Grayscale: #BEBEBE. Windows color (decimal): -8002665 or 9954181. OLE color: 9954181.
HSL color Cylindrical-coordinate representation of color #85E397: hue angle of 131.49º 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 #85E397 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 227 | 151 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.11 |
| HSL | 131.49º | 0.63% | 0.71% | - |
| HSV(B) | 131.49º | 0.41% | 0.89% | - |
| XYZ | 42.73 | 62.16 | 39.02 | - |
| YUV | 190.23 | 105.86 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 227 | 151 | 0.41 | 0 | 0.33 | 0.11 | 131.49 | 0.63 | 0.71 |
| Hex | 85 | E3 | 97 | 29 | 0 | 21 | B | 83 | 3F | 47 |
| Octal | 205 | 343 | 227 | 51 | 0 | 41 | 13 | 203 | 77 | 107 |
| Binary | 10000101 | 11100011 | 10010111 | 101001 | 0 | 100001 | 1011 | 10000011 | 111111 | 1000111 |
Color Harmonies of #85E397
Complementary color
Monochromatic Colors of #85E397
Black with #85E397
Text Example
Text Example
White with #85E397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E397; }
p { color: rgb(133,227,151); }
H1.HeaderClassName
{
color: #85E397;
}
.AnyTagClassName
{
color: #85E397;
}
</style>
background-color css
<style>
a { background-color: #85E397; }
a { background-color: rgb(133,227,151); }
div.DivClassName
{
background-color: #85E397;
}
.BgClassName
{
background-color: #85E397;
}
</style>
border-color css
<style>
span { border-color: #85E397; }
span { border-color: rgb(133,227,151); }
td.TdClassName
{
border-color: #85E397;
}
.TagClassName
{
border-color: #85E397;
}
</style>