Shades of Pastel Green #85D871
Tints of Pastel Green #85D871
RGB
CMYK
RGB Variations
Color information
#85D871 (or 0x85D871) is known color: Pastel Green. HEX triplet: 85, D8 and 71. RGB value is (133,216,113). Sum of RGB (Red+Green+Blue) = 133+216+113=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #85D871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D871 is #7A278E. Grayscale: #B3B3B3. Windows color (decimal): -8005519 or 7460997. OLE color: 7460997.
HSL color Cylindrical-coordinate representation of color #85D871: hue angle of 108.35º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85D871 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 113 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.15 |
| HSL | 108.35º | 0.57% | 0.65% | - |
| HSV(B) | 108.35º | 0.48% | 0.85% | - |
| XYZ | 37.21 | 55.29 | 24.33 | - |
| YUV | 179.44 | 90.5 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 113 | 0.38 | 0 | 0.48 | 0.15 | 108.35 | 0.57 | 0.65 |
| Hex | 85 | D8 | 71 | 26 | 0 | 30 | F | 6C | 39 | 41 |
| Octal | 205 | 330 | 161 | 46 | 0 | 60 | 17 | 154 | 71 | 101 |
| Binary | 10000101 | 11011000 | 1110001 | 100110 | 0 | 110000 | 1111 | 1101100 | 111001 | 1000001 |
Color Harmonies of #85D871
Complementary color
Monochromatic Colors of #85D871
Black with #85D871
Text Example
Text Example
White with #85D871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D871; }
p { color: rgb(133,216,113); }
H1.HeaderClassName
{
color: #85D871;
}
.AnyTagClassName
{
color: #85D871;
}
</style>
background-color css
<style>
a { background-color: #85D871; }
a { background-color: rgb(133,216,113); }
div.DivClassName
{
background-color: #85D871;
}
.BgClassName
{
background-color: #85D871;
}
</style>
border-color css
<style>
span { border-color: #85D871; }
span { border-color: rgb(133,216,113); }
td.TdClassName
{
border-color: #85D871;
}
.TagClassName
{
border-color: #85D871;
}
</style>