Shades of Mantis #86D850
Tints of Mantis #86D850
RGB
CMYK
RGB Variations
Color information
#86D850 (or 0x86D850) is known color: Mantis. HEX triplet: 86, D8 and 50. RGB value is (134,216,80). Sum of RGB (Red+Green+Blue) = 134+216+80=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #86D850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D850 is #7927AF. Grayscale: #B0B0B0. Windows color (decimal): -7940016 or 5298310. OLE color: 5298310.
HSL color Cylindrical-coordinate representation of color #86D850: hue angle of 96.18º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86D850 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 216 | 80 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.15 |
| HSL | 96.18º | 0.64% | 0.58% | - |
| HSV(B) | 96.18º | 0.63% | 0.85% | - |
| XYZ | 35.84 | 54.76 | 16.27 | - |
| YUV | 175.98 | 73.83 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 216 | 80 | 0.38 | 0 | 0.63 | 0.15 | 96.18 | 0.64 | 0.58 |
| Hex | 86 | D8 | 50 | 26 | 0 | 3F | F | 60 | 40 | 3A |
| Octal | 206 | 330 | 120 | 46 | 0 | 77 | 17 | 140 | 100 | 72 |
| Binary | 10000110 | 11011000 | 1010000 | 100110 | 0 | 111111 | 1111 | 1100000 | 1000000 | 111010 |
Color Harmonies of #86D850
Complementary color
Monochromatic Colors of #86D850
Black with #86D850
Text Example
Text Example
White with #86D850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D850; }
p { color: rgb(134,216,80); }
H1.HeaderClassName
{
color: #86D850;
}
.AnyTagClassName
{
color: #86D850;
}
</style>
background-color css
<style>
a { background-color: #86D850; }
a { background-color: rgb(134,216,80); }
div.DivClassName
{
background-color: #86D850;
}
.BgClassName
{
background-color: #86D850;
}
</style>
border-color css
<style>
span { border-color: #86D850; }
span { border-color: rgb(134,216,80); }
td.TdClassName
{
border-color: #86D850;
}
.TagClassName
{
border-color: #86D850;
}
</style>