Shades of Light Green #85DF96
Tints of Light Green #85DF96
RGB
CMYK
RGB Variations
Color information
#85DF96 (or 0x85DF96) is known color: Light Green. HEX triplet: 85, DF and 96. RGB value is (133,223,150). Sum of RGB (Red+Green+Blue) = 133+223+150=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF96 is #7A2069. Grayscale: #BBBBBB. Windows color (decimal): -8003690 or 9887621. OLE color: 9887621.
HSL color Cylindrical-coordinate representation of color #85DF96: hue angle of 131.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 #85DF96 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 150 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.13 |
| HSL | 131.33º | 0.58% | 0.7% | - |
| HSV(B) | 131.33º | 0.4% | 0.87% | - |
| XYZ | 41.57 | 59.96 | 38.24 | - |
| YUV | 187.77 | 106.68 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 150 | 0.40 | 0 | 0.33 | 0.13 | 131.33 | 0.58 | 0.7 |
| Hex | 85 | DF | 96 | 28 | 0 | 21 | D | 83 | 3A | 46 |
| Octal | 205 | 337 | 226 | 50 | 0 | 41 | 15 | 203 | 72 | 106 |
| Binary | 10000101 | 11011111 | 10010110 | 101000 | 0 | 100001 | 1101 | 10000011 | 111010 | 1000110 |
Color Harmonies of #85DF96
Complementary color
Monochromatic Colors of #85DF96
Black with #85DF96
Text Example
Text Example
White with #85DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DF96; }
p { color: rgb(133,223,150); }
H1.HeaderClassName
{
color: #85DF96;
}
.AnyTagClassName
{
color: #85DF96;
}
</style>
background-color css
<style>
a { background-color: #85DF96; }
a { background-color: rgb(133,223,150); }
div.DivClassName
{
background-color: #85DF96;
}
.BgClassName
{
background-color: #85DF96;
}
</style>
border-color css
<style>
span { border-color: #85DF96; }
span { border-color: rgb(133,223,150); }
td.TdClassName
{
border-color: #85DF96;
}
.TagClassName
{
border-color: #85DF96;
}
</style>