Shades of Pastel Green #86E56E
Tints of Pastel Green #86E56E
RGB
CMYK
RGB Variations
Color information
#86E56E (or 0x86E56E) is known color: Pastel Green. HEX triplet: 86, E5 and 6E. RGB value is (134,229,110). Sum of RGB (Red+Green+Blue) = 134+229+110=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #86E56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E56E is #791A91. Grayscale: #BBBBBB. Windows color (decimal): -7936658 or 7267718. OLE color: 7267718.
HSL color Cylindrical-coordinate representation of color #86E56E: hue angle of 107.9º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86E56E is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 229 | 110 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.10 |
| HSL | 107.9º | 0.7% | 0.66% | - |
| HSV(B) | 107.9º | 0.52% | 0.9% | - |
| XYZ | 40.67 | 62.23 | 24.62 | - |
| YUV | 187.03 | 84.53 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 229 | 110 | 0.41 | 0 | 0.52 | 0.10 | 107.9 | 0.7 | 0.66 |
| Hex | 86 | E5 | 6E | 29 | 0 | 34 | A | 6C | 46 | 42 |
| Octal | 206 | 345 | 156 | 51 | 0 | 64 | 12 | 154 | 106 | 102 |
| Binary | 10000110 | 11100101 | 1101110 | 101001 | 0 | 110100 | 1010 | 1101100 | 1000110 | 1000010 |
Color Harmonies of #86E56E
Complementary color
Monochromatic Colors of #86E56E
Black with #86E56E
Text Example
Text Example
White with #86E56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E56E; }
p { color: rgb(134,229,110); }
H1.HeaderClassName
{
color: #86E56E;
}
.AnyTagClassName
{
color: #86E56E;
}
</style>
background-color css
<style>
a { background-color: #86E56E; }
a { background-color: rgb(134,229,110); }
div.DivClassName
{
background-color: #86E56E;
}
.BgClassName
{
background-color: #86E56E;
}
</style>
border-color css
<style>
span { border-color: #86E56E; }
span { border-color: rgb(134,229,110); }
td.TdClassName
{
border-color: #86E56E;
}
.TagClassName
{
border-color: #86E56E;
}
</style>