Shades of Mantis #8CD46A
Tints of Mantis #8CD46A
RGB
CMYK
RGB Variations
Color information
#8CD46A (or 0x8CD46A) is known color: Mantis. HEX triplet: 8C, D4 and 6A. RGB value is (140,212,106). Sum of RGB (Red+Green+Blue) = 140+212+106=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 212 - color contains mainly: green. Hex color #8CD46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD46A is #732B95. Grayscale: #B2B2B2. Windows color (decimal): -7547798 or 7001228. OLE color: 7001228.
HSL color Cylindrical-coordinate representation of color #8CD46A: hue angle of 100.75º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CD46A is Cyan = 0.34, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 212 | 106 | - |
| CMYK | 0.34 | 0 | 0.5 | 0.17 |
| HSL | 100.75º | 0.55% | 0.62% | - |
| HSV(B) | 100.75º | 0.5% | 0.83% | - |
| XYZ | 36.96 | 53.7 | 22.05 | - |
| YUV | 178.39 | 87.15 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 212 | 106 | 0.34 | 0 | 0.5 | 0.17 | 100.75 | 0.55 | 0.62 |
| Hex | 8C | D4 | 6A | 22 | 0 | 32 | 11 | 65 | 37 | 3E |
| Octal | 214 | 324 | 152 | 42 | 0 | 62 | 21 | 145 | 67 | 76 |
| Binary | 10001100 | 11010100 | 1101010 | 100010 | 0 | 110010 | 10001 | 1100101 | 110111 | 111110 |
Color Harmonies of #8CD46A
Complementary color
Monochromatic Colors of #8CD46A
Black with #8CD46A
Text Example
Text Example
White with #8CD46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD46A; }
p { color: rgb(140,212,106); }
H1.HeaderClassName
{
color: #8CD46A;
}
.AnyTagClassName
{
color: #8CD46A;
}
</style>
background-color css
<style>
a { background-color: #8CD46A; }
a { background-color: rgb(140,212,106); }
div.DivClassName
{
background-color: #8CD46A;
}
.BgClassName
{
background-color: #8CD46A;
}
</style>
border-color css
<style>
span { border-color: #8CD46A; }
span { border-color: rgb(140,212,106); }
td.TdClassName
{
border-color: #8CD46A;
}
.TagClassName
{
border-color: #8CD46A;
}
</style>