Shades of Mantis #8CC852
Tints of Mantis #8CC852
RGB
CMYK
RGB Variations
Color information
#8CC852 (or 0x8CC852) is known color: Mantis. HEX triplet: 8C, C8 and 52. RGB value is (140,200,82). Sum of RGB (Red+Green+Blue) = 140+200+82=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC852 is #7337AD. Grayscale: #A9A9A9. Windows color (decimal): -7550894 or 5425292. OLE color: 5425292.
HSL color Cylindrical-coordinate representation of color #8CC852: hue angle of 90.51º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8CC852 is Cyan = 0.3, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 200 | 82 | - |
| CMYK | 0.3 | 0 | 0.59 | 0.22 |
| HSL | 90.51º | 0.52% | 0.55% | - |
| HSV(B) | 90.51º | 0.59% | 0.78% | - |
| XYZ | 32.99 | 47.49 | 15.41 | - |
| YUV | 168.61 | 79.12 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 200 | 82 | 0.3 | 0 | 0.59 | 0.22 | 90.51 | 0.52 | 0.55 |
| Hex | 8C | C8 | 52 | 1E | 0 | 3B | 16 | 5B | 34 | 37 |
| Octal | 214 | 310 | 122 | 36 | 0 | 73 | 26 | 133 | 64 | 67 |
| Binary | 10001100 | 11001000 | 1010010 | 11110 | 0 | 111011 | 10110 | 1011011 | 110100 | 110111 |
Color Harmonies of #8CC852
Complementary color
Monochromatic Colors of #8CC852
Black with #8CC852
Text Example
Text Example
White with #8CC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC852; }
p { color: rgb(140,200,82); }
H1.HeaderClassName
{
color: #8CC852;
}
.AnyTagClassName
{
color: #8CC852;
}
</style>
background-color css
<style>
a { background-color: #8CC852; }
a { background-color: rgb(140,200,82); }
div.DivClassName
{
background-color: #8CC852;
}
.BgClassName
{
background-color: #8CC852;
}
</style>
border-color css
<style>
span { border-color: #8CC852; }
span { border-color: rgb(140,200,82); }
td.TdClassName
{
border-color: #8CC852;
}
.TagClassName
{
border-color: #8CC852;
}
</style>