Shades of Mantis #86CF49
Tints of Mantis #86CF49
RGB
CMYK
RGB Variations
Color information
#86CF49 (or 0x86CF49) is known color: Mantis. HEX triplet: 86, CF and 49. RGB value is (134,207,73). Sum of RGB (Red+Green+Blue) = 134+207+73=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CF49 is #7930B6. Grayscale: #AAAAAA. Windows color (decimal): -7942327 or 4837254. OLE color: 4837254.
HSL color Cylindrical-coordinate representation of color #86CF49: hue angle of 92.69º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86CF49 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 207 | 73 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.19 |
| HSL | 92.69º | 0.58% | 0.55% | - |
| HSV(B) | 92.69º | 0.65% | 0.81% | - |
| XYZ | 33.35 | 50.18 | 14.23 | - |
| YUV | 169.9 | 73.32 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 73 | 0.35 | 0 | 0.65 | 0.19 | 92.69 | 0.58 | 0.55 |
| Hex | 86 | CF | 49 | 23 | 0 | 41 | 13 | 5D | 3A | 37 |
| Octal | 206 | 317 | 111 | 43 | 0 | 101 | 23 | 135 | 72 | 67 |
| Binary | 10000110 | 11001111 | 1001001 | 100011 | 0 | 1000001 | 10011 | 1011101 | 111010 | 110111 |
Color Harmonies of #86CF49
Complementary color
Monochromatic Colors of #86CF49
Black with #86CF49
Text Example
Text Example
White with #86CF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CF49; }
p { color: rgb(134,207,73); }
H1.HeaderClassName
{
color: #86CF49;
}
.AnyTagClassName
{
color: #86CF49;
}
</style>
background-color css
<style>
a { background-color: #86CF49; }
a { background-color: rgb(134,207,73); }
div.DivClassName
{
background-color: #86CF49;
}
.BgClassName
{
background-color: #86CF49;
}
</style>
border-color css
<style>
span { border-color: #86CF49; }
span { border-color: rgb(134,207,73); }
td.TdClassName
{
border-color: #86CF49;
}
.TagClassName
{
border-color: #86CF49;
}
</style>