Shades of Pastel Green #86F16F
Tints of Pastel Green #86F16F
RGB
CMYK
RGB Variations
Color information
#86F16F (or 0x86F16F) is known color: Pastel Green. HEX triplet: 86, F1 and 6F. RGB value is (134,241,111). Sum of RGB (Red+Green+Blue) = 134+241+111=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #86F16F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F16F is #790E90. Grayscale: #C2C2C2. Windows color (decimal): -7933585 or 7336326. OLE color: 7336326.
HSL color Cylindrical-coordinate representation of color #86F16F: hue angle of 109.38º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86F16F is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 241 | 111 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.05 |
| HSL | 109.38º | 0.82% | 0.69% | - |
| HSV(B) | 109.38º | 0.54% | 0.95% | - |
| XYZ | 44.16 | 69.13 | 26.05 | - |
| YUV | 194.19 | 81.05 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 241 | 111 | 0.44 | 0 | 0.54 | 0.05 | 109.38 | 0.82 | 0.69 |
| Hex | 86 | F1 | 6F | 2C | 0 | 36 | 5 | 6D | 52 | 45 |
| Octal | 206 | 361 | 157 | 54 | 0 | 66 | 5 | 155 | 122 | 105 |
| Binary | 10000110 | 11110001 | 1101111 | 101100 | 0 | 110110 | 101 | 1101101 | 1010010 | 1000101 |
Color Harmonies of #86F16F
Complementary color
Monochromatic Colors of #86F16F
Black with #86F16F
Text Example
Text Example
White with #86F16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F16F; }
p { color: rgb(134,241,111); }
H1.HeaderClassName
{
color: #86F16F;
}
.AnyTagClassName
{
color: #86F16F;
}
</style>
background-color css
<style>
a { background-color: #86F16F; }
a { background-color: rgb(134,241,111); }
div.DivClassName
{
background-color: #86F16F;
}
.BgClassName
{
background-color: #86F16F;
}
</style>
border-color css
<style>
span { border-color: #86F16F; }
span { border-color: rgb(134,241,111); }
td.TdClassName
{
border-color: #86F16F;
}
.TagClassName
{
border-color: #86F16F;
}
</style>