Shades of Mantis #8BC356
Tints of Mantis #8BC356
RGB
CMYK
RGB Variations
Color information
#8BC356 (or 0x8BC356) is known color: Mantis. HEX triplet: 8B, C3 and 56. RGB value is (139,195,86). Sum of RGB (Red+Green+Blue) = 139+195+86=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC356 is #743CA9. Grayscale: #A6A6A6. Windows color (decimal): -7617706 or 5686155. OLE color: 5686155.
HSL color Cylindrical-coordinate representation of color #8BC356: hue angle of 90.83º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8BC356 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 86 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.24 |
| HSL | 90.83º | 0.48% | 0.55% | - |
| HSV(B) | 90.83º | 0.56% | 0.76% | - |
| XYZ | 31.84 | 45.19 | 15.85 | - |
| YUV | 165.83 | 82.95 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 86 | 0.29 | 0 | 0.56 | 0.24 | 90.83 | 0.48 | 0.55 |
| Hex | 8B | C3 | 56 | 1D | 0 | 38 | 18 | 5B | 30 | 37 |
| Octal | 213 | 303 | 126 | 35 | 0 | 70 | 30 | 133 | 60 | 67 |
| Binary | 10001011 | 11000011 | 1010110 | 11101 | 0 | 111000 | 11000 | 1011011 | 110000 | 110111 |
Color Harmonies of #8BC356
Complementary color
Monochromatic Colors of #8BC356
Black with #8BC356
Text Example
Text Example
White with #8BC356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC356; }
p { color: rgb(139,195,86); }
H1.HeaderClassName
{
color: #8BC356;
}
.AnyTagClassName
{
color: #8BC356;
}
</style>
background-color css
<style>
a { background-color: #8BC356; }
a { background-color: rgb(139,195,86); }
div.DivClassName
{
background-color: #8BC356;
}
.BgClassName
{
background-color: #8BC356;
}
</style>
border-color css
<style>
span { border-color: #8BC356; }
span { border-color: rgb(139,195,86); }
td.TdClassName
{
border-color: #8BC356;
}
.TagClassName
{
border-color: #8BC356;
}
</style>