Shades of Pastel Green #85D86C
Tints of Pastel Green #85D86C
RGB
CMYK
RGB Variations
Color information
#85D86C (or 0x85D86C) is known color: Pastel Green. HEX triplet: 85, D8 and 6C. RGB value is (133,216,108). Sum of RGB (Red+Green+Blue) = 133+216+108=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #85D86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D86C is #7A2793. Grayscale: #B3B3B3. Windows color (decimal): -8005524 or 7133317. OLE color: 7133317.
HSL color Cylindrical-coordinate representation of color #85D86C: hue angle of 106.11º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85D86C is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 108 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.15 |
| HSL | 106.11º | 0.58% | 0.64% | - |
| HSV(B) | 106.11º | 0.5% | 0.85% | - |
| XYZ | 36.94 | 55.18 | 22.89 | - |
| YUV | 178.87 | 88 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 108 | 0.38 | 0 | 0.50 | 0.15 | 106.11 | 0.58 | 0.64 |
| Hex | 85 | D8 | 6C | 26 | 0 | 32 | F | 6A | 3A | 40 |
| Octal | 205 | 330 | 154 | 46 | 0 | 62 | 17 | 152 | 72 | 100 |
| Binary | 10000101 | 11011000 | 1101100 | 100110 | 0 | 110010 | 1111 | 1101010 | 111010 | 1000000 |
Color Harmonies of #85D86C
Complementary color
Monochromatic Colors of #85D86C
Black with #85D86C
Text Example
Text Example
White with #85D86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D86C; }
p { color: rgb(133,216,108); }
H1.HeaderClassName
{
color: #85D86C;
}
.AnyTagClassName
{
color: #85D86C;
}
</style>
background-color css
<style>
a { background-color: #85D86C; }
a { background-color: rgb(133,216,108); }
div.DivClassName
{
background-color: #85D86C;
}
.BgClassName
{
background-color: #85D86C;
}
</style>
border-color css
<style>
span { border-color: #85D86C; }
span { border-color: rgb(133,216,108); }
td.TdClassName
{
border-color: #85D86C;
}
.TagClassName
{
border-color: #85D86C;
}
</style>