Shades of Mantis #8CC065
Tints of Mantis #8CC065
RGB
CMYK
RGB Variations
Color information
#8CC065 (or 0x8CC065) is known color: Mantis. HEX triplet: 8C, C0 and 65. RGB value is (140,192,101). Sum of RGB (Red+Green+Blue) = 140+192+101=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC065 is #733F9A. Grayscale: #A6A6A6. Windows color (decimal): -7552923 or 6668428. OLE color: 6668428.
HSL color Cylindrical-coordinate representation of color #8CC065: hue angle of 94.29º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CC065 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 101 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.25 |
| HSL | 94.29º | 0.42% | 0.57% | - |
| HSV(B) | 94.29º | 0.47% | 0.75% | - |
| XYZ | 32.01 | 44.21 | 19.16 | - |
| YUV | 166.08 | 91.27 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 101 | 0.27 | 0 | 0.47 | 0.25 | 94.29 | 0.42 | 0.57 |
| Hex | 8C | C0 | 65 | 1B | 0 | 2F | 19 | 5E | 2A | 39 |
| Octal | 214 | 300 | 145 | 33 | 0 | 57 | 31 | 136 | 52 | 71 |
| Binary | 10001100 | 11000000 | 1100101 | 11011 | 0 | 101111 | 11001 | 1011110 | 101010 | 111001 |
Color Harmonies of #8CC065
Complementary color
Monochromatic Colors of #8CC065
Black with #8CC065
Text Example
Text Example
White with #8CC065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC065; }
p { color: rgb(140,192,101); }
H1.HeaderClassName
{
color: #8CC065;
}
.AnyTagClassName
{
color: #8CC065;
}
</style>
background-color css
<style>
a { background-color: #8CC065; }
a { background-color: rgb(140,192,101); }
div.DivClassName
{
background-color: #8CC065;
}
.BgClassName
{
background-color: #8CC065;
}
</style>
border-color css
<style>
span { border-color: #8CC065; }
span { border-color: rgb(140,192,101); }
td.TdClassName
{
border-color: #8CC065;
}
.TagClassName
{
border-color: #8CC065;
}
</style>