Shades of Mantis #86C272
Tints of Mantis #86C272
RGB
CMYK
RGB Variations
Color information
#86C272 (or 0x86C272) is known color: Mantis. HEX triplet: 86, C2 and 72. RGB value is (134,194,114). Sum of RGB (Red+Green+Blue) = 134+194+114=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #86C272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C272 is #793D8D. Grayscale: #A7A7A7. Windows color (decimal): -7945614 or 7520902. OLE color: 7520902.
HSL color Cylindrical-coordinate representation of color #86C272: hue angle of 105º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86C272 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 194 | 114 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.24 |
| HSL | 105º | 0.4% | 0.6% | - |
| HSV(B) | 105º | 0.41% | 0.76% | - |
| XYZ | 32.16 | 44.87 | 22.88 | - |
| YUV | 166.94 | 98.12 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 194 | 114 | 0.31 | 0 | 0.41 | 0.24 | 105 | 0.4 | 0.6 |
| Hex | 86 | C2 | 72 | 1F | 0 | 29 | 18 | 69 | 28 | 3C |
| Octal | 206 | 302 | 162 | 37 | 0 | 51 | 30 | 151 | 50 | 74 |
| Binary | 10000110 | 11000010 | 1110010 | 11111 | 0 | 101001 | 11000 | 1101001 | 101000 | 111100 |
Color Harmonies of #86C272
Complementary color
Monochromatic Colors of #86C272
Black with #86C272
Text Example
Text Example
White with #86C272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C272; }
p { color: rgb(134,194,114); }
H1.HeaderClassName
{
color: #86C272;
}
.AnyTagClassName
{
color: #86C272;
}
</style>
background-color css
<style>
a { background-color: #86C272; }
a { background-color: rgb(134,194,114); }
div.DivClassName
{
background-color: #86C272;
}
.BgClassName
{
background-color: #86C272;
}
</style>
border-color css
<style>
span { border-color: #86C272; }
span { border-color: rgb(134,194,114); }
td.TdClassName
{
border-color: #86C272;
}
.TagClassName
{
border-color: #86C272;
}
</style>