Shades of Mantis #8CC963
Tints of Mantis #8CC963
RGB
CMYK
RGB Variations
Color information
#8CC963 (or 0x8CC963) is known color: Mantis. HEX triplet: 8C, C9 and 63. RGB value is (140,201,99). Sum of RGB (Red+Green+Blue) = 140+201+99=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC963 is #73369C. Grayscale: #ABABAB. Windows color (decimal): -7550621 or 6539660. OLE color: 6539660.
HSL color Cylindrical-coordinate representation of color #8CC963: hue angle of 95.88º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CC963 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 99 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.21 |
| HSL | 95.88º | 0.49% | 0.59% | - |
| HSV(B) | 95.88º | 0.51% | 0.79% | - |
| XYZ | 33.95 | 48.25 | 19.33 | - |
| YUV | 171.13 | 87.29 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 99 | 0.30 | 0 | 0.51 | 0.21 | 95.88 | 0.49 | 0.59 |
| Hex | 8C | C9 | 63 | 1E | 0 | 33 | 15 | 60 | 31 | 3B |
| Octal | 214 | 311 | 143 | 36 | 0 | 63 | 25 | 140 | 61 | 73 |
| Binary | 10001100 | 11001001 | 1100011 | 11110 | 0 | 110011 | 10101 | 1100000 | 110001 | 111011 |
Color Harmonies of #8CC963
Complementary color
Monochromatic Colors of #8CC963
Black with #8CC963
Text Example
Text Example
White with #8CC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC963; }
p { color: rgb(140,201,99); }
H1.HeaderClassName
{
color: #8CC963;
}
.AnyTagClassName
{
color: #8CC963;
}
</style>
background-color css
<style>
a { background-color: #8CC963; }
a { background-color: rgb(140,201,99); }
div.DivClassName
{
background-color: #8CC963;
}
.BgClassName
{
background-color: #8CC963;
}
</style>
border-color css
<style>
span { border-color: #8CC963; }
span { border-color: rgb(140,201,99); }
td.TdClassName
{
border-color: #8CC963;
}
.TagClassName
{
border-color: #8CC963;
}
</style>