Shades of Mantis #8CC550
Tints of Mantis #8CC550
RGB
CMYK
RGB Variations
Color information
#8CC550 (or 0x8CC550) is known color: Mantis. HEX triplet: 8C, C5 and 50. RGB value is (140,197,80). Sum of RGB (Red+Green+Blue) = 140+197+80=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC550 is #733AAF. Grayscale: #A7A7A7. Windows color (decimal): -7551664 or 5293452. OLE color: 5293452.
HSL color Cylindrical-coordinate representation of color #8CC550: hue angle of 89.23º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8CC550 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 80 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.23 |
| HSL | 89.23º | 0.5% | 0.54% | - |
| HSV(B) | 89.23º | 0.59% | 0.77% | - |
| XYZ | 32.23 | 46.09 | 14.79 | - |
| YUV | 166.62 | 79.12 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 80 | 0.29 | 0 | 0.59 | 0.23 | 89.23 | 0.5 | 0.54 |
| Hex | 8C | C5 | 50 | 1D | 0 | 3B | 17 | 59 | 32 | 36 |
| Octal | 214 | 305 | 120 | 35 | 0 | 73 | 27 | 131 | 62 | 66 |
| Binary | 10001100 | 11000101 | 1010000 | 11101 | 0 | 111011 | 10111 | 1011001 | 110010 | 110110 |
Color Harmonies of #8CC550
Complementary color
Monochromatic Colors of #8CC550
Black with #8CC550
Text Example
Text Example
White with #8CC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC550; }
p { color: rgb(140,197,80); }
H1.HeaderClassName
{
color: #8CC550;
}
.AnyTagClassName
{
color: #8CC550;
}
</style>
background-color css
<style>
a { background-color: #8CC550; }
a { background-color: rgb(140,197,80); }
div.DivClassName
{
background-color: #8CC550;
}
.BgClassName
{
background-color: #8CC550;
}
</style>
border-color css
<style>
span { border-color: #8CC550; }
span { border-color: rgb(140,197,80); }
td.TdClassName
{
border-color: #8CC550;
}
.TagClassName
{
border-color: #8CC550;
}
</style>