Shades of Light Green #85E384
Tints of Light Green #85E384
RGB
CMYK
RGB Variations
Color information
#85E384 (or 0x85E384) is known color: Light Green. HEX triplet: 85, E3 and 84. RGB value is (133,227,132). Sum of RGB (Red+Green+Blue) = 133+227+132=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #85E384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E384 is #7A1C7B. Grayscale: #BCBCBC. Windows color (decimal): -8002684 or 8708997. OLE color: 8708997.
HSL color Cylindrical-coordinate representation of color #85E384: hue angle of 119.37º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E384 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 227 | 132 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.11 |
| HSL | 119.37º | 0.63% | 0.7% | - |
| HSV(B) | 119.37º | 0.42% | 0.89% | - |
| XYZ | 41.31 | 61.59 | 31.54 | - |
| YUV | 188.06 | 96.36 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 227 | 132 | 0.41 | 0 | 0.42 | 0.11 | 119.37 | 0.63 | 0.7 |
| Hex | 85 | E3 | 84 | 29 | 0 | 2A | B | 77 | 3F | 46 |
| Octal | 205 | 343 | 204 | 51 | 0 | 52 | 13 | 167 | 77 | 106 |
| Binary | 10000101 | 11100011 | 10000100 | 101001 | 0 | 101010 | 1011 | 1110111 | 111111 | 1000110 |
Color Harmonies of #85E384
Complementary color
Monochromatic Colors of #85E384
Black with #85E384
Text Example
Text Example
White with #85E384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E384; }
p { color: rgb(133,227,132); }
H1.HeaderClassName
{
color: #85E384;
}
.AnyTagClassName
{
color: #85E384;
}
</style>
background-color css
<style>
a { background-color: #85E384; }
a { background-color: rgb(133,227,132); }
div.DivClassName
{
background-color: #85E384;
}
.BgClassName
{
background-color: #85E384;
}
</style>
border-color css
<style>
span { border-color: #85E384; }
span { border-color: rgb(133,227,132); }
td.TdClassName
{
border-color: #85E384;
}
.TagClassName
{
border-color: #85E384;
}
</style>