Shades of Mantis #8CC853
Tints of Mantis #8CC853
RGB
CMYK
RGB Variations
Color information
#8CC853 (or 0x8CC853) is known color: Mantis. HEX triplet: 8C, C8 and 53. RGB value is (140,200,83). Sum of RGB (Red+Green+Blue) = 140+200+83=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC853 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC853 is #7337AC. Grayscale: #A9A9A9. Windows color (decimal): -7550893 or 5490828. OLE color: 5490828.
HSL color Cylindrical-coordinate representation of color #8CC853: hue angle of 90.77º 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 #8CC853 is Cyan = 0.3, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 200 | 83 | - |
| CMYK | 0.3 | 0 | 0.58 | 0.22 |
| HSL | 90.77º | 0.52% | 0.55% | - |
| HSV(B) | 90.77º | 0.59% | 0.78% | - |
| XYZ | 33.03 | 47.51 | 15.61 | - |
| YUV | 168.72 | 79.62 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 200 | 83 | 0.3 | 0 | 0.58 | 0.22 | 90.77 | 0.52 | 0.55 |
| Hex | 8C | C8 | 53 | 1E | 0 | 3A | 16 | 5B | 34 | 37 |
| Octal | 214 | 310 | 123 | 36 | 0 | 72 | 26 | 133 | 64 | 67 |
| Binary | 10001100 | 11001000 | 1010011 | 11110 | 0 | 111010 | 10110 | 1011011 | 110100 | 110111 |
Color Harmonies of #8CC853
Complementary color
Monochromatic Colors of #8CC853
Black with #8CC853
Text Example
Text Example
White with #8CC853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC853; }
p { color: rgb(140,200,83); }
H1.HeaderClassName
{
color: #8CC853;
}
.AnyTagClassName
{
color: #8CC853;
}
</style>
background-color css
<style>
a { background-color: #8CC853; }
a { background-color: rgb(140,200,83); }
div.DivClassName
{
background-color: #8CC853;
}
.BgClassName
{
background-color: #8CC853;
}
</style>
border-color css
<style>
span { border-color: #8CC853; }
span { border-color: rgb(140,200,83); }
td.TdClassName
{
border-color: #8CC853;
}
.TagClassName
{
border-color: #8CC853;
}
</style>