Shades of Mantis #8CCC5E
Tints of Mantis #8CCC5E
RGB
CMYK
RGB Variations
Color information
#8CCC5E (or 0x8CCC5E) is known color: Mantis. HEX triplet: 8C, CC and 5E. RGB value is (140,204,94). Sum of RGB (Red+Green+Blue) = 140+204+94=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCC5E is #7333A1. Grayscale: #ACACAC. Windows color (decimal): -7549858 or 6212748. OLE color: 6212748.
HSL color Cylindrical-coordinate representation of color #8CCC5E: hue angle of 94.91º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8CCC5E is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 94 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.2 |
| HSL | 94.91º | 0.52% | 0.58% | - |
| HSV(B) | 94.91º | 0.54% | 0.8% | - |
| XYZ | 34.43 | 49.57 | 18.34 | - |
| YUV | 172.32 | 83.8 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 94 | 0.31 | 0 | 0.54 | 0.2 | 94.91 | 0.52 | 0.58 |
| Hex | 8C | CC | 5E | 1F | 0 | 36 | 14 | 5F | 34 | 3A |
| Octal | 214 | 314 | 136 | 37 | 0 | 66 | 24 | 137 | 64 | 72 |
| Binary | 10001100 | 11001100 | 1011110 | 11111 | 0 | 110110 | 10100 | 1011111 | 110100 | 111010 |
Color Harmonies of #8CCC5E
Complementary color
Monochromatic Colors of #8CCC5E
Black with #8CCC5E
Text Example
Text Example
White with #8CCC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCC5E; }
p { color: rgb(140,204,94); }
H1.HeaderClassName
{
color: #8CCC5E;
}
.AnyTagClassName
{
color: #8CCC5E;
}
</style>
background-color css
<style>
a { background-color: #8CCC5E; }
a { background-color: rgb(140,204,94); }
div.DivClassName
{
background-color: #8CCC5E;
}
.BgClassName
{
background-color: #8CCC5E;
}
</style>
border-color css
<style>
span { border-color: #8CCC5E; }
span { border-color: rgb(140,204,94); }
td.TdClassName
{
border-color: #8CCC5E;
}
.TagClassName
{
border-color: #8CCC5E;
}
</style>