Shades of Mantis #86BF68
Tints of Mantis #86BF68
RGB
CMYK
RGB Variations
Color information
#86BF68 (or 0x86BF68) is known color: Mantis. HEX triplet: 86, BF and 68. RGB value is (134,191,104). Sum of RGB (Red+Green+Blue) = 134+191+104=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BF68 is #794097. Grayscale: #A4A4A4. Windows color (decimal): -7946392 or 6864774. OLE color: 6864774.
HSL color Cylindrical-coordinate representation of color #86BF68: hue angle of 99.31º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86BF68 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 191 | 104 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.25 |
| HSL | 99.31º | 0.4% | 0.58% | - |
| HSV(B) | 99.31º | 0.46% | 0.75% | - |
| XYZ | 30.96 | 43.33 | 19.83 | - |
| YUV | 164.04 | 94.12 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 104 | 0.30 | 0 | 0.46 | 0.25 | 99.31 | 0.4 | 0.58 |
| Hex | 86 | BF | 68 | 1E | 0 | 2E | 19 | 63 | 28 | 3A |
| Octal | 206 | 277 | 150 | 36 | 0 | 56 | 31 | 143 | 50 | 72 |
| Binary | 10000110 | 10111111 | 1101000 | 11110 | 0 | 101110 | 11001 | 1100011 | 101000 | 111010 |
Color Harmonies of #86BF68
Complementary color
Monochromatic Colors of #86BF68
Black with #86BF68
Text Example
Text Example
White with #86BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BF68; }
p { color: rgb(134,191,104); }
H1.HeaderClassName
{
color: #86BF68;
}
.AnyTagClassName
{
color: #86BF68;
}
</style>
background-color css
<style>
a { background-color: #86BF68; }
a { background-color: rgb(134,191,104); }
div.DivClassName
{
background-color: #86BF68;
}
.BgClassName
{
background-color: #86BF68;
}
</style>
border-color css
<style>
span { border-color: #86BF68; }
span { border-color: rgb(134,191,104); }
td.TdClassName
{
border-color: #86BF68;
}
.TagClassName
{
border-color: #86BF68;
}
</style>