Shades of Mantis #8CDC56
Tints of Mantis #8CDC56
RGB
CMYK
RGB Variations
Color information
#8CDC56 (or 0x8CDC56) is known color: Mantis. HEX triplet: 8C, DC and 56. RGB value is (140,220,86). Sum of RGB (Red+Green+Blue) = 140+220+86=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC56 is #7323A9. Grayscale: #B5B5B5. Windows color (decimal): -7545770 or 5692556. OLE color: 5692556.
HSL color Cylindrical-coordinate representation of color #8CDC56: hue angle of 95.82º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CDC56 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 86 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.14 |
| HSL | 95.82º | 0.66% | 0.6% | - |
| HSV(B) | 95.82º | 0.61% | 0.86% | - |
| XYZ | 38.09 | 57.43 | 17.88 | - |
| YUV | 180.8 | 74.5 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 86 | 0.36 | 0 | 0.61 | 0.14 | 95.82 | 0.66 | 0.6 |
| Hex | 8C | DC | 56 | 24 | 0 | 3D | E | 60 | 42 | 3C |
| Octal | 214 | 334 | 126 | 44 | 0 | 75 | 16 | 140 | 102 | 74 |
| Binary | 10001100 | 11011100 | 1010110 | 100100 | 0 | 111101 | 1110 | 1100000 | 1000010 | 111100 |
Color Harmonies of #8CDC56
Complementary color
Monochromatic Colors of #8CDC56
Black with #8CDC56
Text Example
Text Example
White with #8CDC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDC56; }
p { color: rgb(140,220,86); }
H1.HeaderClassName
{
color: #8CDC56;
}
.AnyTagClassName
{
color: #8CDC56;
}
</style>
background-color css
<style>
a { background-color: #8CDC56; }
a { background-color: rgb(140,220,86); }
div.DivClassName
{
background-color: #8CDC56;
}
.BgClassName
{
background-color: #8CDC56;
}
</style>
border-color css
<style>
span { border-color: #8CDC56; }
span { border-color: rgb(140,220,86); }
td.TdClassName
{
border-color: #8CDC56;
}
.TagClassName
{
border-color: #8CDC56;
}
</style>