Shades of Mantis #86CB52
Tints of Mantis #86CB52
RGB
CMYK
RGB Variations
Color information
#86CB52 (or 0x86CB52) is known color: Mantis. HEX triplet: 86, CB and 52. RGB value is (134,203,82). Sum of RGB (Red+Green+Blue) = 134+203+82=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CB52 is #7934AD. Grayscale: #A8A8A8. Windows color (decimal): -7943342 or 5426054. OLE color: 5426054.
HSL color Cylindrical-coordinate representation of color #86CB52: hue angle of 94.21º 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 #86CB52 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 82 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.20 |
| HSL | 94.21º | 0.54% | 0.56% | - |
| HSV(B) | 94.21º | 0.6% | 0.8% | - |
| XYZ | 32.71 | 48.39 | 15.6 | - |
| YUV | 168.58 | 79.14 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 82 | 0.34 | 0 | 0.60 | 0.20 | 94.21 | 0.54 | 0.56 |
| Hex | 86 | CB | 52 | 22 | 0 | 3C | 14 | 5E | 36 | 38 |
| Octal | 206 | 313 | 122 | 42 | 0 | 74 | 24 | 136 | 66 | 70 |
| Binary | 10000110 | 11001011 | 1010010 | 100010 | 0 | 111100 | 10100 | 1011110 | 110110 | 111000 |
Color Harmonies of #86CB52
Complementary color
Monochromatic Colors of #86CB52
Black with #86CB52
Text Example
Text Example
White with #86CB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CB52; }
p { color: rgb(134,203,82); }
H1.HeaderClassName
{
color: #86CB52;
}
.AnyTagClassName
{
color: #86CB52;
}
</style>
background-color css
<style>
a { background-color: #86CB52; }
a { background-color: rgb(134,203,82); }
div.DivClassName
{
background-color: #86CB52;
}
.BgClassName
{
background-color: #86CB52;
}
</style>
border-color css
<style>
span { border-color: #86CB52; }
span { border-color: rgb(134,203,82); }
td.TdClassName
{
border-color: #86CB52;
}
.TagClassName
{
border-color: #86CB52;
}
</style>