Shades of Pastel Green #86E481
Tints of Pastel Green #86E481
RGB
CMYK
RGB Variations
Color information
#86E481 (or 0x86E481) is known color: Pastel Green. HEX triplet: 86, E4 and 81. RGB value is (134,228,129). Sum of RGB (Red+Green+Blue) = 134+228+129=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #86E481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E481 is #791B7E. Grayscale: #BCBCBC. Windows color (decimal): -7936895 or 8512646. OLE color: 8512646.
HSL color Cylindrical-coordinate representation of color #86E481: hue angle of 116.97º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86E481 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 228 | 129 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.11 |
| HSL | 116.97º | 0.65% | 0.7% | - |
| HSV(B) | 116.97º | 0.43% | 0.89% | - |
| XYZ | 41.54 | 62.14 | 30.57 | - |
| YUV | 188.61 | 94.36 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 228 | 129 | 0.41 | 0 | 0.43 | 0.11 | 116.97 | 0.65 | 0.7 |
| Hex | 86 | E4 | 81 | 29 | 0 | 2B | B | 75 | 41 | 46 |
| Octal | 206 | 344 | 201 | 51 | 0 | 53 | 13 | 165 | 101 | 106 |
| Binary | 10000110 | 11100100 | 10000001 | 101001 | 0 | 101011 | 1011 | 1110101 | 1000001 | 1000110 |
Color Harmonies of #86E481
Complementary color
Monochromatic Colors of #86E481
Black with #86E481
Text Example
Text Example
White with #86E481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E481; }
p { color: rgb(134,228,129); }
H1.HeaderClassName
{
color: #86E481;
}
.AnyTagClassName
{
color: #86E481;
}
</style>
background-color css
<style>
a { background-color: #86E481; }
a { background-color: rgb(134,228,129); }
div.DivClassName
{
background-color: #86E481;
}
.BgClassName
{
background-color: #86E481;
}
</style>
border-color css
<style>
span { border-color: #86E481; }
span { border-color: rgb(134,228,129); }
td.TdClassName
{
border-color: #86E481;
}
.TagClassName
{
border-color: #86E481;
}
</style>