Shades of Mantis #86BF4D
Tints of Mantis #86BF4D
RGB
CMYK
RGB Variations
Color information
#86BF4D (or 0x86BF4D) is known color: Mantis. HEX triplet: 86, BF and 4D. RGB value is (134,191,77). Sum of RGB (Red+Green+Blue) = 134+191+77=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BF4D is #7940B2. Grayscale: #A1A1A1. Windows color (decimal): -7946419 or 5095302. OLE color: 5095302.
HSL color Cylindrical-coordinate representation of color #86BF4D: hue angle of 90º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86BF4D is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 191 | 77 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.25 |
| HSL | 90º | 0.47% | 0.53% | - |
| HSV(B) | 90º | 0.6% | 0.75% | - |
| XYZ | 29.8 | 42.87 | 13.72 | - |
| YUV | 160.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 77 | 0.30 | 0 | 0.60 | 0.25 | 90 | 0.47 | 0.53 |
| Hex | 86 | BF | 4D | 1E | 0 | 3C | 19 | 5A | 2F | 35 |
| Octal | 206 | 277 | 115 | 36 | 0 | 74 | 31 | 132 | 57 | 65 |
| Binary | 10000110 | 10111111 | 1001101 | 11110 | 0 | 111100 | 11001 | 1011010 | 101111 | 110101 |
Color Harmonies of #86BF4D
Complementary color
Monochromatic Colors of #86BF4D
Black with #86BF4D
Text Example
Text Example
White with #86BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BF4D; }
p { color: rgb(134,191,77); }
H1.HeaderClassName
{
color: #86BF4D;
}
.AnyTagClassName
{
color: #86BF4D;
}
</style>
background-color css
<style>
a { background-color: #86BF4D; }
a { background-color: rgb(134,191,77); }
div.DivClassName
{
background-color: #86BF4D;
}
.BgClassName
{
background-color: #86BF4D;
}
</style>
border-color css
<style>
span { border-color: #86BF4D; }
span { border-color: rgb(134,191,77); }
td.TdClassName
{
border-color: #86BF4D;
}
.TagClassName
{
border-color: #86BF4D;
}
</style>