Shades of Mantis #8CC551
Tints of Mantis #8CC551
RGB
CMYK
RGB Variations
Color information
#8CC551 (or 0x8CC551) is known color: Mantis. HEX triplet: 8C, C5 and 51. RGB value is (140,197,81). Sum of RGB (Red+Green+Blue) = 140+197+81=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC551 is #733AAE. Grayscale: #A7A7A7. Windows color (decimal): -7551663 or 5358988. OLE color: 5358988.
HSL color Cylindrical-coordinate representation of color #8CC551: hue angle of 89.48º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8CC551 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 81 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.23 |
| HSL | 89.48º | 0.5% | 0.55% | - |
| HSV(B) | 89.48º | 0.59% | 0.77% | - |
| XYZ | 32.27 | 46.1 | 14.98 | - |
| YUV | 166.73 | 79.62 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 81 | 0.29 | 0 | 0.59 | 0.23 | 89.48 | 0.5 | 0.55 |
| Hex | 8C | C5 | 51 | 1D | 0 | 3B | 17 | 59 | 32 | 37 |
| Octal | 214 | 305 | 121 | 35 | 0 | 73 | 27 | 131 | 62 | 67 |
| Binary | 10001100 | 11000101 | 1010001 | 11101 | 0 | 111011 | 10111 | 1011001 | 110010 | 110111 |
Color Harmonies of #8CC551
Complementary color
Monochromatic Colors of #8CC551
Black with #8CC551
Text Example
Text Example
White with #8CC551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC551; }
p { color: rgb(140,197,81); }
H1.HeaderClassName
{
color: #8CC551;
}
.AnyTagClassName
{
color: #8CC551;
}
</style>
background-color css
<style>
a { background-color: #8CC551; }
a { background-color: rgb(140,197,81); }
div.DivClassName
{
background-color: #8CC551;
}
.BgClassName
{
background-color: #8CC551;
}
</style>
border-color css
<style>
span { border-color: #8CC551; }
span { border-color: rgb(140,197,81); }
td.TdClassName
{
border-color: #8CC551;
}
.TagClassName
{
border-color: #8CC551;
}
</style>