Shades of Mantis #8CD06C
Tints of Mantis #8CD06C
RGB
CMYK
RGB Variations
Color information
#8CD06C (or 0x8CD06C) is known color: Mantis. HEX triplet: 8C, D0 and 6C. RGB value is (140,208,108). Sum of RGB (Red+Green+Blue) = 140+208+108=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD06C is #732F93. Grayscale: #B0B0B0. Windows color (decimal): -7548820 or 7131276. OLE color: 7131276.
HSL color Cylindrical-coordinate representation of color #8CD06C: hue angle of 100.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CD06C is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 208 | 108 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.18 |
| HSL | 100.8º | 0.52% | 0.62% | - |
| HSV(B) | 100.8º | 0.48% | 0.82% | - |
| XYZ | 36.08 | 51.77 | 22.28 | - |
| YUV | 176.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 208 | 108 | 0.33 | 0 | 0.48 | 0.18 | 100.8 | 0.52 | 0.62 |
| Hex | 8C | D0 | 6C | 21 | 0 | 30 | 12 | 65 | 34 | 3E |
| Octal | 214 | 320 | 154 | 41 | 0 | 60 | 22 | 145 | 64 | 76 |
| Binary | 10001100 | 11010000 | 1101100 | 100001 | 0 | 110000 | 10010 | 1100101 | 110100 | 111110 |
Color Harmonies of #8CD06C
Complementary color
Monochromatic Colors of #8CD06C
Black with #8CD06C
Text Example
Text Example
White with #8CD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD06C; }
p { color: rgb(140,208,108); }
H1.HeaderClassName
{
color: #8CD06C;
}
.AnyTagClassName
{
color: #8CD06C;
}
</style>
background-color css
<style>
a { background-color: #8CD06C; }
a { background-color: rgb(140,208,108); }
div.DivClassName
{
background-color: #8CD06C;
}
.BgClassName
{
background-color: #8CD06C;
}
</style>
border-color css
<style>
span { border-color: #8CD06C; }
span { border-color: rgb(140,208,108); }
td.TdClassName
{
border-color: #8CD06C;
}
.TagClassName
{
border-color: #8CD06C;
}
</style>