Shades of Mantis #8CCD57
Tints of Mantis #8CCD57
RGB
CMYK
RGB Variations
Color information
#8CCD57 (or 0x8CCD57) is known color: Mantis. HEX triplet: 8C, CD and 57. RGB value is (140,205,87). Sum of RGB (Red+Green+Blue) = 140+205+87=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCD57 is #7332A8. Grayscale: #ACACAC. Windows color (decimal): -7549609 or 5754252. OLE color: 5754252.
HSL color Cylindrical-coordinate representation of color #8CCD57: hue angle of 93.05º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CCD57 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 87 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.20 |
| HSL | 93.05º | 0.54% | 0.57% | - |
| HSV(B) | 93.05º | 0.58% | 0.8% | - |
| XYZ | 34.37 | 49.93 | 16.84 | - |
| YUV | 172.11 | 79.97 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 87 | 0.32 | 0 | 0.58 | 0.20 | 93.05 | 0.54 | 0.57 |
| Hex | 8C | CD | 57 | 20 | 0 | 3A | 14 | 5D | 36 | 39 |
| Octal | 214 | 315 | 127 | 40 | 0 | 72 | 24 | 135 | 66 | 71 |
| Binary | 10001100 | 11001101 | 1010111 | 100000 | 0 | 111010 | 10100 | 1011101 | 110110 | 111001 |
Color Harmonies of #8CCD57
Complementary color
Monochromatic Colors of #8CCD57
Black with #8CCD57
Text Example
Text Example
White with #8CCD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD57; }
p { color: rgb(140,205,87); }
H1.HeaderClassName
{
color: #8CCD57;
}
.AnyTagClassName
{
color: #8CCD57;
}
</style>
background-color css
<style>
a { background-color: #8CCD57; }
a { background-color: rgb(140,205,87); }
div.DivClassName
{
background-color: #8CCD57;
}
.BgClassName
{
background-color: #8CCD57;
}
</style>
border-color css
<style>
span { border-color: #8CCD57; }
span { border-color: rgb(140,205,87); }
td.TdClassName
{
border-color: #8CCD57;
}
.TagClassName
{
border-color: #8CCD57;
}
</style>