Shades of Mantis #8CC957
Tints of Mantis #8CC957
RGB
CMYK
RGB Variations
Color information
#8CC957 (or 0x8CC957) is known color: Mantis. HEX triplet: 8C, C9 and 57. RGB value is (140,201,87). Sum of RGB (Red+Green+Blue) = 140+201+87=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC957 is #7336A8. Grayscale: #AAAAAA. Windows color (decimal): -7550633 or 5753228. OLE color: 5753228.
HSL color Cylindrical-coordinate representation of color #8CC957: hue angle of 92.11º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CC957 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 87 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.21 |
| HSL | 92.11º | 0.51% | 0.56% | - |
| HSV(B) | 92.11º | 0.57% | 0.79% | - |
| XYZ | 33.42 | 48.04 | 16.53 | - |
| YUV | 169.77 | 81.29 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 87 | 0.30 | 0 | 0.57 | 0.21 | 92.11 | 0.51 | 0.56 |
| Hex | 8C | C9 | 57 | 1E | 0 | 39 | 15 | 5C | 33 | 38 |
| Octal | 214 | 311 | 127 | 36 | 0 | 71 | 25 | 134 | 63 | 70 |
| Binary | 10001100 | 11001001 | 1010111 | 11110 | 0 | 111001 | 10101 | 1011100 | 110011 | 111000 |
Color Harmonies of #8CC957
Complementary color
Monochromatic Colors of #8CC957
Black with #8CC957
Text Example
Text Example
White with #8CC957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC957; }
p { color: rgb(140,201,87); }
H1.HeaderClassName
{
color: #8CC957;
}
.AnyTagClassName
{
color: #8CC957;
}
</style>
background-color css
<style>
a { background-color: #8CC957; }
a { background-color: rgb(140,201,87); }
div.DivClassName
{
background-color: #8CC957;
}
.BgClassName
{
background-color: #8CC957;
}
</style>
border-color css
<style>
span { border-color: #8CC957; }
span { border-color: rgb(140,201,87); }
td.TdClassName
{
border-color: #8CC957;
}
.TagClassName
{
border-color: #8CC957;
}
</style>