Shades of Pastel Green #86D271
Tints of Pastel Green #86D271
RGB
CMYK
RGB Variations
Color information
#86D271 (or 0x86D271) is known color: Pastel Green. HEX triplet: 86, D2 and 71. RGB value is (134,210,113). Sum of RGB (Red+Green+Blue) = 134+210+113=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #86D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D271 is #792D8E. Grayscale: #B0B0B0. Windows color (decimal): -7941519 or 7459462. OLE color: 7459462.
HSL color Cylindrical-coordinate representation of color #86D271: hue angle of 107.01º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86D271 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 210 | 113 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.18 |
| HSL | 107.01º | 0.52% | 0.63% | - |
| HSV(B) | 107.01º | 0.46% | 0.82% | - |
| XYZ | 35.86 | 52.35 | 23.84 | - |
| YUV | 176.22 | 92.32 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 210 | 113 | 0.36 | 0 | 0.46 | 0.18 | 107.01 | 0.52 | 0.63 |
| Hex | 86 | D2 | 71 | 24 | 0 | 2E | 12 | 6B | 34 | 3F |
| Octal | 206 | 322 | 161 | 44 | 0 | 56 | 22 | 153 | 64 | 77 |
| Binary | 10000110 | 11010010 | 1110001 | 100100 | 0 | 101110 | 10010 | 1101011 | 110100 | 111111 |
Color Harmonies of #86D271
Complementary color
Monochromatic Colors of #86D271
Black with #86D271
Text Example
Text Example
White with #86D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D271; }
p { color: rgb(134,210,113); }
H1.HeaderClassName
{
color: #86D271;
}
.AnyTagClassName
{
color: #86D271;
}
</style>
background-color css
<style>
a { background-color: #86D271; }
a { background-color: rgb(134,210,113); }
div.DivClassName
{
background-color: #86D271;
}
.BgClassName
{
background-color: #86D271;
}
</style>
border-color css
<style>
span { border-color: #86D271; }
span { border-color: rgb(134,210,113); }
td.TdClassName
{
border-color: #86D271;
}
.TagClassName
{
border-color: #86D271;
}
</style>