Shades of Mantis #8CC466
Tints of Mantis #8CC466
RGB
CMYK
RGB Variations
Color information
#8CC466 (or 0x8CC466) is known color: Mantis. HEX triplet: 8C, C4 and 66. RGB value is (140,196,102). Sum of RGB (Red+Green+Blue) = 140+196+102=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC466 is #733B99. Grayscale: #A8A8A8. Windows color (decimal): -7551898 or 6734988. OLE color: 6734988.
HSL color Cylindrical-coordinate representation of color #8CC466: hue angle of 95.74º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CC466 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 196 | 102 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.23 |
| HSL | 95.74º | 0.44% | 0.58% | - |
| HSV(B) | 95.74º | 0.48% | 0.77% | - |
| XYZ | 32.95 | 46.01 | 19.72 | - |
| YUV | 168.54 | 90.45 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 196 | 102 | 0.29 | 0 | 0.48 | 0.23 | 95.74 | 0.44 | 0.58 |
| Hex | 8C | C4 | 66 | 1D | 0 | 30 | 17 | 60 | 2C | 3A |
| Octal | 214 | 304 | 146 | 35 | 0 | 60 | 27 | 140 | 54 | 72 |
| Binary | 10001100 | 11000100 | 1100110 | 11101 | 0 | 110000 | 10111 | 1100000 | 101100 | 111010 |
Color Harmonies of #8CC466
Complementary color
Monochromatic Colors of #8CC466
Black with #8CC466
Text Example
Text Example
White with #8CC466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC466; }
p { color: rgb(140,196,102); }
H1.HeaderClassName
{
color: #8CC466;
}
.AnyTagClassName
{
color: #8CC466;
}
</style>
background-color css
<style>
a { background-color: #8CC466; }
a { background-color: rgb(140,196,102); }
div.DivClassName
{
background-color: #8CC466;
}
.BgClassName
{
background-color: #8CC466;
}
</style>
border-color css
<style>
span { border-color: #8CC466; }
span { border-color: rgb(140,196,102); }
td.TdClassName
{
border-color: #8CC466;
}
.TagClassName
{
border-color: #8CC466;
}
</style>