Shades of Mantis #86BD45
Tints of Mantis #86BD45
RGB
CMYK
RGB Variations
Color information
#86BD45 (or 0x86BD45) is known color: Mantis. HEX triplet: 86, BD and 45. RGB value is (134,189,69). Sum of RGB (Red+Green+Blue) = 134+189+69=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BD45 is #7942BA. Grayscale: #9F9F9F. Windows color (decimal): -7946939 or 4570502. OLE color: 4570502.
HSL color Cylindrical-coordinate representation of color #86BD45: hue angle of 87.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86BD45 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 69 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.26 |
| HSL | 87.5º | 0.48% | 0.51% | - |
| HSV(B) | 87.5º | 0.63% | 0.74% | - |
| XYZ | 29.1 | 41.89 | 12.18 | - |
| YUV | 158.88 | 77.28 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 69 | 0.29 | 0 | 0.63 | 0.26 | 87.5 | 0.48 | 0.51 |
| Hex | 86 | BD | 45 | 1D | 0 | 3F | 1A | 57 | 30 | 33 |
| Octal | 206 | 275 | 105 | 35 | 0 | 77 | 32 | 127 | 60 | 63 |
| Binary | 10000110 | 10111101 | 1000101 | 11101 | 0 | 111111 | 11010 | 1010111 | 110000 | 110011 |
Color Harmonies of #86BD45
Complementary color
Monochromatic Colors of #86BD45
Black with #86BD45
Text Example
Text Example
White with #86BD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BD45; }
p { color: rgb(134,189,69); }
H1.HeaderClassName
{
color: #86BD45;
}
.AnyTagClassName
{
color: #86BD45;
}
</style>
background-color css
<style>
a { background-color: #86BD45; }
a { background-color: rgb(134,189,69); }
div.DivClassName
{
background-color: #86BD45;
}
.BgClassName
{
background-color: #86BD45;
}
</style>
border-color css
<style>
span { border-color: #86BD45; }
span { border-color: rgb(134,189,69); }
td.TdClassName
{
border-color: #86BD45;
}
.TagClassName
{
border-color: #86BD45;
}
</style>