Shades of Pastel Green #85D976
Tints of Pastel Green #85D976
RGB
CMYK
RGB Variations
Color information
#85D976 (or 0x85D976) is known color: Pastel Green. HEX triplet: 85, D9 and 76. RGB value is (133,217,118). Sum of RGB (Red+Green+Blue) = 133+217+118=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #85D976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D976 is #7A2689. Grayscale: #B4B4B4. Windows color (decimal): -8005258 or 7788933. OLE color: 7788933.
HSL color Cylindrical-coordinate representation of color #85D976: hue angle of 110.91º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85D976 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 118 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.15 |
| HSL | 110.91º | 0.57% | 0.66% | - |
| HSV(B) | 110.91º | 0.46% | 0.85% | - |
| XYZ | 37.76 | 55.92 | 25.94 | - |
| YUV | 180.6 | 92.67 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 118 | 0.39 | 0 | 0.46 | 0.15 | 110.91 | 0.57 | 0.66 |
| Hex | 85 | D9 | 76 | 27 | 0 | 2E | F | 6F | 39 | 42 |
| Octal | 205 | 331 | 166 | 47 | 0 | 56 | 17 | 157 | 71 | 102 |
| Binary | 10000101 | 11011001 | 1110110 | 100111 | 0 | 101110 | 1111 | 1101111 | 111001 | 1000010 |
Color Harmonies of #85D976
Complementary color
Monochromatic Colors of #85D976
Black with #85D976
Text Example
Text Example
White with #85D976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D976; }
p { color: rgb(133,217,118); }
H1.HeaderClassName
{
color: #85D976;
}
.AnyTagClassName
{
color: #85D976;
}
</style>
background-color css
<style>
a { background-color: #85D976; }
a { background-color: rgb(133,217,118); }
div.DivClassName
{
background-color: #85D976;
}
.BgClassName
{
background-color: #85D976;
}
</style>
border-color css
<style>
span { border-color: #85D976; }
span { border-color: rgb(133,217,118); }
td.TdClassName
{
border-color: #85D976;
}
.TagClassName
{
border-color: #85D976;
}
</style>