Shades of Light Green #85DF99
Tints of Light Green #85DF99
RGB
CMYK
RGB Variations
Color information
#85DF99 (or 0x85DF99) is known color: Light Green. HEX triplet: 85, DF and 99. RGB value is (133,223,153). Sum of RGB (Red+Green+Blue) = 133+223+153=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF99 is #7A2066. Grayscale: #BCBCBC. Windows color (decimal): -8003687 or 10084229. OLE color: 10084229.
HSL color Cylindrical-coordinate representation of color #85DF99: hue angle of 133.33º 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 #85DF99 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 153 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.13 |
| HSL | 133.33º | 0.58% | 0.7% | - |
| HSV(B) | 133.33º | 0.4% | 0.87% | - |
| XYZ | 41.81 | 60.06 | 39.53 | - |
| YUV | 188.11 | 108.18 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 153 | 0.40 | 0 | 0.31 | 0.13 | 133.33 | 0.58 | 0.7 |
| Hex | 85 | DF | 99 | 28 | 0 | 1F | D | 85 | 3A | 46 |
| Octal | 205 | 337 | 231 | 50 | 0 | 37 | 15 | 205 | 72 | 106 |
| Binary | 10000101 | 11011111 | 10011001 | 101000 | 0 | 11111 | 1101 | 10000101 | 111010 | 1000110 |
Color Harmonies of #85DF99
Complementary color
Monochromatic Colors of #85DF99
Black with #85DF99
Text Example
Text Example
White with #85DF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DF99; }
p { color: rgb(133,223,153); }
H1.HeaderClassName
{
color: #85DF99;
}
.AnyTagClassName
{
color: #85DF99;
}
</style>
background-color css
<style>
a { background-color: #85DF99; }
a { background-color: rgb(133,223,153); }
div.DivClassName
{
background-color: #85DF99;
}
.BgClassName
{
background-color: #85DF99;
}
</style>
border-color css
<style>
span { border-color: #85DF99; }
span { border-color: rgb(133,223,153); }
td.TdClassName
{
border-color: #85DF99;
}
.TagClassName
{
border-color: #85DF99;
}
</style>