Shades of Mantis #8CDC61
Tints of Mantis #8CDC61
RGB
CMYK
RGB Variations
Color information
#8CDC61 (or 0x8CDC61) is known color: Mantis. HEX triplet: 8C, DC and 61. RGB value is (140,220,97). Sum of RGB (Red+Green+Blue) = 140+220+97=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC61 is #73239E. Grayscale: #B6B6B6. Windows color (decimal): -7545759 or 6413452. OLE color: 6413452.
HSL color Cylindrical-coordinate representation of color #8CDC61: hue angle of 99.02º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CDC61 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 97 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.14 |
| HSL | 99.02º | 0.64% | 0.62% | - |
| HSV(B) | 99.02º | 0.56% | 0.86% | - |
| XYZ | 38.57 | 57.62 | 20.4 | - |
| YUV | 182.06 | 80 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 97 | 0.36 | 0 | 0.56 | 0.14 | 99.02 | 0.64 | 0.62 |
| Hex | 8C | DC | 61 | 24 | 0 | 38 | E | 63 | 40 | 3E |
| Octal | 214 | 334 | 141 | 44 | 0 | 70 | 16 | 143 | 100 | 76 |
| Binary | 10001100 | 11011100 | 1100001 | 100100 | 0 | 111000 | 1110 | 1100011 | 1000000 | 111110 |
Color Harmonies of #8CDC61
Complementary color
Monochromatic Colors of #8CDC61
Black with #8CDC61
Text Example
Text Example
White with #8CDC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDC61; }
p { color: rgb(140,220,97); }
H1.HeaderClassName
{
color: #8CDC61;
}
.AnyTagClassName
{
color: #8CDC61;
}
</style>
background-color css
<style>
a { background-color: #8CDC61; }
a { background-color: rgb(140,220,97); }
div.DivClassName
{
background-color: #8CDC61;
}
.BgClassName
{
background-color: #8CDC61;
}
</style>
border-color css
<style>
span { border-color: #8CDC61; }
span { border-color: rgb(140,220,97); }
td.TdClassName
{
border-color: #8CDC61;
}
.TagClassName
{
border-color: #8CDC61;
}
</style>