Shades of Pastel Green #86E580
Tints of Pastel Green #86E580
RGB
CMYK
RGB Variations
Color information
#86E580 (or 0x86E580) is known color: Pastel Green. HEX triplet: 86, E5 and 80. RGB value is (134,229,128). Sum of RGB (Red+Green+Blue) = 134+229+128=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #86E580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E580 is #791A7F. Grayscale: #BDBDBD. Windows color (decimal): -7936640 or 8447366. OLE color: 8447366.
HSL color Cylindrical-coordinate representation of color #86E580: hue angle of 116.44º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86E580 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 229 | 128 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.10 |
| HSL | 116.44º | 0.66% | 0.7% | - |
| HSV(B) | 116.44º | 0.44% | 0.9% | - |
| XYZ | 41.75 | 62.67 | 30.32 | - |
| YUV | 189.08 | 93.53 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 229 | 128 | 0.41 | 0 | 0.44 | 0.10 | 116.44 | 0.66 | 0.7 |
| Hex | 86 | E5 | 80 | 29 | 0 | 2C | A | 74 | 42 | 46 |
| Octal | 206 | 345 | 200 | 51 | 0 | 54 | 12 | 164 | 102 | 106 |
| Binary | 10000110 | 11100101 | 10000000 | 101001 | 0 | 101100 | 1010 | 1110100 | 1000010 | 1000110 |
Color Harmonies of #86E580
Complementary color
Monochromatic Colors of #86E580
Black with #86E580
Text Example
Text Example
White with #86E580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E580; }
p { color: rgb(134,229,128); }
H1.HeaderClassName
{
color: #86E580;
}
.AnyTagClassName
{
color: #86E580;
}
</style>
background-color css
<style>
a { background-color: #86E580; }
a { background-color: rgb(134,229,128); }
div.DivClassName
{
background-color: #86E580;
}
.BgClassName
{
background-color: #86E580;
}
</style>
border-color css
<style>
span { border-color: #86E580; }
span { border-color: rgb(134,229,128); }
td.TdClassName
{
border-color: #86E580;
}
.TagClassName
{
border-color: #86E580;
}
</style>