Shades of Light Green #85DF89
Tints of Light Green #85DF89
RGB
CMYK
RGB Variations
Color information
#85DF89 (or 0x85DF89) is known color: Light Green. HEX triplet: 85, DF and 89. RGB value is (133,223,137). Sum of RGB (Red+Green+Blue) = 133+223+137=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF89 is #7A2076. Grayscale: #BABABA. Windows color (decimal): -8003703 or 9035653. OLE color: 9035653.
HSL color Cylindrical-coordinate representation of color #85DF89: hue angle of 122.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DF89 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 137 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.13 |
| HSL | 122.67º | 0.58% | 0.7% | - |
| HSV(B) | 122.67º | 0.4% | 0.87% | - |
| XYZ | 40.58 | 59.57 | 33.03 | - |
| YUV | 186.29 | 100.18 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 137 | 0.40 | 0 | 0.39 | 0.13 | 122.67 | 0.58 | 0.7 |
| Hex | 85 | DF | 89 | 28 | 0 | 27 | D | 7B | 3A | 46 |
| Octal | 205 | 337 | 211 | 50 | 0 | 47 | 15 | 173 | 72 | 106 |
| Binary | 10000101 | 11011111 | 10001001 | 101000 | 0 | 100111 | 1101 | 1111011 | 111010 | 1000110 |
Color Harmonies of #85DF89
Complementary color
Monochromatic Colors of #85DF89
Black with #85DF89
Text Example
Text Example
White with #85DF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DF89; }
p { color: rgb(133,223,137); }
H1.HeaderClassName
{
color: #85DF89;
}
.AnyTagClassName
{
color: #85DF89;
}
</style>
background-color css
<style>
a { background-color: #85DF89; }
a { background-color: rgb(133,223,137); }
div.DivClassName
{
background-color: #85DF89;
}
.BgClassName
{
background-color: #85DF89;
}
</style>
border-color css
<style>
span { border-color: #85DF89; }
span { border-color: rgb(133,223,137); }
td.TdClassName
{
border-color: #85DF89;
}
.TagClassName
{
border-color: #85DF89;
}
</style>