Shades of Mantis #8CBC65
Tints of Mantis #8CBC65
RGB
CMYK
RGB Variations
Color information
#8CBC65 (or 0x8CBC65) is known color: Mantis. HEX triplet: 8C, BC and 65. RGB value is (140,188,101). Sum of RGB (Red+Green+Blue) = 140+188+101=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC65 is #73439A. Grayscale: #A4A4A4. Windows color (decimal): -7553947 or 6667404. OLE color: 6667404.
HSL color Cylindrical-coordinate representation of color #8CBC65: hue angle of 93.1º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CBC65 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 101 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.26 |
| HSL | 93.1º | 0.39% | 0.57% | - |
| HSV(B) | 93.1º | 0.46% | 0.74% | - |
| XYZ | 31.15 | 42.48 | 18.87 | - |
| YUV | 163.73 | 92.6 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 101 | 0.26 | 0 | 0.46 | 0.26 | 93.1 | 0.39 | 0.57 |
| Hex | 8C | BC | 65 | 1A | 0 | 2E | 1A | 5D | 27 | 39 |
| Octal | 214 | 274 | 145 | 32 | 0 | 56 | 32 | 135 | 47 | 71 |
| Binary | 10001100 | 10111100 | 1100101 | 11010 | 0 | 101110 | 11010 | 1011101 | 100111 | 111001 |
Color Harmonies of #8CBC65
Complementary color
Monochromatic Colors of #8CBC65
Black with #8CBC65
Text Example
Text Example
White with #8CBC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC65; }
p { color: rgb(140,188,101); }
H1.HeaderClassName
{
color: #8CBC65;
}
.AnyTagClassName
{
color: #8CBC65;
}
</style>
background-color css
<style>
a { background-color: #8CBC65; }
a { background-color: rgb(140,188,101); }
div.DivClassName
{
background-color: #8CBC65;
}
.BgClassName
{
background-color: #8CBC65;
}
</style>
border-color css
<style>
span { border-color: #8CBC65; }
span { border-color: rgb(140,188,101); }
td.TdClassName
{
border-color: #8CBC65;
}
.TagClassName
{
border-color: #8CBC65;
}
</style>