Shades of Pastel Green #86E37A
Tints of Pastel Green #86E37A
RGB
CMYK
RGB Variations
Color information
#86E37A (or 0x86E37A) is known color: Pastel Green. HEX triplet: 86, E3 and 7A. RGB value is (134,227,122). Sum of RGB (Red+Green+Blue) = 134+227+122=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #86E37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E37A is #791C85. Grayscale: #BBBBBB. Windows color (decimal): -7937158 or 8053638. OLE color: 8053638.
HSL color Cylindrical-coordinate representation of color #86E37A: hue angle of 113.14º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86E37A is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 227 | 122 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.11 |
| HSL | 113.14º | 0.65% | 0.68% | - |
| HSV(B) | 113.14º | 0.46% | 0.89% | - |
| XYZ | 40.81 | 61.41 | 28.11 | - |
| YUV | 187.22 | 91.19 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 227 | 122 | 0.41 | 0 | 0.46 | 0.11 | 113.14 | 0.65 | 0.68 |
| Hex | 86 | E3 | 7A | 29 | 0 | 2E | B | 71 | 41 | 44 |
| Octal | 206 | 343 | 172 | 51 | 0 | 56 | 13 | 161 | 101 | 104 |
| Binary | 10000110 | 11100011 | 1111010 | 101001 | 0 | 101110 | 1011 | 1110001 | 1000001 | 1000100 |
Color Harmonies of #86E37A
Complementary color
Monochromatic Colors of #86E37A
Black with #86E37A
Text Example
Text Example
White with #86E37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E37A; }
p { color: rgb(134,227,122); }
H1.HeaderClassName
{
color: #86E37A;
}
.AnyTagClassName
{
color: #86E37A;
}
</style>
background-color css
<style>
a { background-color: #86E37A; }
a { background-color: rgb(134,227,122); }
div.DivClassName
{
background-color: #86E37A;
}
.BgClassName
{
background-color: #86E37A;
}
</style>
border-color css
<style>
span { border-color: #86E37A; }
span { border-color: rgb(134,227,122); }
td.TdClassName
{
border-color: #86E37A;
}
.TagClassName
{
border-color: #86E37A;
}
</style>