Shades of Mantis #8CC952
Tints of Mantis #8CC952
RGB
CMYK
RGB Variations
Color information
#8CC952 (or 0x8CC952) is known color: Mantis. HEX triplet: 8C, C9 and 52. RGB value is (140,201,82). Sum of RGB (Red+Green+Blue) = 140+201+82=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC952 is #7336AD. Grayscale: #A9A9A9. Windows color (decimal): -7550638 or 5425548. OLE color: 5425548.
HSL color Cylindrical-coordinate representation of color #8CC952: hue angle of 90.76º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8CC952 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 82 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.21 |
| HSL | 90.76º | 0.52% | 0.55% | - |
| HSV(B) | 90.76º | 0.59% | 0.79% | - |
| XYZ | 33.22 | 47.96 | 15.49 | - |
| YUV | 169.2 | 78.79 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 82 | 0.30 | 0 | 0.59 | 0.21 | 90.76 | 0.52 | 0.55 |
| Hex | 8C | C9 | 52 | 1E | 0 | 3B | 15 | 5B | 34 | 37 |
| Octal | 214 | 311 | 122 | 36 | 0 | 73 | 25 | 133 | 64 | 67 |
| Binary | 10001100 | 11001001 | 1010010 | 11110 | 0 | 111011 | 10101 | 1011011 | 110100 | 110111 |
Color Harmonies of #8CC952
Complementary color
Monochromatic Colors of #8CC952
Black with #8CC952
Text Example
Text Example
White with #8CC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC952; }
p { color: rgb(140,201,82); }
H1.HeaderClassName
{
color: #8CC952;
}
.AnyTagClassName
{
color: #8CC952;
}
</style>
background-color css
<style>
a { background-color: #8CC952; }
a { background-color: rgb(140,201,82); }
div.DivClassName
{
background-color: #8CC952;
}
.BgClassName
{
background-color: #8CC952;
}
</style>
border-color css
<style>
span { border-color: #8CC952; }
span { border-color: rgb(140,201,82); }
td.TdClassName
{
border-color: #8CC952;
}
.TagClassName
{
border-color: #8CC952;
}
</style>