Shades of Mantis #8BCB60
Tints of Mantis #8BCB60
RGB
CMYK
RGB Variations
Color information
#8BCB60 (or 0x8BCB60) is known color: Mantis. HEX triplet: 8B, CB and 60. RGB value is (139,203,96). Sum of RGB (Red+Green+Blue) = 139+203+96=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCB60 is #74349F. Grayscale: #ACACAC. Windows color (decimal): -7615648 or 6343563. OLE color: 6343563.
HSL color Cylindrical-coordinate representation of color #8BCB60: hue angle of 95.89º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8BCB60 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 203 | 96 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.20 |
| HSL | 95.89º | 0.51% | 0.59% | - |
| HSV(B) | 95.89º | 0.53% | 0.8% | - |
| XYZ | 34.11 | 49.05 | 18.74 | - |
| YUV | 171.67 | 85.3 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 96 | 0.32 | 0 | 0.53 | 0.20 | 95.89 | 0.51 | 0.59 |
| Hex | 8B | CB | 60 | 20 | 0 | 35 | 14 | 60 | 33 | 3B |
| Octal | 213 | 313 | 140 | 40 | 0 | 65 | 24 | 140 | 63 | 73 |
| Binary | 10001011 | 11001011 | 1100000 | 100000 | 0 | 110101 | 10100 | 1100000 | 110011 | 111011 |
Color Harmonies of #8BCB60
Complementary color
Monochromatic Colors of #8BCB60
Black with #8BCB60
Text Example
Text Example
White with #8BCB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCB60; }
p { color: rgb(139,203,96); }
H1.HeaderClassName
{
color: #8BCB60;
}
.AnyTagClassName
{
color: #8BCB60;
}
</style>
background-color css
<style>
a { background-color: #8BCB60; }
a { background-color: rgb(139,203,96); }
div.DivClassName
{
background-color: #8BCB60;
}
.BgClassName
{
background-color: #8BCB60;
}
</style>
border-color css
<style>
span { border-color: #8BCB60; }
span { border-color: rgb(139,203,96); }
td.TdClassName
{
border-color: #8BCB60;
}
.TagClassName
{
border-color: #8BCB60;
}
</style>