Shades of Mantis #86CD68
Tints of Mantis #86CD68
RGB
CMYK
RGB Variations
Color information
#86CD68 (or 0x86CD68) is known color: Mantis. HEX triplet: 86, CD and 68. RGB value is (134,205,104). Sum of RGB (Red+Green+Blue) = 134+205+104=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #86CD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CD68 is #793297. Grayscale: #ACACAC. Windows color (decimal): -7942808 or 6868358. OLE color: 6868358.
HSL color Cylindrical-coordinate representation of color #86CD68: hue angle of 102.18º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86CD68 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 205 | 104 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.20 |
| HSL | 102.18º | 0.5% | 0.61% | - |
| HSV(B) | 102.18º | 0.49% | 0.8% | - |
| XYZ | 34.16 | 49.73 | 20.9 | - |
| YUV | 172.26 | 89.48 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 205 | 104 | 0.35 | 0 | 0.49 | 0.20 | 102.18 | 0.5 | 0.61 |
| Hex | 86 | CD | 68 | 23 | 0 | 31 | 14 | 66 | 32 | 3D |
| Octal | 206 | 315 | 150 | 43 | 0 | 61 | 24 | 146 | 62 | 75 |
| Binary | 10000110 | 11001101 | 1101000 | 100011 | 0 | 110001 | 10100 | 1100110 | 110010 | 111101 |
Color Harmonies of #86CD68
Complementary color
Monochromatic Colors of #86CD68
Black with #86CD68
Text Example
Text Example
White with #86CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CD68; }
p { color: rgb(134,205,104); }
H1.HeaderClassName
{
color: #86CD68;
}
.AnyTagClassName
{
color: #86CD68;
}
</style>
background-color css
<style>
a { background-color: #86CD68; }
a { background-color: rgb(134,205,104); }
div.DivClassName
{
background-color: #86CD68;
}
.BgClassName
{
background-color: #86CD68;
}
</style>
border-color css
<style>
span { border-color: #86CD68; }
span { border-color: rgb(134,205,104); }
td.TdClassName
{
border-color: #86CD68;
}
.TagClassName
{
border-color: #86CD68;
}
</style>