Shades of Mantis #8CD666
Tints of Mantis #8CD666
RGB
CMYK
RGB Variations
Color information
#8CD666 (or 0x8CD666) is known color: Mantis. HEX triplet: 8C, D6 and 66. RGB value is (140,214,102). Sum of RGB (Red+Green+Blue) = 140+214+102=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD666 is #732999. Grayscale: #B3B3B3. Windows color (decimal): -7547290 or 6739596. OLE color: 6739596.
HSL color Cylindrical-coordinate representation of color #8CD666: hue angle of 99.64º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CD666 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 214 | 102 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.16 |
| HSL | 99.64º | 0.58% | 0.62% | - |
| HSV(B) | 99.64º | 0.52% | 0.84% | - |
| XYZ | 37.26 | 54.63 | 21.15 | - |
| YUV | 179.11 | 84.48 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 214 | 102 | 0.35 | 0 | 0.52 | 0.16 | 99.64 | 0.58 | 0.62 |
| Hex | 8C | D6 | 66 | 23 | 0 | 34 | 10 | 64 | 3A | 3E |
| Octal | 214 | 326 | 146 | 43 | 0 | 64 | 20 | 144 | 72 | 76 |
| Binary | 10001100 | 11010110 | 1100110 | 100011 | 0 | 110100 | 10000 | 1100100 | 111010 | 111110 |
Color Harmonies of #8CD666
Complementary color
Monochromatic Colors of #8CD666
Black with #8CD666
Text Example
Text Example
White with #8CD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD666; }
p { color: rgb(140,214,102); }
H1.HeaderClassName
{
color: #8CD666;
}
.AnyTagClassName
{
color: #8CD666;
}
</style>
background-color css
<style>
a { background-color: #8CD666; }
a { background-color: rgb(140,214,102); }
div.DivClassName
{
background-color: #8CD666;
}
.BgClassName
{
background-color: #8CD666;
}
</style>
border-color css
<style>
span { border-color: #8CD666; }
span { border-color: rgb(140,214,102); }
td.TdClassName
{
border-color: #8CD666;
}
.TagClassName
{
border-color: #8CD666;
}
</style>