Shades of Mantis #86CA45
Tints of Mantis #86CA45
RGB
CMYK
RGB Variations
Color information
#86CA45 (or 0x86CA45) is known color: Mantis. HEX triplet: 86, CA and 45. RGB value is (134,202,69). Sum of RGB (Red+Green+Blue) = 134+202+69=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CA45 is #7935BA. Grayscale: #A6A6A6. Windows color (decimal): -7943611 or 4573830. OLE color: 4573830.
HSL color Cylindrical-coordinate representation of color #86CA45: hue angle of 90.68º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86CA45 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 69 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.21 |
| HSL | 90.68º | 0.56% | 0.53% | - |
| HSV(B) | 90.68º | 0.66% | 0.79% | - |
| XYZ | 32.03 | 47.74 | 13.16 | - |
| YUV | 166.51 | 72.97 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 69 | 0.34 | 0 | 0.66 | 0.21 | 90.68 | 0.56 | 0.53 |
| Hex | 86 | CA | 45 | 22 | 0 | 42 | 15 | 5B | 38 | 35 |
| Octal | 206 | 312 | 105 | 42 | 0 | 102 | 25 | 133 | 70 | 65 |
| Binary | 10000110 | 11001010 | 1000101 | 100010 | 0 | 1000010 | 10101 | 1011011 | 111000 | 110101 |
Color Harmonies of #86CA45
Complementary color
Monochromatic Colors of #86CA45
Black with #86CA45
Text Example
Text Example
White with #86CA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CA45; }
p { color: rgb(134,202,69); }
H1.HeaderClassName
{
color: #86CA45;
}
.AnyTagClassName
{
color: #86CA45;
}
</style>
background-color css
<style>
a { background-color: #86CA45; }
a { background-color: rgb(134,202,69); }
div.DivClassName
{
background-color: #86CA45;
}
.BgClassName
{
background-color: #86CA45;
}
</style>
border-color css
<style>
span { border-color: #86CA45; }
span { border-color: rgb(134,202,69); }
td.TdClassName
{
border-color: #86CA45;
}
.TagClassName
{
border-color: #86CA45;
}
</style>