Shades of Mantis #8CCA61
Tints of Mantis #8CCA61
RGB
CMYK
RGB Variations
Color information
#8CCA61 (or 0x8CCA61) is known color: Mantis. HEX triplet: 8C, CA and 61. RGB value is (140,202,97). Sum of RGB (Red+Green+Blue) = 140+202+97=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA61 is #73359E. Grayscale: #ABABAB. Windows color (decimal): -7550367 or 6408844. OLE color: 6408844.
HSL color Cylindrical-coordinate representation of color #8CCA61: hue angle of 95.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CCA61 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 97 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.21 |
| HSL | 95.43º | 0.5% | 0.59% | - |
| HSV(B) | 95.43º | 0.52% | 0.79% | - |
| XYZ | 34.09 | 48.68 | 18.91 | - |
| YUV | 171.49 | 85.96 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 97 | 0.31 | 0 | 0.52 | 0.21 | 95.43 | 0.5 | 0.59 |
| Hex | 8C | CA | 61 | 1F | 0 | 34 | 15 | 5F | 32 | 3B |
| Octal | 214 | 312 | 141 | 37 | 0 | 64 | 25 | 137 | 62 | 73 |
| Binary | 10001100 | 11001010 | 1100001 | 11111 | 0 | 110100 | 10101 | 1011111 | 110010 | 111011 |
Color Harmonies of #8CCA61
Complementary color
Monochromatic Colors of #8CCA61
Black with #8CCA61
Text Example
Text Example
White with #8CCA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA61; }
p { color: rgb(140,202,97); }
H1.HeaderClassName
{
color: #8CCA61;
}
.AnyTagClassName
{
color: #8CCA61;
}
</style>
background-color css
<style>
a { background-color: #8CCA61; }
a { background-color: rgb(140,202,97); }
div.DivClassName
{
background-color: #8CCA61;
}
.BgClassName
{
background-color: #8CCA61;
}
</style>
border-color css
<style>
span { border-color: #8CCA61; }
span { border-color: rgb(140,202,97); }
td.TdClassName
{
border-color: #8CCA61;
}
.TagClassName
{
border-color: #8CCA61;
}
</style>