Shades of Mantis #86C25F
Tints of Mantis #86C25F
RGB
CMYK
RGB Variations
Color information
#86C25F (or 0x86C25F) is known color: Mantis. HEX triplet: 86, C2 and 5F. RGB value is (134,194,95). Sum of RGB (Red+Green+Blue) = 134+194+95=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #86C25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C25F is #793DA0. Grayscale: #A5A5A5. Windows color (decimal): -7945633 or 6275718. OLE color: 6275718.
HSL color Cylindrical-coordinate representation of color #86C25F: hue angle of 96.36º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86C25F is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 194 | 95 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.24 |
| HSL | 96.36º | 0.45% | 0.57% | - |
| HSV(B) | 96.36º | 0.51% | 0.76% | - |
| XYZ | 31.19 | 44.48 | 17.77 | - |
| YUV | 164.77 | 88.62 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 194 | 95 | 0.31 | 0 | 0.51 | 0.24 | 96.36 | 0.45 | 0.57 |
| Hex | 86 | C2 | 5F | 1F | 0 | 33 | 18 | 60 | 2D | 39 |
| Octal | 206 | 302 | 137 | 37 | 0 | 63 | 30 | 140 | 55 | 71 |
| Binary | 10000110 | 11000010 | 1011111 | 11111 | 0 | 110011 | 11000 | 1100000 | 101101 | 111001 |
Color Harmonies of #86C25F
Complementary color
Monochromatic Colors of #86C25F
Black with #86C25F
Text Example
Text Example
White with #86C25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C25F; }
p { color: rgb(134,194,95); }
H1.HeaderClassName
{
color: #86C25F;
}
.AnyTagClassName
{
color: #86C25F;
}
</style>
background-color css
<style>
a { background-color: #86C25F; }
a { background-color: rgb(134,194,95); }
div.DivClassName
{
background-color: #86C25F;
}
.BgClassName
{
background-color: #86C25F;
}
</style>
border-color css
<style>
span { border-color: #86C25F; }
span { border-color: rgb(134,194,95); }
td.TdClassName
{
border-color: #86C25F;
}
.TagClassName
{
border-color: #86C25F;
}
</style>