Shades of Mantis #8CCD5C
Tints of Mantis #8CCD5C
RGB
CMYK
RGB Variations
Color information
#8CCD5C (or 0x8CCD5C) is known color: Mantis. HEX triplet: 8C, CD and 5C. RGB value is (140,205,92). Sum of RGB (Red+Green+Blue) = 140+205+92=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCD5C is #7332A3. Grayscale: #ADADAD. Windows color (decimal): -7549604 or 6081932. OLE color: 6081932.
HSL color Cylindrical-coordinate representation of color #8CCD5C: hue angle of 94.51º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CCD5C is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 92 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.20 |
| HSL | 94.51º | 0.53% | 0.58% | - |
| HSV(B) | 94.51º | 0.55% | 0.8% | - |
| XYZ | 34.58 | 50.01 | 17.96 | - |
| YUV | 172.68 | 82.47 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 92 | 0.32 | 0 | 0.55 | 0.20 | 94.51 | 0.53 | 0.58 |
| Hex | 8C | CD | 5C | 20 | 0 | 37 | 14 | 5F | 35 | 3A |
| Octal | 214 | 315 | 134 | 40 | 0 | 67 | 24 | 137 | 65 | 72 |
| Binary | 10001100 | 11001101 | 1011100 | 100000 | 0 | 110111 | 10100 | 1011111 | 110101 | 111010 |
Color Harmonies of #8CCD5C
Complementary color
Monochromatic Colors of #8CCD5C
Black with #8CCD5C
Text Example
Text Example
White with #8CCD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD5C; }
p { color: rgb(140,205,92); }
H1.HeaderClassName
{
color: #8CCD5C;
}
.AnyTagClassName
{
color: #8CCD5C;
}
</style>
background-color css
<style>
a { background-color: #8CCD5C; }
a { background-color: rgb(140,205,92); }
div.DivClassName
{
background-color: #8CCD5C;
}
.BgClassName
{
background-color: #8CCD5C;
}
</style>
border-color css
<style>
span { border-color: #8CCD5C; }
span { border-color: rgb(140,205,92); }
td.TdClassName
{
border-color: #8CCD5C;
}
.TagClassName
{
border-color: #8CCD5C;
}
</style>