Shades of Mantis #8DC257
Tints of Mantis #8DC257
RGB
CMYK
RGB Variations
Color information
#8DC257 (or 0x8DC257) is known color: Mantis. HEX triplet: 8D, C2 and 57. RGB value is (141,194,87). Sum of RGB (Red+Green+Blue) = 141+194+87=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC257 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC257 is #723DA8. Grayscale: #A6A6A6. Windows color (decimal): -7486889 or 5751437. OLE color: 5751437.
HSL color Cylindrical-coordinate representation of color #8DC257: hue angle of 89.72º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DC257 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 194 | 87 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.24 |
| HSL | 89.72º | 0.47% | 0.55% | - |
| HSV(B) | 89.72º | 0.55% | 0.76% | - |
| XYZ | 32 | 44.93 | 16 | - |
| YUV | 165.96 | 83.44 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 194 | 87 | 0.27 | 0 | 0.55 | 0.24 | 89.72 | 0.47 | 0.55 |
| Hex | 8D | C2 | 57 | 1B | 0 | 37 | 18 | 5A | 2F | 37 |
| Octal | 215 | 302 | 127 | 33 | 0 | 67 | 30 | 132 | 57 | 67 |
| Binary | 10001101 | 11000010 | 1010111 | 11011 | 0 | 110111 | 11000 | 1011010 | 101111 | 110111 |
Color Harmonies of #8DC257
Complementary color
Monochromatic Colors of #8DC257
Black with #8DC257
Text Example
Text Example
White with #8DC257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC257; }
p { color: rgb(141,194,87); }
H1.HeaderClassName
{
color: #8DC257;
}
.AnyTagClassName
{
color: #8DC257;
}
</style>
background-color css
<style>
a { background-color: #8DC257; }
a { background-color: rgb(141,194,87); }
div.DivClassName
{
background-color: #8DC257;
}
.BgClassName
{
background-color: #8DC257;
}
</style>
border-color css
<style>
span { border-color: #8DC257; }
span { border-color: rgb(141,194,87); }
td.TdClassName
{
border-color: #8DC257;
}
.TagClassName
{
border-color: #8DC257;
}
</style>