Shades of Mantis #8CCA4E
Tints of Mantis #8CCA4E
RGB
CMYK
RGB Variations
Color information
#8CCA4E (or 0x8CCA4E) is known color: Mantis. HEX triplet: 8C, CA and 4E. RGB value is (140,202,78). Sum of RGB (Red+Green+Blue) = 140+202+78=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA4E is #7335B1. Grayscale: #A9A9A9. Windows color (decimal): -7550386 or 5163660. OLE color: 5163660.
HSL color Cylindrical-coordinate representation of color #8CCA4E: hue angle of 90º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CCA4E is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 78 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.21 |
| HSL | 90º | 0.54% | 0.55% | - |
| HSV(B) | 90º | 0.61% | 0.79% | - |
| XYZ | 33.31 | 48.37 | 14.79 | - |
| YUV | 169.33 | 76.46 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 78 | 0.31 | 0 | 0.61 | 0.21 | 90 | 0.54 | 0.55 |
| Hex | 8C | CA | 4E | 1F | 0 | 3D | 15 | 5A | 36 | 37 |
| Octal | 214 | 312 | 116 | 37 | 0 | 75 | 25 | 132 | 66 | 67 |
| Binary | 10001100 | 11001010 | 1001110 | 11111 | 0 | 111101 | 10101 | 1011010 | 110110 | 110111 |
Color Harmonies of #8CCA4E
Complementary color
Monochromatic Colors of #8CCA4E
Black with #8CCA4E
Text Example
Text Example
White with #8CCA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA4E; }
p { color: rgb(140,202,78); }
H1.HeaderClassName
{
color: #8CCA4E;
}
.AnyTagClassName
{
color: #8CCA4E;
}
</style>
background-color css
<style>
a { background-color: #8CCA4E; }
a { background-color: rgb(140,202,78); }
div.DivClassName
{
background-color: #8CCA4E;
}
.BgClassName
{
background-color: #8CCA4E;
}
</style>
border-color css
<style>
span { border-color: #8CCA4E; }
span { border-color: rgb(140,202,78); }
td.TdClassName
{
border-color: #8CCA4E;
}
.TagClassName
{
border-color: #8CCA4E;
}
</style>