Shades of Pastel Green #85D87C
Tints of Pastel Green #85D87C
RGB
CMYK
RGB Variations
Color information
#85D87C (or 0x85D87C) is known color: Pastel Green. HEX triplet: 85, D8 and 7C. RGB value is (133,216,124). Sum of RGB (Red+Green+Blue) = 133+216+124=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #85D87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D87C is #7A2783. Grayscale: #B4B4B4. Windows color (decimal): -8005508 or 8181893. OLE color: 8181893.
HSL color Cylindrical-coordinate representation of color #85D87C: hue angle of 114.13º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85D87C is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 124 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.15 |
| HSL | 114.13º | 0.54% | 0.67% | - |
| HSV(B) | 114.13º | 0.43% | 0.85% | - |
| XYZ | 37.87 | 55.55 | 27.8 | - |
| YUV | 180.7 | 96 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 124 | 0.38 | 0 | 0.43 | 0.15 | 114.13 | 0.54 | 0.67 |
| Hex | 85 | D8 | 7C | 26 | 0 | 2B | F | 72 | 36 | 43 |
| Octal | 205 | 330 | 174 | 46 | 0 | 53 | 17 | 162 | 66 | 103 |
| Binary | 10000101 | 11011000 | 1111100 | 100110 | 0 | 101011 | 1111 | 1110010 | 110110 | 1000011 |
Color Harmonies of #85D87C
Complementary color
Monochromatic Colors of #85D87C
Black with #85D87C
Text Example
Text Example
White with #85D87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D87C; }
p { color: rgb(133,216,124); }
H1.HeaderClassName
{
color: #85D87C;
}
.AnyTagClassName
{
color: #85D87C;
}
</style>
background-color css
<style>
a { background-color: #85D87C; }
a { background-color: rgb(133,216,124); }
div.DivClassName
{
background-color: #85D87C;
}
.BgClassName
{
background-color: #85D87C;
}
</style>
border-color css
<style>
span { border-color: #85D87C; }
span { border-color: rgb(133,216,124); }
td.TdClassName
{
border-color: #85D87C;
}
.TagClassName
{
border-color: #85D87C;
}
</style>