Shades of Mantis #8CCE6C
Tints of Mantis #8CCE6C
RGB
CMYK
RGB Variations
Color information
#8CCE6C (or 0x8CCE6C) is known color: Mantis. HEX triplet: 8C, CE and 6C. RGB value is (140,206,108). Sum of RGB (Red+Green+Blue) = 140+206+108=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCE6C is #733193. Grayscale: #AFAFAF. Windows color (decimal): -7549332 or 7130764. OLE color: 7130764.
HSL color Cylindrical-coordinate representation of color #8CCE6C: hue angle of 100.41º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CCE6C is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 108 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.19 |
| HSL | 100.41º | 0.5% | 0.62% | - |
| HSV(B) | 100.41º | 0.48% | 0.81% | - |
| XYZ | 35.59 | 50.8 | 22.12 | - |
| YUV | 175.09 | 90.13 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 108 | 0.32 | 0 | 0.48 | 0.19 | 100.41 | 0.5 | 0.62 |
| Hex | 8C | CE | 6C | 20 | 0 | 30 | 13 | 64 | 32 | 3E |
| Octal | 214 | 316 | 154 | 40 | 0 | 60 | 23 | 144 | 62 | 76 |
| Binary | 10001100 | 11001110 | 1101100 | 100000 | 0 | 110000 | 10011 | 1100100 | 110010 | 111110 |
Color Harmonies of #8CCE6C
Complementary color
Monochromatic Colors of #8CCE6C
Black with #8CCE6C
Text Example
Text Example
White with #8CCE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCE6C; }
p { color: rgb(140,206,108); }
H1.HeaderClassName
{
color: #8CCE6C;
}
.AnyTagClassName
{
color: #8CCE6C;
}
</style>
background-color css
<style>
a { background-color: #8CCE6C; }
a { background-color: rgb(140,206,108); }
div.DivClassName
{
background-color: #8CCE6C;
}
.BgClassName
{
background-color: #8CCE6C;
}
</style>
border-color css
<style>
span { border-color: #8CCE6C; }
span { border-color: rgb(140,206,108); }
td.TdClassName
{
border-color: #8CCE6C;
}
.TagClassName
{
border-color: #8CCE6C;
}
</style>