Shades of Pastel Green #86E364
Tints of Pastel Green #86E364
RGB
CMYK
RGB Variations
Color information
#86E364 (or 0x86E364) is known color: Pastel Green. HEX triplet: 86, E3 and 64. RGB value is (134,227,100). Sum of RGB (Red+Green+Blue) = 134+227+100=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 227 (89.06% from 255 or 49.24% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 227 - color contains mainly: green. Hex color #86E364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E364 is #791C9B. Grayscale: #B9B9B9. Windows color (decimal): -7937180 or 6611846. OLE color: 6611846.
HSL color Cylindrical-coordinate representation of color #86E364: hue angle of 103.94º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86E364 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 227 | 100 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.11 |
| HSL | 103.94º | 0.69% | 0.64% | - |
| HSV(B) | 103.94º | 0.56% | 0.89% | - |
| XYZ | 39.6 | 60.93 | 21.73 | - |
| YUV | 184.72 | 80.19 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 227 | 100 | 0.41 | 0 | 0.56 | 0.11 | 103.94 | 0.69 | 0.64 |
| Hex | 86 | E3 | 64 | 29 | 0 | 38 | B | 68 | 45 | 40 |
| Octal | 206 | 343 | 144 | 51 | 0 | 70 | 13 | 150 | 105 | 100 |
| Binary | 10000110 | 11100011 | 1100100 | 101001 | 0 | 111000 | 1011 | 1101000 | 1000101 | 1000000 |
Color Harmonies of #86E364
Complementary color
Monochromatic Colors of #86E364
Black with #86E364
Text Example
Text Example
White with #86E364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E364; }
p { color: rgb(134,227,100); }
H1.HeaderClassName
{
color: #86E364;
}
.AnyTagClassName
{
color: #86E364;
}
</style>
background-color css
<style>
a { background-color: #86E364; }
a { background-color: rgb(134,227,100); }
div.DivClassName
{
background-color: #86E364;
}
.BgClassName
{
background-color: #86E364;
}
</style>
border-color css
<style>
span { border-color: #86E364; }
span { border-color: rgb(134,227,100); }
td.TdClassName
{
border-color: #86E364;
}
.TagClassName
{
border-color: #86E364;
}
</style>