Shades of Mantis #86CC67
Tints of Mantis #86CC67
RGB
CMYK
RGB Variations
Color information
#86CC67 (or 0x86CC67) is known color: Mantis. HEX triplet: 86, CC and 67. RGB value is (134,204,103). Sum of RGB (Red+Green+Blue) = 134+204+103=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CC67 is #793398. Grayscale: #ABABAB. Windows color (decimal): -7943065 or 6802566. OLE color: 6802566.
HSL color Cylindrical-coordinate representation of color #86CC67: hue angle of 101.58º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86CC67 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 204 | 103 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.2 |
| HSL | 101.58º | 0.5% | 0.6% | - |
| HSV(B) | 101.58º | 0.5% | 0.8% | - |
| XYZ | 33.87 | 49.23 | 20.55 | - |
| YUV | 171.56 | 89.31 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 103 | 0.34 | 0 | 0.50 | 0.2 | 101.58 | 0.5 | 0.6 |
| Hex | 86 | CC | 67 | 22 | 0 | 32 | 14 | 66 | 32 | 3C |
| Octal | 206 | 314 | 147 | 42 | 0 | 62 | 24 | 146 | 62 | 74 |
| Binary | 10000110 | 11001100 | 1100111 | 100010 | 0 | 110010 | 10100 | 1100110 | 110010 | 111100 |
Color Harmonies of #86CC67
Complementary color
Monochromatic Colors of #86CC67
Black with #86CC67
Text Example
Text Example
White with #86CC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CC67; }
p { color: rgb(134,204,103); }
H1.HeaderClassName
{
color: #86CC67;
}
.AnyTagClassName
{
color: #86CC67;
}
</style>
background-color css
<style>
a { background-color: #86CC67; }
a { background-color: rgb(134,204,103); }
div.DivClassName
{
background-color: #86CC67;
}
.BgClassName
{
background-color: #86CC67;
}
</style>
border-color css
<style>
span { border-color: #86CC67; }
span { border-color: rgb(134,204,103); }
td.TdClassName
{
border-color: #86CC67;
}
.TagClassName
{
border-color: #86CC67;
}
</style>