Shades of Mantis #8CC150
Tints of Mantis #8CC150
RGB
CMYK
RGB Variations
Color information
#8CC150 (or 0x8CC150) is known color: Mantis. HEX triplet: 8C, C1 and 50. RGB value is (140,193,80). Sum of RGB (Red+Green+Blue) = 140+193+80=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC150 is #733EAF. Grayscale: #A4A4A4. Windows color (decimal): -7552688 or 5292428. OLE color: 5292428.
HSL color Cylindrical-coordinate representation of color #8CC150: hue angle of 88.14º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8CC150 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 193 | 80 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.24 |
| HSL | 88.14º | 0.48% | 0.54% | - |
| HSV(B) | 88.14º | 0.59% | 0.76% | - |
| XYZ | 31.33 | 44.29 | 14.49 | - |
| YUV | 164.27 | 80.44 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 80 | 0.27 | 0 | 0.59 | 0.24 | 88.14 | 0.48 | 0.54 |
| Hex | 8C | C1 | 50 | 1B | 0 | 3B | 18 | 58 | 30 | 36 |
| Octal | 214 | 301 | 120 | 33 | 0 | 73 | 30 | 130 | 60 | 66 |
| Binary | 10001100 | 11000001 | 1010000 | 11011 | 0 | 111011 | 11000 | 1011000 | 110000 | 110110 |
Color Harmonies of #8CC150
Complementary color
Monochromatic Colors of #8CC150
Black with #8CC150
Text Example
Text Example
White with #8CC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC150; }
p { color: rgb(140,193,80); }
H1.HeaderClassName
{
color: #8CC150;
}
.AnyTagClassName
{
color: #8CC150;
}
</style>
background-color css
<style>
a { background-color: #8CC150; }
a { background-color: rgb(140,193,80); }
div.DivClassName
{
background-color: #8CC150;
}
.BgClassName
{
background-color: #8CC150;
}
</style>
border-color css
<style>
span { border-color: #8CC150; }
span { border-color: rgb(140,193,80); }
td.TdClassName
{
border-color: #8CC150;
}
.TagClassName
{
border-color: #8CC150;
}
</style>