Shades of Mantis #8CCA65
Tints of Mantis #8CCA65
RGB
CMYK
RGB Variations
Color information
#8CCA65 (or 0x8CCA65) is known color: Mantis. HEX triplet: 8C, CA and 65. RGB value is (140,202,101). Sum of RGB (Red+Green+Blue) = 140+202+101=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA65 is #73359A. Grayscale: #ACACAC. Windows color (decimal): -7550363 or 6670988. OLE color: 6670988.
HSL color Cylindrical-coordinate representation of color #8CCA65: hue angle of 96.83º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CCA65 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 101 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.21 |
| HSL | 96.83º | 0.49% | 0.59% | - |
| HSV(B) | 96.83º | 0.5% | 0.79% | - |
| XYZ | 34.28 | 48.76 | 19.92 | - |
| YUV | 171.95 | 87.96 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 101 | 0.31 | 0 | 0.50 | 0.21 | 96.83 | 0.49 | 0.59 |
| Hex | 8C | CA | 65 | 1F | 0 | 32 | 15 | 61 | 31 | 3B |
| Octal | 214 | 312 | 145 | 37 | 0 | 62 | 25 | 141 | 61 | 73 |
| Binary | 10001100 | 11001010 | 1100101 | 11111 | 0 | 110010 | 10101 | 1100001 | 110001 | 111011 |
Color Harmonies of #8CCA65
Complementary color
Monochromatic Colors of #8CCA65
Black with #8CCA65
Text Example
Text Example
White with #8CCA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA65; }
p { color: rgb(140,202,101); }
H1.HeaderClassName
{
color: #8CCA65;
}
.AnyTagClassName
{
color: #8CCA65;
}
</style>
background-color css
<style>
a { background-color: #8CCA65; }
a { background-color: rgb(140,202,101); }
div.DivClassName
{
background-color: #8CCA65;
}
.BgClassName
{
background-color: #8CCA65;
}
</style>
border-color css
<style>
span { border-color: #8CCA65; }
span { border-color: rgb(140,202,101); }
td.TdClassName
{
border-color: #8CCA65;
}
.TagClassName
{
border-color: #8CCA65;
}
</style>