Shades of Pastel Green #86E36C
Tints of Pastel Green #86E36C
RGB
CMYK
RGB Variations
Color information
#86E36C (or 0x86E36C) is known color: Pastel Green. HEX triplet: 86, E3 and 6C. RGB value is (134,227,108). Sum of RGB (Red+Green+Blue) = 134+227+108=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #86E36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E36C is #791C93. Grayscale: #BABABA. Windows color (decimal): -7937172 or 7136134. OLE color: 7136134.
HSL color Cylindrical-coordinate representation of color #86E36C: hue angle of 106.89º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86E36C is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 227 | 108 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.11 |
| HSL | 106.89º | 0.68% | 0.66% | - |
| HSV(B) | 106.89º | 0.52% | 0.89% | - |
| XYZ | 40.01 | 61.09 | 23.87 | - |
| YUV | 185.63 | 84.19 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 227 | 108 | 0.41 | 0 | 0.52 | 0.11 | 106.89 | 0.68 | 0.66 |
| Hex | 86 | E3 | 6C | 29 | 0 | 34 | B | 6B | 44 | 42 |
| Octal | 206 | 343 | 154 | 51 | 0 | 64 | 13 | 153 | 104 | 102 |
| Binary | 10000110 | 11100011 | 1101100 | 101001 | 0 | 110100 | 1011 | 1101011 | 1000100 | 1000010 |
Color Harmonies of #86E36C
Complementary color
Monochromatic Colors of #86E36C
Black with #86E36C
Text Example
Text Example
White with #86E36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E36C; }
p { color: rgb(134,227,108); }
H1.HeaderClassName
{
color: #86E36C;
}
.AnyTagClassName
{
color: #86E36C;
}
</style>
background-color css
<style>
a { background-color: #86E36C; }
a { background-color: rgb(134,227,108); }
div.DivClassName
{
background-color: #86E36C;
}
.BgClassName
{
background-color: #86E36C;
}
</style>
border-color css
<style>
span { border-color: #86E36C; }
span { border-color: rgb(134,227,108); }
td.TdClassName
{
border-color: #86E36C;
}
.TagClassName
{
border-color: #86E36C;
}
</style>