Shades of Light Green #85DE8D
Tints of Light Green #85DE8D
RGB
CMYK
RGB Variations
Color information
#85DE8D (or 0x85DE8D) is known color: Light Green. HEX triplet: 85, DE and 8D. RGB value is (133,222,141). Sum of RGB (Red+Green+Blue) = 133+222+141=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DE8D is #7A2172. Grayscale: #BABABA. Windows color (decimal): -8003955 or 9297541. OLE color: 9297541.
HSL color Cylindrical-coordinate representation of color #85DE8D: hue angle of 125.39º degrees, saturation: 0.57, 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 #85DE8D is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 141 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.13 |
| HSL | 125.39º | 0.57% | 0.7% | - |
| HSV(B) | 125.39º | 0.4% | 0.87% | - |
| XYZ | 40.6 | 59.15 | 34.48 | - |
| YUV | 186.16 | 102.51 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 141 | 0.40 | 0 | 0.36 | 0.13 | 125.39 | 0.57 | 0.7 |
| Hex | 85 | DE | 8D | 28 | 0 | 24 | D | 7D | 39 | 46 |
| Octal | 205 | 336 | 215 | 50 | 0 | 44 | 15 | 175 | 71 | 106 |
| Binary | 10000101 | 11011110 | 10001101 | 101000 | 0 | 100100 | 1101 | 1111101 | 111001 | 1000110 |
Color Harmonies of #85DE8D
Complementary color
Monochromatic Colors of #85DE8D
Black with #85DE8D
Text Example
Text Example
White with #85DE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DE8D; }
p { color: rgb(133,222,141); }
H1.HeaderClassName
{
color: #85DE8D;
}
.AnyTagClassName
{
color: #85DE8D;
}
</style>
background-color css
<style>
a { background-color: #85DE8D; }
a { background-color: rgb(133,222,141); }
div.DivClassName
{
background-color: #85DE8D;
}
.BgClassName
{
background-color: #85DE8D;
}
</style>
border-color css
<style>
span { border-color: #85DE8D; }
span { border-color: rgb(133,222,141); }
td.TdClassName
{
border-color: #85DE8D;
}
.TagClassName
{
border-color: #85DE8D;
}
</style>