Shades of Pastel Green #85D172
Tints of Pastel Green #85D172
RGB
CMYK
RGB Variations
Color information
#85D172 (or 0x85D172) is known color: Pastel Green. HEX triplet: 85, D1 and 72. RGB value is (133,209,114). Sum of RGB (Red+Green+Blue) = 133+209+114=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 209 - color contains mainly: green. Hex color #85D172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D172 is #7A2E8D. Grayscale: #AFAFAF. Windows color (decimal): -8007310 or 7524741. OLE color: 7524741.
HSL color Cylindrical-coordinate representation of color #85D172: hue angle of 108º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85D172 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 209 | 114 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.18 |
| HSL | 108º | 0.51% | 0.63% | - |
| HSV(B) | 108º | 0.45% | 0.82% | - |
| XYZ | 35.51 | 51.8 | 24.05 | - |
| YUV | 175.45 | 93.32 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 209 | 114 | 0.36 | 0 | 0.45 | 0.18 | 108 | 0.51 | 0.63 |
| Hex | 85 | D1 | 72 | 24 | 0 | 2D | 12 | 6C | 33 | 3F |
| Octal | 205 | 321 | 162 | 44 | 0 | 55 | 22 | 154 | 63 | 77 |
| Binary | 10000101 | 11010001 | 1110010 | 100100 | 0 | 101101 | 10010 | 1101100 | 110011 | 111111 |
Color Harmonies of #85D172
Complementary color
Monochromatic Colors of #85D172
Black with #85D172
Text Example
Text Example
White with #85D172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D172; }
p { color: rgb(133,209,114); }
H1.HeaderClassName
{
color: #85D172;
}
.AnyTagClassName
{
color: #85D172;
}
</style>
background-color css
<style>
a { background-color: #85D172; }
a { background-color: rgb(133,209,114); }
div.DivClassName
{
background-color: #85D172;
}
.BgClassName
{
background-color: #85D172;
}
</style>
border-color css
<style>
span { border-color: #85D172; }
span { border-color: rgb(133,209,114); }
td.TdClassName
{
border-color: #85D172;
}
.TagClassName
{
border-color: #85D172;
}
</style>