Shades of Mantis #8CCB60
Tints of Mantis #8CCB60
RGB
CMYK
RGB Variations
Color information
#8CCB60 (or 0x8CCB60) is known color: Mantis. HEX triplet: 8C, CB and 60. RGB value is (140,203,96). Sum of RGB (Red+Green+Blue) = 140+203+96=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCB60 is #73349F. Grayscale: #ACACAC. Windows color (decimal): -7550112 or 6343564. OLE color: 6343564.
HSL color Cylindrical-coordinate representation of color #8CCB60: hue angle of 95.33º 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 #8CCB60 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 96 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.20 |
| HSL | 95.33º | 0.51% | 0.59% | - |
| HSV(B) | 95.33º | 0.53% | 0.8% | - |
| XYZ | 34.28 | 49.13 | 18.74 | - |
| YUV | 171.97 | 85.13 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 96 | 0.31 | 0 | 0.53 | 0.20 | 95.33 | 0.51 | 0.59 |
| Hex | 8C | CB | 60 | 1F | 0 | 35 | 14 | 5F | 33 | 3B |
| Octal | 214 | 313 | 140 | 37 | 0 | 65 | 24 | 137 | 63 | 73 |
| Binary | 10001100 | 11001011 | 1100000 | 11111 | 0 | 110101 | 10100 | 1011111 | 110011 | 111011 |
Color Harmonies of #8CCB60
Complementary color
Monochromatic Colors of #8CCB60
Black with #8CCB60
Text Example
Text Example
White with #8CCB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCB60; }
p { color: rgb(140,203,96); }
H1.HeaderClassName
{
color: #8CCB60;
}
.AnyTagClassName
{
color: #8CCB60;
}
</style>
background-color css
<style>
a { background-color: #8CCB60; }
a { background-color: rgb(140,203,96); }
div.DivClassName
{
background-color: #8CCB60;
}
.BgClassName
{
background-color: #8CCB60;
}
</style>
border-color css
<style>
span { border-color: #8CCB60; }
span { border-color: rgb(140,203,96); }
td.TdClassName
{
border-color: #8CCB60;
}
.TagClassName
{
border-color: #8CCB60;
}
</style>