Shades of Mantis #8CC753
Tints of Mantis #8CC753
RGB
CMYK
RGB Variations
Color information
#8CC753 (or 0x8CC753) is known color: Mantis. HEX triplet: 8C, C7 and 53. RGB value is (140,199,83). Sum of RGB (Red+Green+Blue) = 140+199+83=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC753 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC753 is #7338AC. Grayscale: #A8A8A8. Windows color (decimal): -7551149 or 5490572. OLE color: 5490572.
HSL color Cylindrical-coordinate representation of color #8CC753: hue angle of 90.52º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CC753 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 199 | 83 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.22 |
| HSL | 90.52º | 0.51% | 0.55% | - |
| HSV(B) | 90.52º | 0.58% | 0.78% | - |
| XYZ | 32.8 | 47.05 | 15.54 | - |
| YUV | 168.14 | 79.95 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 199 | 83 | 0.30 | 0 | 0.58 | 0.22 | 90.52 | 0.51 | 0.55 |
| Hex | 8C | C7 | 53 | 1E | 0 | 3A | 16 | 5B | 33 | 37 |
| Octal | 214 | 307 | 123 | 36 | 0 | 72 | 26 | 133 | 63 | 67 |
| Binary | 10001100 | 11000111 | 1010011 | 11110 | 0 | 111010 | 10110 | 1011011 | 110011 | 110111 |
Color Harmonies of #8CC753
Complementary color
Monochromatic Colors of #8CC753
Black with #8CC753
Text Example
Text Example
White with #8CC753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC753; }
p { color: rgb(140,199,83); }
H1.HeaderClassName
{
color: #8CC753;
}
.AnyTagClassName
{
color: #8CC753;
}
</style>
background-color css
<style>
a { background-color: #8CC753; }
a { background-color: rgb(140,199,83); }
div.DivClassName
{
background-color: #8CC753;
}
.BgClassName
{
background-color: #8CC753;
}
</style>
border-color css
<style>
span { border-color: #8CC753; }
span { border-color: rgb(140,199,83); }
td.TdClassName
{
border-color: #8CC753;
}
.TagClassName
{
border-color: #8CC753;
}
</style>