Shades of Mantis #8CC15D
Tints of Mantis #8CC15D
RGB
CMYK
RGB Variations
Color information
#8CC15D (or 0x8CC15D) is known color: Mantis. HEX triplet: 8C, C1 and 5D. RGB value is (140,193,93). Sum of RGB (Red+Green+Blue) = 140+193+93=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC15D is #733EA2. Grayscale: #A6A6A6. Windows color (decimal): -7552675 or 6144396. OLE color: 6144396.
HSL color Cylindrical-coordinate representation of color #8CC15D: hue angle of 91.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CC15D is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 193 | 93 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.24 |
| HSL | 91.8º | 0.45% | 0.56% | - |
| HSV(B) | 91.8º | 0.52% | 0.76% | - |
| XYZ | 31.86 | 44.51 | 17.27 | - |
| YUV | 165.75 | 86.94 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 93 | 0.27 | 0 | 0.52 | 0.24 | 91.8 | 0.45 | 0.56 |
| Hex | 8C | C1 | 5D | 1B | 0 | 34 | 18 | 5C | 2D | 38 |
| Octal | 214 | 301 | 135 | 33 | 0 | 64 | 30 | 134 | 55 | 70 |
| Binary | 10001100 | 11000001 | 1011101 | 11011 | 0 | 110100 | 11000 | 1011100 | 101101 | 111000 |
Color Harmonies of #8CC15D
Complementary color
Monochromatic Colors of #8CC15D
Black with #8CC15D
Text Example
Text Example
White with #8CC15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC15D; }
p { color: rgb(140,193,93); }
H1.HeaderClassName
{
color: #8CC15D;
}
.AnyTagClassName
{
color: #8CC15D;
}
</style>
background-color css
<style>
a { background-color: #8CC15D; }
a { background-color: rgb(140,193,93); }
div.DivClassName
{
background-color: #8CC15D;
}
.BgClassName
{
background-color: #8CC15D;
}
</style>
border-color css
<style>
span { border-color: #8CC15D; }
span { border-color: rgb(140,193,93); }
td.TdClassName
{
border-color: #8CC15D;
}
.TagClassName
{
border-color: #8CC15D;
}
</style>