Shades of Mantis #8CDE61
Tints of Mantis #8CDE61
RGB
CMYK
RGB Variations
Color information
#8CDE61 (or 0x8CDE61) is known color: Mantis. HEX triplet: 8C, DE and 61. RGB value is (140,222,97). Sum of RGB (Red+Green+Blue) = 140+222+97=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #8CDE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDE61 is #73219E. Grayscale: #B7B7B7. Windows color (decimal): -7545247 or 6413964. OLE color: 6413964.
HSL color Cylindrical-coordinate representation of color #8CDE61: hue angle of 99.36º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CDE61 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 222 | 97 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.13 |
| HSL | 99.36º | 0.65% | 0.63% | - |
| HSV(B) | 99.36º | 0.56% | 0.87% | - |
| XYZ | 39.09 | 58.68 | 20.58 | - |
| YUV | 183.23 | 79.33 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 222 | 97 | 0.37 | 0 | 0.56 | 0.13 | 99.36 | 0.65 | 0.63 |
| Hex | 8C | DE | 61 | 25 | 0 | 38 | D | 63 | 41 | 3F |
| Octal | 214 | 336 | 141 | 45 | 0 | 70 | 15 | 143 | 101 | 77 |
| Binary | 10001100 | 11011110 | 1100001 | 100101 | 0 | 111000 | 1101 | 1100011 | 1000001 | 111111 |
Color Harmonies of #8CDE61
Complementary color
Monochromatic Colors of #8CDE61
Black with #8CDE61
Text Example
Text Example
White with #8CDE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDE61; }
p { color: rgb(140,222,97); }
H1.HeaderClassName
{
color: #8CDE61;
}
.AnyTagClassName
{
color: #8CDE61;
}
</style>
background-color css
<style>
a { background-color: #8CDE61; }
a { background-color: rgb(140,222,97); }
div.DivClassName
{
background-color: #8CDE61;
}
.BgClassName
{
background-color: #8CDE61;
}
</style>
border-color css
<style>
span { border-color: #8CDE61; }
span { border-color: rgb(140,222,97); }
td.TdClassName
{
border-color: #8CDE61;
}
.TagClassName
{
border-color: #8CDE61;
}
</style>