Shades of Pastel Green #85D873
Tints of Pastel Green #85D873
RGB
CMYK
RGB Variations
Color information
#85D873 (or 0x85D873) is known color: Pastel Green. HEX triplet: 85, D8 and 73. RGB value is (133,216,115). Sum of RGB (Red+Green+Blue) = 133+216+115=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #85D873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D873 is #7A278C. Grayscale: #B3B3B3. Windows color (decimal): -8005517 or 7592069. OLE color: 7592069.
HSL color Cylindrical-coordinate representation of color #85D873: hue angle of 109.31º degrees, saturation: 0.56, 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 #85D873 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 115 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.15 |
| HSL | 109.31º | 0.56% | 0.65% | - |
| HSV(B) | 109.31º | 0.47% | 0.85% | - |
| XYZ | 37.32 | 55.34 | 24.93 | - |
| YUV | 179.67 | 91.5 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 115 | 0.38 | 0 | 0.47 | 0.15 | 109.31 | 0.56 | 0.65 |
| Hex | 85 | D8 | 73 | 26 | 0 | 2F | F | 6D | 38 | 41 |
| Octal | 205 | 330 | 163 | 46 | 0 | 57 | 17 | 155 | 70 | 101 |
| Binary | 10000101 | 11011000 | 1110011 | 100110 | 0 | 101111 | 1111 | 1101101 | 111000 | 1000001 |
Color Harmonies of #85D873
Complementary color
Monochromatic Colors of #85D873
Black with #85D873
Text Example
Text Example
White with #85D873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D873; }
p { color: rgb(133,216,115); }
H1.HeaderClassName
{
color: #85D873;
}
.AnyTagClassName
{
color: #85D873;
}
</style>
background-color css
<style>
a { background-color: #85D873; }
a { background-color: rgb(133,216,115); }
div.DivClassName
{
background-color: #85D873;
}
.BgClassName
{
background-color: #85D873;
}
</style>
border-color css
<style>
span { border-color: #85D873; }
span { border-color: rgb(133,216,115); }
td.TdClassName
{
border-color: #85D873;
}
.TagClassName
{
border-color: #85D873;
}
</style>