Shades of Mantis #8CC653
Tints of Mantis #8CC653
RGB
CMYK
RGB Variations
Color information
#8CC653 (or 0x8CC653) is known color: Mantis. HEX triplet: 8C, C6 and 53. RGB value is (140,198,83). Sum of RGB (Red+Green+Blue) = 140+198+83=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC653 is #7339AC. Grayscale: #A7A7A7. Windows color (decimal): -7551405 or 5490316. OLE color: 5490316.
HSL color Cylindrical-coordinate representation of color #8CC653: hue angle of 90.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CC653 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 198 | 83 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.22 |
| HSL | 90.26º | 0.5% | 0.55% | - |
| HSV(B) | 90.26º | 0.58% | 0.78% | - |
| XYZ | 32.57 | 46.59 | 15.46 | - |
| YUV | 167.55 | 80.28 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 198 | 83 | 0.29 | 0 | 0.58 | 0.22 | 90.26 | 0.5 | 0.55 |
| Hex | 8C | C6 | 53 | 1D | 0 | 3A | 16 | 5A | 32 | 37 |
| Octal | 214 | 306 | 123 | 35 | 0 | 72 | 26 | 132 | 62 | 67 |
| Binary | 10001100 | 11000110 | 1010011 | 11101 | 0 | 111010 | 10110 | 1011010 | 110010 | 110111 |
Color Harmonies of #8CC653
Complementary color
Monochromatic Colors of #8CC653
Black with #8CC653
Text Example
Text Example
White with #8CC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC653; }
p { color: rgb(140,198,83); }
H1.HeaderClassName
{
color: #8CC653;
}
.AnyTagClassName
{
color: #8CC653;
}
</style>
background-color css
<style>
a { background-color: #8CC653; }
a { background-color: rgb(140,198,83); }
div.DivClassName
{
background-color: #8CC653;
}
.BgClassName
{
background-color: #8CC653;
}
</style>
border-color css
<style>
span { border-color: #8CC653; }
span { border-color: rgb(140,198,83); }
td.TdClassName
{
border-color: #8CC653;
}
.TagClassName
{
border-color: #8CC653;
}
</style>