Shades of Mantis #8CCC63
Tints of Mantis #8CCC63
RGB
CMYK
RGB Variations
Color information
#8CCC63 (or 0x8CCC63) is known color: Mantis. HEX triplet: 8C, CC and 63. RGB value is (140,204,99). Sum of RGB (Red+Green+Blue) = 140+204+99=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCC63 is #73339C. Grayscale: #ADADAD. Windows color (decimal): -7549853 or 6540428. OLE color: 6540428.
HSL color Cylindrical-coordinate representation of color #8CCC63: hue angle of 96.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CCC63 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 99 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.2 |
| HSL | 96.57º | 0.51% | 0.59% | - |
| HSV(B) | 96.57º | 0.51% | 0.8% | - |
| XYZ | 34.66 | 49.66 | 19.56 | - |
| YUV | 172.89 | 86.3 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 99 | 0.31 | 0 | 0.51 | 0.2 | 96.57 | 0.51 | 0.59 |
| Hex | 8C | CC | 63 | 1F | 0 | 33 | 14 | 61 | 33 | 3B |
| Octal | 214 | 314 | 143 | 37 | 0 | 63 | 24 | 141 | 63 | 73 |
| Binary | 10001100 | 11001100 | 1100011 | 11111 | 0 | 110011 | 10100 | 1100001 | 110011 | 111011 |
Color Harmonies of #8CCC63
Complementary color
Monochromatic Colors of #8CCC63
Black with #8CCC63
Text Example
Text Example
White with #8CCC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCC63; }
p { color: rgb(140,204,99); }
H1.HeaderClassName
{
color: #8CCC63;
}
.AnyTagClassName
{
color: #8CCC63;
}
</style>
background-color css
<style>
a { background-color: #8CCC63; }
a { background-color: rgb(140,204,99); }
div.DivClassName
{
background-color: #8CCC63;
}
.BgClassName
{
background-color: #8CCC63;
}
</style>
border-color css
<style>
span { border-color: #8CCC63; }
span { border-color: rgb(140,204,99); }
td.TdClassName
{
border-color: #8CCC63;
}
.TagClassName
{
border-color: #8CCC63;
}
</style>