Shades of Mantis #8CD456
Tints of Mantis #8CD456
RGB
CMYK
RGB Variations
Color information
#8CD456 (or 0x8CD456) is known color: Mantis. HEX triplet: 8C, D4 and 56. RGB value is (140,212,86). Sum of RGB (Red+Green+Blue) = 140+212+86=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #8CD456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD456 is #732BA9. Grayscale: #B0B0B0. Windows color (decimal): -7547818 or 5690508. OLE color: 5690508.
HSL color Cylindrical-coordinate representation of color #8CD456: hue angle of 94.29º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8CD456 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 212 | 86 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.17 |
| HSL | 94.29º | 0.59% | 0.58% | - |
| HSV(B) | 94.29º | 0.59% | 0.83% | - |
| XYZ | 36.04 | 53.33 | 17.2 | - |
| YUV | 176.11 | 77.15 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 212 | 86 | 0.34 | 0 | 0.59 | 0.17 | 94.29 | 0.59 | 0.58 |
| Hex | 8C | D4 | 56 | 22 | 0 | 3B | 11 | 5E | 3B | 3A |
| Octal | 214 | 324 | 126 | 42 | 0 | 73 | 21 | 136 | 73 | 72 |
| Binary | 10001100 | 11010100 | 1010110 | 100010 | 0 | 111011 | 10001 | 1011110 | 111011 | 111010 |
Color Harmonies of #8CD456
Complementary color
Monochromatic Colors of #8CD456
Black with #8CD456
Text Example
Text Example
White with #8CD456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD456; }
p { color: rgb(140,212,86); }
H1.HeaderClassName
{
color: #8CD456;
}
.AnyTagClassName
{
color: #8CD456;
}
</style>
background-color css
<style>
a { background-color: #8CD456; }
a { background-color: rgb(140,212,86); }
div.DivClassName
{
background-color: #8CD456;
}
.BgClassName
{
background-color: #8CD456;
}
</style>
border-color css
<style>
span { border-color: #8CD456; }
span { border-color: rgb(140,212,86); }
td.TdClassName
{
border-color: #8CD456;
}
.TagClassName
{
border-color: #8CD456;
}
</style>