Shades of Mantis #8CC467
Tints of Mantis #8CC467
RGB
CMYK
RGB Variations
Color information
#8CC467 (or 0x8CC467) is known color: Mantis. HEX triplet: 8C, C4 and 67. RGB value is (140,196,103). Sum of RGB (Red+Green+Blue) = 140+196+103=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC467 is #733B98. Grayscale: #A8A8A8. Windows color (decimal): -7551897 or 6800524. OLE color: 6800524.
HSL color Cylindrical-coordinate representation of color #8CC467: hue angle of 96.13º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CC467 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 196 | 103 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.23 |
| HSL | 96.13º | 0.44% | 0.59% | - |
| HSV(B) | 96.13º | 0.47% | 0.77% | - |
| XYZ | 33 | 46.03 | 19.98 | - |
| YUV | 168.65 | 90.95 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 196 | 103 | 0.29 | 0 | 0.47 | 0.23 | 96.13 | 0.44 | 0.59 |
| Hex | 8C | C4 | 67 | 1D | 0 | 2F | 17 | 60 | 2C | 3B |
| Octal | 214 | 304 | 147 | 35 | 0 | 57 | 27 | 140 | 54 | 73 |
| Binary | 10001100 | 11000100 | 1100111 | 11101 | 0 | 101111 | 10111 | 1100000 | 101100 | 111011 |
Color Harmonies of #8CC467
Complementary color
Monochromatic Colors of #8CC467
Black with #8CC467
Text Example
Text Example
White with #8CC467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC467; }
p { color: rgb(140,196,103); }
H1.HeaderClassName
{
color: #8CC467;
}
.AnyTagClassName
{
color: #8CC467;
}
</style>
background-color css
<style>
a { background-color: #8CC467; }
a { background-color: rgb(140,196,103); }
div.DivClassName
{
background-color: #8CC467;
}
.BgClassName
{
background-color: #8CC467;
}
</style>
border-color css
<style>
span { border-color: #8CC467; }
span { border-color: rgb(140,196,103); }
td.TdClassName
{
border-color: #8CC467;
}
.TagClassName
{
border-color: #8CC467;
}
</style>