Shades of Mantis #8CCE61
Tints of Mantis #8CCE61
RGB
CMYK
RGB Variations
Color information
#8CCE61 (or 0x8CCE61) is known color: Mantis. HEX triplet: 8C, CE and 61. RGB value is (140,206,97). Sum of RGB (Red+Green+Blue) = 140+206+97=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCE61 is #73319E. Grayscale: #AEAEAE. Windows color (decimal): -7549343 or 6409868. OLE color: 6409868.
HSL color Cylindrical-coordinate representation of color #8CCE61: hue angle of 96.33º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CCE61 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 97 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.19 |
| HSL | 96.33º | 0.53% | 0.59% | - |
| HSV(B) | 96.33º | 0.53% | 0.81% | - |
| XYZ | 35.04 | 50.58 | 19.23 | - |
| YUV | 173.84 | 84.63 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 97 | 0.32 | 0 | 0.53 | 0.19 | 96.33 | 0.53 | 0.59 |
| Hex | 8C | CE | 61 | 20 | 0 | 35 | 13 | 60 | 35 | 3B |
| Octal | 214 | 316 | 141 | 40 | 0 | 65 | 23 | 140 | 65 | 73 |
| Binary | 10001100 | 11001110 | 1100001 | 100000 | 0 | 110101 | 10011 | 1100000 | 110101 | 111011 |
Color Harmonies of #8CCE61
Complementary color
Monochromatic Colors of #8CCE61
Black with #8CCE61
Text Example
Text Example
White with #8CCE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCE61; }
p { color: rgb(140,206,97); }
H1.HeaderClassName
{
color: #8CCE61;
}
.AnyTagClassName
{
color: #8CCE61;
}
</style>
background-color css
<style>
a { background-color: #8CCE61; }
a { background-color: rgb(140,206,97); }
div.DivClassName
{
background-color: #8CCE61;
}
.BgClassName
{
background-color: #8CCE61;
}
</style>
border-color css
<style>
span { border-color: #8CCE61; }
span { border-color: rgb(140,206,97); }
td.TdClassName
{
border-color: #8CCE61;
}
.TagClassName
{
border-color: #8CCE61;
}
</style>