Shades of Mantis #8BDC66
Tints of Mantis #8BDC66
RGB
CMYK
RGB Variations
Color information
#8BDC66 (or 0x8BDC66) is known color: Mantis. HEX triplet: 8B, DC and 66. RGB value is (139,220,102). Sum of RGB (Red+Green+Blue) = 139+220+102=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDC66 is #742399. Grayscale: #B6B6B6. Windows color (decimal): -7611290 or 6741131. OLE color: 6741131.
HSL color Cylindrical-coordinate representation of color #8BDC66: hue angle of 101.19º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BDC66 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 102 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.14 |
| HSL | 101.19º | 0.63% | 0.63% | - |
| HSV(B) | 101.19º | 0.54% | 0.86% | - |
| XYZ | 38.64 | 57.63 | 21.66 | - |
| YUV | 182.33 | 82.66 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 102 | 0.37 | 0 | 0.54 | 0.14 | 101.19 | 0.63 | 0.63 |
| Hex | 8B | DC | 66 | 25 | 0 | 36 | E | 65 | 3F | 3F |
| Octal | 213 | 334 | 146 | 45 | 0 | 66 | 16 | 145 | 77 | 77 |
| Binary | 10001011 | 11011100 | 1100110 | 100101 | 0 | 110110 | 1110 | 1100101 | 111111 | 111111 |
Color Harmonies of #8BDC66
Complementary color
Monochromatic Colors of #8BDC66
Black with #8BDC66
Text Example
Text Example
White with #8BDC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDC66; }
p { color: rgb(139,220,102); }
H1.HeaderClassName
{
color: #8BDC66;
}
.AnyTagClassName
{
color: #8BDC66;
}
</style>
background-color css
<style>
a { background-color: #8BDC66; }
a { background-color: rgb(139,220,102); }
div.DivClassName
{
background-color: #8BDC66;
}
.BgClassName
{
background-color: #8BDC66;
}
</style>
border-color css
<style>
span { border-color: #8BDC66; }
span { border-color: rgb(139,220,102); }
td.TdClassName
{
border-color: #8BDC66;
}
.TagClassName
{
border-color: #8BDC66;
}
</style>