Shades of Pastel Green #86EF63
Tints of Pastel Green #86EF63
RGB
CMYK
RGB Variations
Color information
#86EF63 (or 0x86EF63) is known color: Pastel Green. HEX triplet: 86, EF and 63. RGB value is (134,239,99). Sum of RGB (Red+Green+Blue) = 134+239+99=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EF63 is #79109C. Grayscale: #C0C0C0. Windows color (decimal): -7934109 or 6549382. OLE color: 6549382.
HSL color Cylindrical-coordinate representation of color #86EF63: hue angle of 105º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86EF63 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 239 | 99 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.06 |
| HSL | 105º | 0.81% | 0.66% | - |
| HSV(B) | 105º | 0.59% | 0.94% | - |
| XYZ | 42.95 | 67.7 | 22.61 | - |
| YUV | 191.65 | 75.71 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 239 | 99 | 0.44 | 0 | 0.59 | 0.06 | 105 | 0.81 | 0.66 |
| Hex | 86 | EF | 63 | 2C | 0 | 3B | 6 | 69 | 51 | 42 |
| Octal | 206 | 357 | 143 | 54 | 0 | 73 | 6 | 151 | 121 | 102 |
| Binary | 10000110 | 11101111 | 1100011 | 101100 | 0 | 111011 | 110 | 1101001 | 1010001 | 1000010 |
Color Harmonies of #86EF63
Complementary color
Monochromatic Colors of #86EF63
Black with #86EF63
Text Example
Text Example
White with #86EF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EF63; }
p { color: rgb(134,239,99); }
H1.HeaderClassName
{
color: #86EF63;
}
.AnyTagClassName
{
color: #86EF63;
}
</style>
background-color css
<style>
a { background-color: #86EF63; }
a { background-color: rgb(134,239,99); }
div.DivClassName
{
background-color: #86EF63;
}
.BgClassName
{
background-color: #86EF63;
}
</style>
border-color css
<style>
span { border-color: #86EF63; }
span { border-color: rgb(134,239,99); }
td.TdClassName
{
border-color: #86EF63;
}
.TagClassName
{
border-color: #86EF63;
}
</style>