Shades of Pastel Green #85E173
Tints of Pastel Green #85E173
RGB
CMYK
RGB Variations
Color information
#85E173 (or 0x85E173) is known color: Pastel Green. HEX triplet: 85, E1 and 73. RGB value is (133,225,115). Sum of RGB (Red+Green+Blue) = 133+225+115=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #85E173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E173 is #7A1E8C. Grayscale: #B9B9B9. Windows color (decimal): -8003213 or 7594373. OLE color: 7594373.
HSL color Cylindrical-coordinate representation of color #85E173: hue angle of 110.18º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85E173 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 225 | 115 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.12 |
| HSL | 110.18º | 0.65% | 0.67% | - |
| HSV(B) | 110.18º | 0.49% | 0.88% | - |
| XYZ | 39.69 | 60.07 | 25.72 | - |
| YUV | 184.95 | 88.52 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 225 | 115 | 0.41 | 0 | 0.49 | 0.12 | 110.18 | 0.65 | 0.67 |
| Hex | 85 | E1 | 73 | 29 | 0 | 31 | C | 6E | 41 | 43 |
| Octal | 205 | 341 | 163 | 51 | 0 | 61 | 14 | 156 | 101 | 103 |
| Binary | 10000101 | 11100001 | 1110011 | 101001 | 0 | 110001 | 1100 | 1101110 | 1000001 | 1000011 |
Color Harmonies of #85E173
Complementary color
Monochromatic Colors of #85E173
Black with #85E173
Text Example
Text Example
White with #85E173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E173; }
p { color: rgb(133,225,115); }
H1.HeaderClassName
{
color: #85E173;
}
.AnyTagClassName
{
color: #85E173;
}
</style>
background-color css
<style>
a { background-color: #85E173; }
a { background-color: rgb(133,225,115); }
div.DivClassName
{
background-color: #85E173;
}
.BgClassName
{
background-color: #85E173;
}
</style>
border-color css
<style>
span { border-color: #85E173; }
span { border-color: rgb(133,225,115); }
td.TdClassName
{
border-color: #85E173;
}
.TagClassName
{
border-color: #85E173;
}
</style>