Shades of Pastel Green #86E56F
Tints of Pastel Green #86E56F
RGB
CMYK
RGB Variations
Color information
#86E56F (or 0x86E56F) is known color: Pastel Green. HEX triplet: 86, E5 and 6F. RGB value is (134,229,111). Sum of RGB (Red+Green+Blue) = 134+229+111=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #86E56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E56F is #791A90. Grayscale: #BBBBBB. Windows color (decimal): -7936657 or 7333254. OLE color: 7333254.
HSL color Cylindrical-coordinate representation of color #86E56F: hue angle of 108.31º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86E56F is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 229 | 111 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.10 |
| HSL | 108.31º | 0.69% | 0.67% | - |
| HSV(B) | 108.31º | 0.52% | 0.9% | - |
| XYZ | 40.72 | 62.25 | 24.91 | - |
| YUV | 187.14 | 85.03 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 229 | 111 | 0.41 | 0 | 0.52 | 0.10 | 108.31 | 0.69 | 0.67 |
| Hex | 86 | E5 | 6F | 29 | 0 | 34 | A | 6C | 45 | 43 |
| Octal | 206 | 345 | 157 | 51 | 0 | 64 | 12 | 154 | 105 | 103 |
| Binary | 10000110 | 11100101 | 1101111 | 101001 | 0 | 110100 | 1010 | 1101100 | 1000101 | 1000011 |
Color Harmonies of #86E56F
Complementary color
Monochromatic Colors of #86E56F
Black with #86E56F
Text Example
Text Example
White with #86E56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E56F; }
p { color: rgb(134,229,111); }
H1.HeaderClassName
{
color: #86E56F;
}
.AnyTagClassName
{
color: #86E56F;
}
</style>
background-color css
<style>
a { background-color: #86E56F; }
a { background-color: rgb(134,229,111); }
div.DivClassName
{
background-color: #86E56F;
}
.BgClassName
{
background-color: #86E56F;
}
</style>
border-color css
<style>
span { border-color: #86E56F; }
span { border-color: rgb(134,229,111); }
td.TdClassName
{
border-color: #86E56F;
}
.TagClassName
{
border-color: #86E56F;
}
</style>