Shades of Mantis #8BC671
Tints of Mantis #8BC671
RGB
CMYK
RGB Variations
Color information
#8BC671 (or 0x8BC671) is known color: Mantis. HEX triplet: 8B, C6 and 71. RGB value is (139,198,113). Sum of RGB (Red+Green+Blue) = 139+198+113=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC671 is #74398E. Grayscale: #AAAAAA. Windows color (decimal): -7616911 or 7456395. OLE color: 7456395.
HSL color Cylindrical-coordinate representation of color #8BC671: hue angle of 101.65º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BC671 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 198 | 113 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.22 |
| HSL | 101.65º | 0.43% | 0.61% | - |
| HSV(B) | 101.65º | 0.43% | 0.78% | - |
| XYZ | 33.82 | 47.07 | 22.93 | - |
| YUV | 170.67 | 95.45 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 198 | 113 | 0.30 | 0 | 0.43 | 0.22 | 101.65 | 0.43 | 0.61 |
| Hex | 8B | C6 | 71 | 1E | 0 | 2B | 16 | 66 | 2B | 3D |
| Octal | 213 | 306 | 161 | 36 | 0 | 53 | 26 | 146 | 53 | 75 |
| Binary | 10001011 | 11000110 | 1110001 | 11110 | 0 | 101011 | 10110 | 1100110 | 101011 | 111101 |
Color Harmonies of #8BC671
Complementary color
Monochromatic Colors of #8BC671
Black with #8BC671
Text Example
Text Example
White with #8BC671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC671; }
p { color: rgb(139,198,113); }
H1.HeaderClassName
{
color: #8BC671;
}
.AnyTagClassName
{
color: #8BC671;
}
</style>
background-color css
<style>
a { background-color: #8BC671; }
a { background-color: rgb(139,198,113); }
div.DivClassName
{
background-color: #8BC671;
}
.BgClassName
{
background-color: #8BC671;
}
</style>
border-color css
<style>
span { border-color: #8BC671; }
span { border-color: rgb(139,198,113); }
td.TdClassName
{
border-color: #8BC671;
}
.TagClassName
{
border-color: #8BC671;
}
</style>