Shades of Mantis #86CB51
Tints of Mantis #86CB51
RGB
CMYK
RGB Variations
Color information
#86CB51 (or 0x86CB51) is known color: Mantis. HEX triplet: 86, CB and 51. RGB value is (134,203,81). Sum of RGB (Red+Green+Blue) = 134+203+81=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CB51 is #7934AE. Grayscale: #A8A8A8. Windows color (decimal): -7943343 or 5360518. OLE color: 5360518.
HSL color Cylindrical-coordinate representation of color #86CB51: hue angle of 93.93º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86CB51 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 81 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.20 |
| HSL | 93.93º | 0.54% | 0.56% | - |
| HSV(B) | 93.93º | 0.6% | 0.8% | - |
| XYZ | 32.67 | 48.37 | 15.4 | - |
| YUV | 168.46 | 78.64 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 81 | 0.34 | 0 | 0.60 | 0.20 | 93.93 | 0.54 | 0.56 |
| Hex | 86 | CB | 51 | 22 | 0 | 3C | 14 | 5E | 36 | 38 |
| Octal | 206 | 313 | 121 | 42 | 0 | 74 | 24 | 136 | 66 | 70 |
| Binary | 10000110 | 11001011 | 1010001 | 100010 | 0 | 111100 | 10100 | 1011110 | 110110 | 111000 |
Color Harmonies of #86CB51
Complementary color
Monochromatic Colors of #86CB51
Black with #86CB51
Text Example
Text Example
White with #86CB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CB51; }
p { color: rgb(134,203,81); }
H1.HeaderClassName
{
color: #86CB51;
}
.AnyTagClassName
{
color: #86CB51;
}
</style>
background-color css
<style>
a { background-color: #86CB51; }
a { background-color: rgb(134,203,81); }
div.DivClassName
{
background-color: #86CB51;
}
.BgClassName
{
background-color: #86CB51;
}
</style>
border-color css
<style>
span { border-color: #86CB51; }
span { border-color: rgb(134,203,81); }
td.TdClassName
{
border-color: #86CB51;
}
.TagClassName
{
border-color: #86CB51;
}
</style>