Shades of Pastel Green #85D879
Tints of Pastel Green #85D879
RGB
CMYK
RGB Variations
Color information
#85D879 (or 0x85D879) is known color: Pastel Green. HEX triplet: 85, D8 and 79. RGB value is (133,216,121). Sum of RGB (Red+Green+Blue) = 133+216+121=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #85D879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D879 is #7A2786. Grayscale: #B4B4B4. Windows color (decimal): -8005511 or 7985285. OLE color: 7985285.
HSL color Cylindrical-coordinate representation of color #85D879: hue angle of 112.42º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85D879 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 121 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.15 |
| HSL | 112.42º | 0.55% | 0.66% | - |
| HSV(B) | 112.42º | 0.44% | 0.85% | - |
| XYZ | 37.68 | 55.48 | 26.81 | - |
| YUV | 180.35 | 94.5 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 121 | 0.38 | 0 | 0.44 | 0.15 | 112.42 | 0.55 | 0.66 |
| Hex | 85 | D8 | 79 | 26 | 0 | 2C | F | 70 | 37 | 42 |
| Octal | 205 | 330 | 171 | 46 | 0 | 54 | 17 | 160 | 67 | 102 |
| Binary | 10000101 | 11011000 | 1111001 | 100110 | 0 | 101100 | 1111 | 1110000 | 110111 | 1000010 |
Color Harmonies of #85D879
Complementary color
Monochromatic Colors of #85D879
Black with #85D879
Text Example
Text Example
White with #85D879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D879; }
p { color: rgb(133,216,121); }
H1.HeaderClassName
{
color: #85D879;
}
.AnyTagClassName
{
color: #85D879;
}
</style>
background-color css
<style>
a { background-color: #85D879; }
a { background-color: rgb(133,216,121); }
div.DivClassName
{
background-color: #85D879;
}
.BgClassName
{
background-color: #85D879;
}
</style>
border-color css
<style>
span { border-color: #85D879; }
span { border-color: rgb(133,216,121); }
td.TdClassName
{
border-color: #85D879;
}
.TagClassName
{
border-color: #85D879;
}
</style>