Shades of Mantis #86CE48
Tints of Mantis #86CE48
RGB
CMYK
RGB Variations
Color information
#86CE48 (or 0x86CE48) is known color: Mantis. HEX triplet: 86, CE and 48. RGB value is (134,206,72). Sum of RGB (Red+Green+Blue) = 134+206+72=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CE48 is #7931B7. Grayscale: #A9A9A9. Windows color (decimal): -7942584 or 4771462. OLE color: 4771462.
HSL color Cylindrical-coordinate representation of color #86CE48: hue angle of 92.24º 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 #86CE48 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 206 | 72 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.19 |
| HSL | 92.24º | 0.58% | 0.55% | - |
| HSV(B) | 92.24º | 0.65% | 0.81% | - |
| XYZ | 33.07 | 49.68 | 13.98 | - |
| YUV | 169.2 | 73.15 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 206 | 72 | 0.35 | 0 | 0.65 | 0.19 | 92.24 | 0.58 | 0.55 |
| Hex | 86 | CE | 48 | 23 | 0 | 41 | 13 | 5C | 3A | 37 |
| Octal | 206 | 316 | 110 | 43 | 0 | 101 | 23 | 134 | 72 | 67 |
| Binary | 10000110 | 11001110 | 1001000 | 100011 | 0 | 1000001 | 10011 | 1011100 | 111010 | 110111 |
Color Harmonies of #86CE48
Complementary color
Monochromatic Colors of #86CE48
Black with #86CE48
Text Example
Text Example
White with #86CE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CE48; }
p { color: rgb(134,206,72); }
H1.HeaderClassName
{
color: #86CE48;
}
.AnyTagClassName
{
color: #86CE48;
}
</style>
background-color css
<style>
a { background-color: #86CE48; }
a { background-color: rgb(134,206,72); }
div.DivClassName
{
background-color: #86CE48;
}
.BgClassName
{
background-color: #86CE48;
}
</style>
border-color css
<style>
span { border-color: #86CE48; }
span { border-color: rgb(134,206,72); }
td.TdClassName
{
border-color: #86CE48;
}
.TagClassName
{
border-color: #86CE48;
}
</style>