Shades of Mantis #8BCA56
Tints of Mantis #8BCA56
RGB
CMYK
RGB Variations
Color information
#8BCA56 (or 0x8BCA56) is known color: Mantis. HEX triplet: 8B, CA and 56. RGB value is (139,202,86). Sum of RGB (Red+Green+Blue) = 139+202+86=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCA56 is #7435A9. Grayscale: #AAAAAA. Windows color (decimal): -7615914 or 5687947. OLE color: 5687947.
HSL color Cylindrical-coordinate representation of color #8BCA56: hue angle of 92.59º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8BCA56 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 86 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.21 |
| HSL | 92.59º | 0.52% | 0.56% | - |
| HSV(B) | 92.59º | 0.57% | 0.79% | - |
| XYZ | 33.45 | 48.4 | 16.38 | - |
| YUV | 169.94 | 80.63 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 86 | 0.31 | 0 | 0.57 | 0.21 | 92.59 | 0.52 | 0.56 |
| Hex | 8B | CA | 56 | 1F | 0 | 39 | 15 | 5D | 34 | 38 |
| Octal | 213 | 312 | 126 | 37 | 0 | 71 | 25 | 135 | 64 | 70 |
| Binary | 10001011 | 11001010 | 1010110 | 11111 | 0 | 111001 | 10101 | 1011101 | 110100 | 111000 |
Color Harmonies of #8BCA56
Complementary color
Monochromatic Colors of #8BCA56
Black with #8BCA56
Text Example
Text Example
White with #8BCA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCA56; }
p { color: rgb(139,202,86); }
H1.HeaderClassName
{
color: #8BCA56;
}
.AnyTagClassName
{
color: #8BCA56;
}
</style>
background-color css
<style>
a { background-color: #8BCA56; }
a { background-color: rgb(139,202,86); }
div.DivClassName
{
background-color: #8BCA56;
}
.BgClassName
{
background-color: #8BCA56;
}
</style>
border-color css
<style>
span { border-color: #8BCA56; }
span { border-color: rgb(139,202,86); }
td.TdClassName
{
border-color: #8BCA56;
}
.TagClassName
{
border-color: #8BCA56;
}
</style>