Shades of Pastel Green #85D579
Tints of Pastel Green #85D579
RGB
CMYK
RGB Variations
Color information
#85D579 (or 0x85D579) is known color: Pastel Green. HEX triplet: 85, D5 and 79. RGB value is (133,213,121). Sum of RGB (Red+Green+Blue) = 133+213+121=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #85D579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D579 is #7A2A86. Grayscale: #B2B2B2. Windows color (decimal): -8006279 or 7984517. OLE color: 7984517.
HSL color Cylindrical-coordinate representation of color #85D579: hue angle of 112.17º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85D579 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 213 | 121 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.16 |
| HSL | 112.17º | 0.52% | 0.65% | - |
| HSV(B) | 112.17º | 0.43% | 0.84% | - |
| XYZ | 36.92 | 53.96 | 26.56 | - |
| YUV | 178.59 | 95.5 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 213 | 121 | 0.38 | 0 | 0.43 | 0.16 | 112.17 | 0.52 | 0.65 |
| Hex | 85 | D5 | 79 | 26 | 0 | 2B | 10 | 70 | 34 | 41 |
| Octal | 205 | 325 | 171 | 46 | 0 | 53 | 20 | 160 | 64 | 101 |
| Binary | 10000101 | 11010101 | 1111001 | 100110 | 0 | 101011 | 10000 | 1110000 | 110100 | 1000001 |
Color Harmonies of #85D579
Complementary color
Monochromatic Colors of #85D579
Black with #85D579
Text Example
Text Example
White with #85D579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D579; }
p { color: rgb(133,213,121); }
H1.HeaderClassName
{
color: #85D579;
}
.AnyTagClassName
{
color: #85D579;
}
</style>
background-color css
<style>
a { background-color: #85D579; }
a { background-color: rgb(133,213,121); }
div.DivClassName
{
background-color: #85D579;
}
.BgClassName
{
background-color: #85D579;
}
</style>
border-color css
<style>
span { border-color: #85D579; }
span { border-color: rgb(133,213,121); }
td.TdClassName
{
border-color: #85D579;
}
.TagClassName
{
border-color: #85D579;
}
</style>