Shades of Mantis #8CC552
Tints of Mantis #8CC552
RGB
CMYK
RGB Variations
Color information
#8CC552 (or 0x8CC552) is known color: Mantis. HEX triplet: 8C, C5 and 52. RGB value is (140,197,82). Sum of RGB (Red+Green+Blue) = 140+197+82=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC552 is #733AAD. Grayscale: #A7A7A7. Windows color (decimal): -7551662 or 5424524. OLE color: 5424524.
HSL color Cylindrical-coordinate representation of color #8CC552: hue angle of 89.74º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CC552 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 82 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.23 |
| HSL | 89.74º | 0.5% | 0.55% | - |
| HSV(B) | 89.74º | 0.58% | 0.77% | - |
| XYZ | 32.3 | 46.12 | 15.18 | - |
| YUV | 166.85 | 80.12 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 82 | 0.29 | 0 | 0.58 | 0.23 | 89.74 | 0.5 | 0.55 |
| Hex | 8C | C5 | 52 | 1D | 0 | 3A | 17 | 5A | 32 | 37 |
| Octal | 214 | 305 | 122 | 35 | 0 | 72 | 27 | 132 | 62 | 67 |
| Binary | 10001100 | 11000101 | 1010010 | 11101 | 0 | 111010 | 10111 | 1011010 | 110010 | 110111 |
Color Harmonies of #8CC552
Complementary color
Monochromatic Colors of #8CC552
Black with #8CC552
Text Example
Text Example
White with #8CC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC552; }
p { color: rgb(140,197,82); }
H1.HeaderClassName
{
color: #8CC552;
}
.AnyTagClassName
{
color: #8CC552;
}
</style>
background-color css
<style>
a { background-color: #8CC552; }
a { background-color: rgb(140,197,82); }
div.DivClassName
{
background-color: #8CC552;
}
.BgClassName
{
background-color: #8CC552;
}
</style>
border-color css
<style>
span { border-color: #8CC552; }
span { border-color: rgb(140,197,82); }
td.TdClassName
{
border-color: #8CC552;
}
.TagClassName
{
border-color: #8CC552;
}
</style>