Shades of Mantis #8CC94E
Tints of Mantis #8CC94E
RGB
CMYK
RGB Variations
Color information
#8CC94E (or 0x8CC94E) is known color: Mantis. HEX triplet: 8C, C9 and 4E. RGB value is (140,201,78). Sum of RGB (Red+Green+Blue) = 140+201+78=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC94E is #7336B1. Grayscale: #A9A9A9. Windows color (decimal): -7550642 or 5163404. OLE color: 5163404.
HSL color Cylindrical-coordinate representation of color #8CC94E: hue angle of 89.76º degrees, saturation: 0.53, 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 #8CC94E is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 78 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.21 |
| HSL | 89.76º | 0.53% | 0.55% | - |
| HSV(B) | 89.76º | 0.61% | 0.79% | - |
| XYZ | 33.08 | 47.9 | 14.71 | - |
| YUV | 168.74 | 76.79 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 78 | 0.30 | 0 | 0.61 | 0.21 | 89.76 | 0.53 | 0.55 |
| Hex | 8C | C9 | 4E | 1E | 0 | 3D | 15 | 5A | 35 | 37 |
| Octal | 214 | 311 | 116 | 36 | 0 | 75 | 25 | 132 | 65 | 67 |
| Binary | 10001100 | 11001001 | 1001110 | 11110 | 0 | 111101 | 10101 | 1011010 | 110101 | 110111 |
Color Harmonies of #8CC94E
Complementary color
Monochromatic Colors of #8CC94E
Black with #8CC94E
Text Example
Text Example
White with #8CC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC94E; }
p { color: rgb(140,201,78); }
H1.HeaderClassName
{
color: #8CC94E;
}
.AnyTagClassName
{
color: #8CC94E;
}
</style>
background-color css
<style>
a { background-color: #8CC94E; }
a { background-color: rgb(140,201,78); }
div.DivClassName
{
background-color: #8CC94E;
}
.BgClassName
{
background-color: #8CC94E;
}
</style>
border-color css
<style>
span { border-color: #8CC94E; }
span { border-color: rgb(140,201,78); }
td.TdClassName
{
border-color: #8CC94E;
}
.TagClassName
{
border-color: #8CC94E;
}
</style>