Shades of Mantis #8CD766
Tints of Mantis #8CD766
RGB
CMYK
RGB Variations
Color information
#8CD766 (or 0x8CD766) is known color: Mantis. HEX triplet: 8C, D7 and 66. RGB value is (140,215,102). Sum of RGB (Red+Green+Blue) = 140+215+102=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD766 is #732899. Grayscale: #B4B4B4. Windows color (decimal): -7547034 or 6739852. OLE color: 6739852.
HSL color Cylindrical-coordinate representation of color #8CD766: hue angle of 99.82º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CD766 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 215 | 102 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.16 |
| HSL | 99.82º | 0.59% | 0.62% | - |
| HSV(B) | 99.82º | 0.53% | 0.84% | - |
| XYZ | 37.51 | 55.14 | 21.24 | - |
| YUV | 179.69 | 84.15 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 215 | 102 | 0.35 | 0 | 0.53 | 0.16 | 99.82 | 0.59 | 0.62 |
| Hex | 8C | D7 | 66 | 23 | 0 | 35 | 10 | 64 | 3B | 3E |
| Octal | 214 | 327 | 146 | 43 | 0 | 65 | 20 | 144 | 73 | 76 |
| Binary | 10001100 | 11010111 | 1100110 | 100011 | 0 | 110101 | 10000 | 1100100 | 111011 | 111110 |
Color Harmonies of #8CD766
Complementary color
Monochromatic Colors of #8CD766
Black with #8CD766
Text Example
Text Example
White with #8CD766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD766; }
p { color: rgb(140,215,102); }
H1.HeaderClassName
{
color: #8CD766;
}
.AnyTagClassName
{
color: #8CD766;
}
</style>
background-color css
<style>
a { background-color: #8CD766; }
a { background-color: rgb(140,215,102); }
div.DivClassName
{
background-color: #8CD766;
}
.BgClassName
{
background-color: #8CD766;
}
</style>
border-color css
<style>
span { border-color: #8CD766; }
span { border-color: rgb(140,215,102); }
td.TdClassName
{
border-color: #8CD766;
}
.TagClassName
{
border-color: #8CD766;
}
</style>