Shades of Mantis #8BC152
Tints of Mantis #8BC152
RGB
CMYK
RGB Variations
Color information
#8BC152 (or 0x8BC152) is known color: Mantis. HEX triplet: 8B, C1 and 52. RGB value is (139,193,82). Sum of RGB (Red+Green+Blue) = 139+193+82=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC152 is #743EAD. Grayscale: #A4A4A4. Windows color (decimal): -7618222 or 5423499. OLE color: 5423499.
HSL color Cylindrical-coordinate representation of color #8BC152: hue angle of 89.19º 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 #8BC152 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 82 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.24 |
| HSL | 89.19º | 0.47% | 0.54% | - |
| HSV(B) | 89.19º | 0.58% | 0.76% | - |
| XYZ | 31.24 | 44.24 | 14.87 | - |
| YUV | 164.2 | 81.61 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 82 | 0.28 | 0 | 0.58 | 0.24 | 89.19 | 0.47 | 0.54 |
| Hex | 8B | C1 | 52 | 1C | 0 | 3A | 18 | 59 | 2F | 36 |
| Octal | 213 | 301 | 122 | 34 | 0 | 72 | 30 | 131 | 57 | 66 |
| Binary | 10001011 | 11000001 | 1010010 | 11100 | 0 | 111010 | 11000 | 1011001 | 101111 | 110110 |
Color Harmonies of #8BC152
Complementary color
Monochromatic Colors of #8BC152
Black with #8BC152
Text Example
Text Example
White with #8BC152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC152; }
p { color: rgb(139,193,82); }
H1.HeaderClassName
{
color: #8BC152;
}
.AnyTagClassName
{
color: #8BC152;
}
</style>
background-color css
<style>
a { background-color: #8BC152; }
a { background-color: rgb(139,193,82); }
div.DivClassName
{
background-color: #8BC152;
}
.BgClassName
{
background-color: #8BC152;
}
</style>
border-color css
<style>
span { border-color: #8BC152; }
span { border-color: rgb(139,193,82); }
td.TdClassName
{
border-color: #8BC152;
}
.TagClassName
{
border-color: #8BC152;
}
</style>