Shades of Mantis #86CB54
Tints of Mantis #86CB54
RGB
CMYK
RGB Variations
Color information
#86CB54 (or 0x86CB54) is known color: Mantis. HEX triplet: 86, CB and 54. RGB value is (134,203,84). Sum of RGB (Red+Green+Blue) = 134+203+84=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CB54 is #7934AB. Grayscale: #A9A9A9. Windows color (decimal): -7943340 or 5557126. OLE color: 5557126.
HSL color Cylindrical-coordinate representation of color #86CB54: hue angle of 94.79º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86CB54 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 84 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.20 |
| HSL | 94.79º | 0.53% | 0.56% | - |
| HSV(B) | 94.79º | 0.59% | 0.8% | - |
| XYZ | 32.79 | 48.42 | 16.01 | - |
| YUV | 168.8 | 80.14 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 84 | 0.34 | 0 | 0.59 | 0.20 | 94.79 | 0.53 | 0.56 |
| Hex | 86 | CB | 54 | 22 | 0 | 3B | 14 | 5F | 35 | 38 |
| Octal | 206 | 313 | 124 | 42 | 0 | 73 | 24 | 137 | 65 | 70 |
| Binary | 10000110 | 11001011 | 1010100 | 100010 | 0 | 111011 | 10100 | 1011111 | 110101 | 111000 |
Color Harmonies of #86CB54
Complementary color
Monochromatic Colors of #86CB54
Black with #86CB54
Text Example
Text Example
White with #86CB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CB54; }
p { color: rgb(134,203,84); }
H1.HeaderClassName
{
color: #86CB54;
}
.AnyTagClassName
{
color: #86CB54;
}
</style>
background-color css
<style>
a { background-color: #86CB54; }
a { background-color: rgb(134,203,84); }
div.DivClassName
{
background-color: #86CB54;
}
.BgClassName
{
background-color: #86CB54;
}
</style>
border-color css
<style>
span { border-color: #86CB54; }
span { border-color: rgb(134,203,84); }
td.TdClassName
{
border-color: #86CB54;
}
.TagClassName
{
border-color: #86CB54;
}
</style>