Shades of Mantis #8CBC60
Tints of Mantis #8CBC60
RGB
CMYK
RGB Variations
Color information
#8CBC60 (or 0x8CBC60) is known color: Mantis. HEX triplet: 8C, BC and 60. RGB value is (140,188,96). Sum of RGB (Red+Green+Blue) = 140+188+96=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC60 is #73439F. Grayscale: #A3A3A3. Windows color (decimal): -7553952 or 6339724. OLE color: 6339724.
HSL color Cylindrical-coordinate representation of color #8CBC60: hue angle of 91.3º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CBC60 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 96 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.26 |
| HSL | 91.3º | 0.41% | 0.56% | - |
| HSV(B) | 91.3º | 0.49% | 0.74% | - |
| XYZ | 30.91 | 42.39 | 17.62 | - |
| YUV | 163.16 | 90.1 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 96 | 0.26 | 0 | 0.49 | 0.26 | 91.3 | 0.41 | 0.56 |
| Hex | 8C | BC | 60 | 1A | 0 | 31 | 1A | 5B | 29 | 38 |
| Octal | 214 | 274 | 140 | 32 | 0 | 61 | 32 | 133 | 51 | 70 |
| Binary | 10001100 | 10111100 | 1100000 | 11010 | 0 | 110001 | 11010 | 1011011 | 101001 | 111000 |
Color Harmonies of #8CBC60
Complementary color
Monochromatic Colors of #8CBC60
Black with #8CBC60
Text Example
Text Example
White with #8CBC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC60; }
p { color: rgb(140,188,96); }
H1.HeaderClassName
{
color: #8CBC60;
}
.AnyTagClassName
{
color: #8CBC60;
}
</style>
background-color css
<style>
a { background-color: #8CBC60; }
a { background-color: rgb(140,188,96); }
div.DivClassName
{
background-color: #8CBC60;
}
.BgClassName
{
background-color: #8CBC60;
}
</style>
border-color css
<style>
span { border-color: #8CBC60; }
span { border-color: rgb(140,188,96); }
td.TdClassName
{
border-color: #8CBC60;
}
.TagClassName
{
border-color: #8CBC60;
}
</style>