Shades of Pastel Green #86F166
Tints of Pastel Green #86F166
RGB
CMYK
RGB Variations
Color information
#86F166 (or 0x86F166) is known color: Pastel Green. HEX triplet: 86, F1 and 66. RGB value is (134,241,102). Sum of RGB (Red+Green+Blue) = 134+241+102=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #86F166 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F166 is #790E99. Grayscale: #C1C1C1. Windows color (decimal): -7933594 or 6746502. OLE color: 6746502.
HSL color Cylindrical-coordinate representation of color #86F166: hue angle of 106.19º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86F166 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 241 | 102 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.05 |
| HSL | 106.19º | 0.83% | 0.67% | - |
| HSV(B) | 106.19º | 0.58% | 0.95% | - |
| XYZ | 43.69 | 68.94 | 23.57 | - |
| YUV | 193.16 | 76.55 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 241 | 102 | 0.44 | 0 | 0.58 | 0.05 | 106.19 | 0.83 | 0.67 |
| Hex | 86 | F1 | 66 | 2C | 0 | 3A | 5 | 6A | 53 | 43 |
| Octal | 206 | 361 | 146 | 54 | 0 | 72 | 5 | 152 | 123 | 103 |
| Binary | 10000110 | 11110001 | 1100110 | 101100 | 0 | 111010 | 101 | 1101010 | 1010011 | 1000011 |
Color Harmonies of #86F166
Complementary color
Monochromatic Colors of #86F166
Black with #86F166
Text Example
Text Example
White with #86F166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F166; }
p { color: rgb(134,241,102); }
H1.HeaderClassName
{
color: #86F166;
}
.AnyTagClassName
{
color: #86F166;
}
</style>
background-color css
<style>
a { background-color: #86F166; }
a { background-color: rgb(134,241,102); }
div.DivClassName
{
background-color: #86F166;
}
.BgClassName
{
background-color: #86F166;
}
</style>
border-color css
<style>
span { border-color: #86F166; }
span { border-color: rgb(134,241,102); }
td.TdClassName
{
border-color: #86F166;
}
.TagClassName
{
border-color: #86F166;
}
</style>