Shades of Pastel Green #86EC66
Tints of Pastel Green #86EC66
RGB
CMYK
RGB Variations
Color information
#86EC66 (or 0x86EC66) is known color: Pastel Green. HEX triplet: 86, EC and 66. RGB value is (134,236,102). Sum of RGB (Red+Green+Blue) = 134+236+102=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EC66 is #791399. Grayscale: #BEBEBE. Windows color (decimal): -7934874 or 6745222. OLE color: 6745222.
HSL color Cylindrical-coordinate representation of color #86EC66: hue angle of 105.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86EC66 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 236 | 102 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.07 |
| HSL | 105.67º | 0.78% | 0.66% | - |
| HSV(B) | 105.67º | 0.57% | 0.93% | - |
| XYZ | 42.23 | 66.02 | 23.09 | - |
| YUV | 190.23 | 78.21 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 102 | 0.43 | 0 | 0.57 | 0.07 | 105.67 | 0.78 | 0.66 |
| Hex | 86 | EC | 66 | 2B | 0 | 39 | 7 | 6A | 4E | 42 |
| Octal | 206 | 354 | 146 | 53 | 0 | 71 | 7 | 152 | 116 | 102 |
| Binary | 10000110 | 11101100 | 1100110 | 101011 | 0 | 111001 | 111 | 1101010 | 1001110 | 1000010 |
Color Harmonies of #86EC66
Complementary color
Monochromatic Colors of #86EC66
Black with #86EC66
Text Example
Text Example
White with #86EC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EC66; }
p { color: rgb(134,236,102); }
H1.HeaderClassName
{
color: #86EC66;
}
.AnyTagClassName
{
color: #86EC66;
}
</style>
background-color css
<style>
a { background-color: #86EC66; }
a { background-color: rgb(134,236,102); }
div.DivClassName
{
background-color: #86EC66;
}
.BgClassName
{
background-color: #86EC66;
}
</style>
border-color css
<style>
span { border-color: #86EC66; }
span { border-color: rgb(134,236,102); }
td.TdClassName
{
border-color: #86EC66;
}
.TagClassName
{
border-color: #86EC66;
}
</style>