Shades of Mantis #8BC470
Tints of Mantis #8BC470
RGB
CMYK
RGB Variations
Color information
#8BC470 (or 0x8BC470) is known color: Mantis. HEX triplet: 8B, C4 and 70. RGB value is (139,196,112). Sum of RGB (Red+Green+Blue) = 139+196+112=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC470 is #743B8F. Grayscale: #A9A9A9. Windows color (decimal): -7617424 or 7390347. OLE color: 7390347.
HSL color Cylindrical-coordinate representation of color #8BC470: hue angle of 100.71º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BC470 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 196 | 112 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.23 |
| HSL | 100.71º | 0.42% | 0.6% | - |
| HSV(B) | 100.71º | 0.43% | 0.77% | - |
| XYZ | 33.31 | 46.14 | 22.48 | - |
| YUV | 169.38 | 95.62 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 196 | 112 | 0.29 | 0 | 0.43 | 0.23 | 100.71 | 0.42 | 0.6 |
| Hex | 8B | C4 | 70 | 1D | 0 | 2B | 17 | 65 | 2A | 3C |
| Octal | 213 | 304 | 160 | 35 | 0 | 53 | 27 | 145 | 52 | 74 |
| Binary | 10001011 | 11000100 | 1110000 | 11101 | 0 | 101011 | 10111 | 1100101 | 101010 | 111100 |
Color Harmonies of #8BC470
Complementary color
Monochromatic Colors of #8BC470
Black with #8BC470
Text Example
Text Example
White with #8BC470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC470; }
p { color: rgb(139,196,112); }
H1.HeaderClassName
{
color: #8BC470;
}
.AnyTagClassName
{
color: #8BC470;
}
</style>
background-color css
<style>
a { background-color: #8BC470; }
a { background-color: rgb(139,196,112); }
div.DivClassName
{
background-color: #8BC470;
}
.BgClassName
{
background-color: #8BC470;
}
</style>
border-color css
<style>
span { border-color: #8BC470; }
span { border-color: rgb(139,196,112); }
td.TdClassName
{
border-color: #8BC470;
}
.TagClassName
{
border-color: #8BC470;
}
</style>