Shades of Mantis #8BC466
Tints of Mantis #8BC466
RGB
CMYK
RGB Variations
Color information
#8BC466 (or 0x8BC466) is known color: Mantis. HEX triplet: 8B, C4 and 66. RGB value is (139,196,102). Sum of RGB (Red+Green+Blue) = 139+196+102=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC466 is #743B99. Grayscale: #A8A8A8. Windows color (decimal): -7617434 or 6734987. OLE color: 6734987.
HSL color Cylindrical-coordinate representation of color #8BC466: hue angle of 96.38º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BC466 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 196 | 102 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.23 |
| HSL | 96.38º | 0.44% | 0.58% | - |
| HSV(B) | 96.38º | 0.48% | 0.77% | - |
| XYZ | 32.79 | 45.93 | 19.71 | - |
| YUV | 168.24 | 90.62 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 196 | 102 | 0.29 | 0 | 0.48 | 0.23 | 96.38 | 0.44 | 0.58 |
| Hex | 8B | C4 | 66 | 1D | 0 | 30 | 17 | 60 | 2C | 3A |
| Octal | 213 | 304 | 146 | 35 | 0 | 60 | 27 | 140 | 54 | 72 |
| Binary | 10001011 | 11000100 | 1100110 | 11101 | 0 | 110000 | 10111 | 1100000 | 101100 | 111010 |
Color Harmonies of #8BC466
Complementary color
Monochromatic Colors of #8BC466
Black with #8BC466
Text Example
Text Example
White with #8BC466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC466; }
p { color: rgb(139,196,102); }
H1.HeaderClassName
{
color: #8BC466;
}
.AnyTagClassName
{
color: #8BC466;
}
</style>
background-color css
<style>
a { background-color: #8BC466; }
a { background-color: rgb(139,196,102); }
div.DivClassName
{
background-color: #8BC466;
}
.BgClassName
{
background-color: #8BC466;
}
</style>
border-color css
<style>
span { border-color: #8BC466; }
span { border-color: rgb(139,196,102); }
td.TdClassName
{
border-color: #8BC466;
}
.TagClassName
{
border-color: #8BC466;
}
</style>