Shades of Mantis #8BC151
Tints of Mantis #8BC151
RGB
CMYK
RGB Variations
Color information
#8BC151 (or 0x8BC151) is known color: Mantis. HEX triplet: 8B, C1 and 51. RGB value is (139,193,81). Sum of RGB (Red+Green+Blue) = 139+193+81=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC151 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC151 is #743EAE. Grayscale: #A4A4A4. Windows color (decimal): -7618223 or 5357963. OLE color: 5357963.
HSL color Cylindrical-coordinate representation of color #8BC151: hue angle of 88.93º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8BC151 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 81 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.24 |
| HSL | 88.93º | 0.47% | 0.54% | - |
| HSV(B) | 88.93º | 0.58% | 0.76% | - |
| XYZ | 31.2 | 44.22 | 14.68 | - |
| YUV | 164.09 | 81.11 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 81 | 0.28 | 0 | 0.58 | 0.24 | 88.93 | 0.47 | 0.54 |
| Hex | 8B | C1 | 51 | 1C | 0 | 3A | 18 | 59 | 2F | 36 |
| Octal | 213 | 301 | 121 | 34 | 0 | 72 | 30 | 131 | 57 | 66 |
| Binary | 10001011 | 11000001 | 1010001 | 11100 | 0 | 111010 | 11000 | 1011001 | 101111 | 110110 |
Color Harmonies of #8BC151
Complementary color
Monochromatic Colors of #8BC151
Black with #8BC151
Text Example
Text Example
White with #8BC151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC151; }
p { color: rgb(139,193,81); }
H1.HeaderClassName
{
color: #8BC151;
}
.AnyTagClassName
{
color: #8BC151;
}
</style>
background-color css
<style>
a { background-color: #8BC151; }
a { background-color: rgb(139,193,81); }
div.DivClassName
{
background-color: #8BC151;
}
.BgClassName
{
background-color: #8BC151;
}
</style>
border-color css
<style>
span { border-color: #8BC151; }
span { border-color: rgb(139,193,81); }
td.TdClassName
{
border-color: #8BC151;
}
.TagClassName
{
border-color: #8BC151;
}
</style>