Shades of Light Green #85DF8D
Tints of Light Green #85DF8D
RGB
CMYK
RGB Variations
Color information
#85DF8D (or 0x85DF8D) is known color: Light Green. HEX triplet: 85, DF and 8D. RGB value is (133,223,141). Sum of RGB (Red+Green+Blue) = 133+223+141=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF8D is #7A2072. Grayscale: #BABABA. Windows color (decimal): -8003699 or 9297797. OLE color: 9297797.
HSL color Cylindrical-coordinate representation of color #85DF8D: hue angle of 125.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 #85DF8D is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 141 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.13 |
| HSL | 125.33º | 0.58% | 0.7% | - |
| HSV(B) | 125.33º | 0.4% | 0.87% | - |
| XYZ | 40.87 | 59.68 | 34.57 | - |
| YUV | 186.74 | 102.18 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 141 | 0.40 | 0 | 0.37 | 0.13 | 125.33 | 0.58 | 0.7 |
| Hex | 85 | DF | 8D | 28 | 0 | 25 | D | 7D | 3A | 46 |
| Octal | 205 | 337 | 215 | 50 | 0 | 45 | 15 | 175 | 72 | 106 |
| Binary | 10000101 | 11011111 | 10001101 | 101000 | 0 | 100101 | 1101 | 1111101 | 111010 | 1000110 |
Color Harmonies of #85DF8D
Complementary color
Monochromatic Colors of #85DF8D
Black with #85DF8D
Text Example
Text Example
White with #85DF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DF8D; }
p { color: rgb(133,223,141); }
H1.HeaderClassName
{
color: #85DF8D;
}
.AnyTagClassName
{
color: #85DF8D;
}
</style>
background-color css
<style>
a { background-color: #85DF8D; }
a { background-color: rgb(133,223,141); }
div.DivClassName
{
background-color: #85DF8D;
}
.BgClassName
{
background-color: #85DF8D;
}
</style>
border-color css
<style>
span { border-color: #85DF8D; }
span { border-color: rgb(133,223,141); }
td.TdClassName
{
border-color: #85DF8D;
}
.TagClassName
{
border-color: #85DF8D;
}
</style>