Shades of Pastel Green #86D679
Tints of Pastel Green #86D679
RGB
CMYK
RGB Variations
Color information
#86D679 (or 0x86D679) is known color: Pastel Green. HEX triplet: 86, D6 and 79. RGB value is (134,214,121). Sum of RGB (Red+Green+Blue) = 134+214+121=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #86D679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D679 is #792986. Grayscale: #B3B3B3. Windows color (decimal): -7940487 or 7984774. OLE color: 7984774.
HSL color Cylindrical-coordinate representation of color #86D679: hue angle of 111.61º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86D679 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 214 | 121 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.16 |
| HSL | 111.61º | 0.53% | 0.66% | - |
| HSV(B) | 111.61º | 0.43% | 0.84% | - |
| XYZ | 37.33 | 54.54 | 26.65 | - |
| YUV | 179.48 | 95 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 214 | 121 | 0.37 | 0 | 0.43 | 0.16 | 111.61 | 0.53 | 0.66 |
| Hex | 86 | D6 | 79 | 25 | 0 | 2B | 10 | 70 | 35 | 42 |
| Octal | 206 | 326 | 171 | 45 | 0 | 53 | 20 | 160 | 65 | 102 |
| Binary | 10000110 | 11010110 | 1111001 | 100101 | 0 | 101011 | 10000 | 1110000 | 110101 | 1000010 |
Color Harmonies of #86D679
Complementary color
Monochromatic Colors of #86D679
Black with #86D679
Text Example
Text Example
White with #86D679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D679; }
p { color: rgb(134,214,121); }
H1.HeaderClassName
{
color: #86D679;
}
.AnyTagClassName
{
color: #86D679;
}
</style>
background-color css
<style>
a { background-color: #86D679; }
a { background-color: rgb(134,214,121); }
div.DivClassName
{
background-color: #86D679;
}
.BgClassName
{
background-color: #86D679;
}
</style>
border-color css
<style>
span { border-color: #86D679; }
span { border-color: rgb(134,214,121); }
td.TdClassName
{
border-color: #86D679;
}
.TagClassName
{
border-color: #86D679;
}
</style>