Shades of Pastel Green #86D573
Tints of Pastel Green #86D573
RGB
CMYK
RGB Variations
Color information
#86D573 (or 0x86D573) is known color: Pastel Green. HEX triplet: 86, D5 and 73. RGB value is (134,213,115). Sum of RGB (Red+Green+Blue) = 134+213+115=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #86D573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D573 is #792A8C. Grayscale: #B2B2B2. Windows color (decimal): -7940749 or 7591302. OLE color: 7591302.
HSL color Cylindrical-coordinate representation of color #86D573: hue angle of 108.37º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86D573 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 213 | 115 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.16 |
| HSL | 108.37º | 0.54% | 0.64% | - |
| HSV(B) | 108.37º | 0.46% | 0.84% | - |
| XYZ | 36.72 | 53.89 | 24.69 | - |
| YUV | 178.21 | 92.33 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 213 | 115 | 0.37 | 0 | 0.46 | 0.16 | 108.37 | 0.54 | 0.64 |
| Hex | 86 | D5 | 73 | 25 | 0 | 2E | 10 | 6C | 36 | 40 |
| Octal | 206 | 325 | 163 | 45 | 0 | 56 | 20 | 154 | 66 | 100 |
| Binary | 10000110 | 11010101 | 1110011 | 100101 | 0 | 101110 | 10000 | 1101100 | 110110 | 1000000 |
Color Harmonies of #86D573
Complementary color
Monochromatic Colors of #86D573
Black with #86D573
Text Example
Text Example
White with #86D573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D573; }
p { color: rgb(134,213,115); }
H1.HeaderClassName
{
color: #86D573;
}
.AnyTagClassName
{
color: #86D573;
}
</style>
background-color css
<style>
a { background-color: #86D573; }
a { background-color: rgb(134,213,115); }
div.DivClassName
{
background-color: #86D573;
}
.BgClassName
{
background-color: #86D573;
}
</style>
border-color css
<style>
span { border-color: #86D573; }
span { border-color: rgb(134,213,115); }
td.TdClassName
{
border-color: #86D573;
}
.TagClassName
{
border-color: #86D573;
}
</style>