Shades of Pastel Green #85D973
Tints of Pastel Green #85D973
RGB
CMYK
RGB Variations
Color information
#85D973 (or 0x85D973) is known color: Pastel Green. HEX triplet: 85, D9 and 73. RGB value is (133,217,115). Sum of RGB (Red+Green+Blue) = 133+217+115=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #85D973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D973 is #7A268C. Grayscale: #B4B4B4. Windows color (decimal): -8005261 or 7592325. OLE color: 7592325.
HSL color Cylindrical-coordinate representation of color #85D973: hue angle of 109.41º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85D973 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 115 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.15 |
| HSL | 109.41º | 0.57% | 0.65% | - |
| HSV(B) | 109.41º | 0.47% | 0.85% | - |
| XYZ | 37.58 | 55.85 | 25.02 | - |
| YUV | 180.26 | 91.17 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 115 | 0.39 | 0 | 0.47 | 0.15 | 109.41 | 0.57 | 0.65 |
| Hex | 85 | D9 | 73 | 27 | 0 | 2F | F | 6D | 39 | 41 |
| Octal | 205 | 331 | 163 | 47 | 0 | 57 | 17 | 155 | 71 | 101 |
| Binary | 10000101 | 11011001 | 1110011 | 100111 | 0 | 101111 | 1111 | 1101101 | 111001 | 1000001 |
Color Harmonies of #85D973
Complementary color
Monochromatic Colors of #85D973
Black with #85D973
Text Example
Text Example
White with #85D973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D973; }
p { color: rgb(133,217,115); }
H1.HeaderClassName
{
color: #85D973;
}
.AnyTagClassName
{
color: #85D973;
}
</style>
background-color css
<style>
a { background-color: #85D973; }
a { background-color: rgb(133,217,115); }
div.DivClassName
{
background-color: #85D973;
}
.BgClassName
{
background-color: #85D973;
}
</style>
border-color css
<style>
span { border-color: #85D973; }
span { border-color: rgb(133,217,115); }
td.TdClassName
{
border-color: #85D973;
}
.TagClassName
{
border-color: #85D973;
}
</style>