Shades of Mantis #8BE160
Tints of Mantis #8BE160
RGB
CMYK
RGB Variations
Color information
#8BE160 (or 0x8BE160) is known color: Mantis. HEX triplet: 8B, E1 and 60. RGB value is (139,225,96). Sum of RGB (Red+Green+Blue) = 139+225+96=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #8BE160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BE160 is #741E9F. Grayscale: #B9B9B9. Windows color (decimal): -7610016 or 6349195. OLE color: 6349195.
HSL color Cylindrical-coordinate representation of color #8BE160: hue angle of 100º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8BE160 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 225 | 96 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.12 |
| HSL | 100º | 0.68% | 0.63% | - |
| HSV(B) | 100º | 0.57% | 0.88% | - |
| XYZ | 39.68 | 60.18 | 20.59 | - |
| YUV | 184.58 | 78.01 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 225 | 96 | 0.38 | 0 | 0.57 | 0.12 | 100 | 0.68 | 0.63 |
| Hex | 8B | E1 | 60 | 26 | 0 | 39 | C | 64 | 44 | 3F |
| Octal | 213 | 341 | 140 | 46 | 0 | 71 | 14 | 144 | 104 | 77 |
| Binary | 10001011 | 11100001 | 1100000 | 100110 | 0 | 111001 | 1100 | 1100100 | 1000100 | 111111 |
Color Harmonies of #8BE160
Complementary color
Monochromatic Colors of #8BE160
Black with #8BE160
Text Example
Text Example
White with #8BE160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE160; }
p { color: rgb(139,225,96); }
H1.HeaderClassName
{
color: #8BE160;
}
.AnyTagClassName
{
color: #8BE160;
}
</style>
background-color css
<style>
a { background-color: #8BE160; }
a { background-color: rgb(139,225,96); }
div.DivClassName
{
background-color: #8BE160;
}
.BgClassName
{
background-color: #8BE160;
}
</style>
border-color css
<style>
span { border-color: #8BE160; }
span { border-color: rgb(139,225,96); }
td.TdClassName
{
border-color: #8BE160;
}
.TagClassName
{
border-color: #8BE160;
}
</style>