Shades of Mantis #8BC561
Tints of Mantis #8BC561
RGB
CMYK
RGB Variations
Color information
#8BC561 (or 0x8BC561) is known color: Mantis. HEX triplet: 8B, C5 and 61. RGB value is (139,197,97). Sum of RGB (Red+Green+Blue) = 139+197+97=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC561 is #743A9E. Grayscale: #A8A8A8. Windows color (decimal): -7617183 or 6407563. OLE color: 6407563.
HSL color Cylindrical-coordinate representation of color #8BC561: hue angle of 94.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BC561 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 97 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.23 |
| HSL | 94.8º | 0.46% | 0.58% | - |
| HSV(B) | 94.8º | 0.51% | 0.77% | - |
| XYZ | 32.77 | 46.28 | 18.52 | - |
| YUV | 168.26 | 87.78 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 97 | 0.29 | 0 | 0.51 | 0.23 | 94.8 | 0.46 | 0.58 |
| Hex | 8B | C5 | 61 | 1D | 0 | 33 | 17 | 5F | 2E | 3A |
| Octal | 213 | 305 | 141 | 35 | 0 | 63 | 27 | 137 | 56 | 72 |
| Binary | 10001011 | 11000101 | 1100001 | 11101 | 0 | 110011 | 10111 | 1011111 | 101110 | 111010 |
Color Harmonies of #8BC561
Complementary color
Monochromatic Colors of #8BC561
Black with #8BC561
Text Example
Text Example
White with #8BC561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC561; }
p { color: rgb(139,197,97); }
H1.HeaderClassName
{
color: #8BC561;
}
.AnyTagClassName
{
color: #8BC561;
}
</style>
background-color css
<style>
a { background-color: #8BC561; }
a { background-color: rgb(139,197,97); }
div.DivClassName
{
background-color: #8BC561;
}
.BgClassName
{
background-color: #8BC561;
}
</style>
border-color css
<style>
span { border-color: #8BC561; }
span { border-color: rgb(139,197,97); }
td.TdClassName
{
border-color: #8BC561;
}
.TagClassName
{
border-color: #8BC561;
}
</style>