Shades of Pastel Green #86E56C
Tints of Pastel Green #86E56C
RGB
CMYK
RGB Variations
Color information
#86E56C (or 0x86E56C) is known color: Pastel Green. HEX triplet: 86, E5 and 6C. RGB value is (134,229,108). Sum of RGB (Red+Green+Blue) = 134+229+108=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #86E56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E56C is #791A93. Grayscale: #BBBBBB. Windows color (decimal): -7936660 or 7136646. OLE color: 7136646.
HSL color Cylindrical-coordinate representation of color #86E56C: hue angle of 107.11º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86E56C is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 229 | 108 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.10 |
| HSL | 107.11º | 0.7% | 0.66% | - |
| HSV(B) | 107.11º | 0.53% | 0.9% | - |
| XYZ | 40.56 | 62.19 | 24.05 | - |
| YUV | 186.8 | 83.53 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 229 | 108 | 0.41 | 0 | 0.53 | 0.10 | 107.11 | 0.7 | 0.66 |
| Hex | 86 | E5 | 6C | 29 | 0 | 35 | A | 6B | 46 | 42 |
| Octal | 206 | 345 | 154 | 51 | 0 | 65 | 12 | 153 | 106 | 102 |
| Binary | 10000110 | 11100101 | 1101100 | 101001 | 0 | 110101 | 1010 | 1101011 | 1000110 | 1000010 |
Color Harmonies of #86E56C
Complementary color
Monochromatic Colors of #86E56C
Black with #86E56C
Text Example
Text Example
White with #86E56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E56C; }
p { color: rgb(134,229,108); }
H1.HeaderClassName
{
color: #86E56C;
}
.AnyTagClassName
{
color: #86E56C;
}
</style>
background-color css
<style>
a { background-color: #86E56C; }
a { background-color: rgb(134,229,108); }
div.DivClassName
{
background-color: #86E56C;
}
.BgClassName
{
background-color: #86E56C;
}
</style>
border-color css
<style>
span { border-color: #86E56C; }
span { border-color: rgb(134,229,108); }
td.TdClassName
{
border-color: #86E56C;
}
.TagClassName
{
border-color: #86E56C;
}
</style>