Shades of Pastel Green #85D577
Tints of Pastel Green #85D577
RGB
CMYK
RGB Variations
Color information
#85D577 (or 0x85D577) is known color: Pastel Green. HEX triplet: 85, D5 and 77. RGB value is (133,213,119). Sum of RGB (Red+Green+Blue) = 133+213+119=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #85D577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D577 is #7A2A88. Grayscale: #B2B2B2. Windows color (decimal): -8006281 or 7853445. OLE color: 7853445.
HSL color Cylindrical-coordinate representation of color #85D577: hue angle of 111.06º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85D577 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 213 | 119 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.16 |
| HSL | 111.06º | 0.53% | 0.65% | - |
| HSV(B) | 111.06º | 0.44% | 0.84% | - |
| XYZ | 36.8 | 53.91 | 25.92 | - |
| YUV | 178.36 | 94.5 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 213 | 119 | 0.38 | 0 | 0.44 | 0.16 | 111.06 | 0.53 | 0.65 |
| Hex | 85 | D5 | 77 | 26 | 0 | 2C | 10 | 6F | 35 | 41 |
| Octal | 205 | 325 | 167 | 46 | 0 | 54 | 20 | 157 | 65 | 101 |
| Binary | 10000101 | 11010101 | 1110111 | 100110 | 0 | 101100 | 10000 | 1101111 | 110101 | 1000001 |
Color Harmonies of #85D577
Complementary color
Monochromatic Colors of #85D577
Black with #85D577
Text Example
Text Example
White with #85D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D577; }
p { color: rgb(133,213,119); }
H1.HeaderClassName
{
color: #85D577;
}
.AnyTagClassName
{
color: #85D577;
}
</style>
background-color css
<style>
a { background-color: #85D577; }
a { background-color: rgb(133,213,119); }
div.DivClassName
{
background-color: #85D577;
}
.BgClassName
{
background-color: #85D577;
}
</style>
border-color css
<style>
span { border-color: #85D577; }
span { border-color: rgb(133,213,119); }
td.TdClassName
{
border-color: #85D577;
}
.TagClassName
{
border-color: #85D577;
}
</style>