Shades of Light Green #85DF8E
Tints of Light Green #85DF8E
RGB
CMYK
RGB Variations
Color information
#85DF8E (or 0x85DF8E) is known color: Light Green. HEX triplet: 85, DF and 8E. RGB value is (133,223,142). Sum of RGB (Red+Green+Blue) = 133+223+142=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF8E is #7A2071. Grayscale: #BBBBBB. Windows color (decimal): -8003698 or 9363333. OLE color: 9363333.
HSL color Cylindrical-coordinate representation of color #85DF8E: hue angle of 126º 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 #85DF8E is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 142 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.13 |
| HSL | 126º | 0.58% | 0.7% | - |
| HSV(B) | 126º | 0.4% | 0.87% | - |
| XYZ | 40.94 | 59.71 | 34.96 | - |
| YUV | 186.86 | 102.68 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 142 | 0.40 | 0 | 0.36 | 0.13 | 126 | 0.58 | 0.7 |
| Hex | 85 | DF | 8E | 28 | 0 | 24 | D | 7E | 3A | 46 |
| Octal | 205 | 337 | 216 | 50 | 0 | 44 | 15 | 176 | 72 | 106 |
| Binary | 10000101 | 11011111 | 10001110 | 101000 | 0 | 100100 | 1101 | 1111110 | 111010 | 1000110 |
Color Harmonies of #85DF8E
Complementary color
Monochromatic Colors of #85DF8E
Black with #85DF8E
Text Example
Text Example
White with #85DF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DF8E; }
p { color: rgb(133,223,142); }
H1.HeaderClassName
{
color: #85DF8E;
}
.AnyTagClassName
{
color: #85DF8E;
}
</style>
background-color css
<style>
a { background-color: #85DF8E; }
a { background-color: rgb(133,223,142); }
div.DivClassName
{
background-color: #85DF8E;
}
.BgClassName
{
background-color: #85DF8E;
}
</style>
border-color css
<style>
span { border-color: #85DF8E; }
span { border-color: rgb(133,223,142); }
td.TdClassName
{
border-color: #85DF8E;
}
.TagClassName
{
border-color: #85DF8E;
}
</style>