Shades of Mantis #8BC467
Tints of Mantis #8BC467
RGB
CMYK
RGB Variations
Color information
#8BC467 (or 0x8BC467) is known color: Mantis. HEX triplet: 8B, C4 and 67. RGB value is (139,196,103). Sum of RGB (Red+Green+Blue) = 139+196+103=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC467 is #743B98. Grayscale: #A8A8A8. Windows color (decimal): -7617433 or 6800523. OLE color: 6800523.
HSL color Cylindrical-coordinate representation of color #8BC467: hue angle of 96.77º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BC467 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 196 | 103 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.23 |
| HSL | 96.77º | 0.44% | 0.59% | - |
| HSV(B) | 96.77º | 0.47% | 0.77% | - |
| XYZ | 32.84 | 45.95 | 19.97 | - |
| YUV | 168.36 | 91.12 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 196 | 103 | 0.29 | 0 | 0.47 | 0.23 | 96.77 | 0.44 | 0.59 |
| Hex | 8B | C4 | 67 | 1D | 0 | 2F | 17 | 61 | 2C | 3B |
| Octal | 213 | 304 | 147 | 35 | 0 | 57 | 27 | 141 | 54 | 73 |
| Binary | 10001011 | 11000100 | 1100111 | 11101 | 0 | 101111 | 10111 | 1100001 | 101100 | 111011 |
Color Harmonies of #8BC467
Complementary color
Monochromatic Colors of #8BC467
Black with #8BC467
Text Example
Text Example
White with #8BC467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC467; }
p { color: rgb(139,196,103); }
H1.HeaderClassName
{
color: #8BC467;
}
.AnyTagClassName
{
color: #8BC467;
}
</style>
background-color css
<style>
a { background-color: #8BC467; }
a { background-color: rgb(139,196,103); }
div.DivClassName
{
background-color: #8BC467;
}
.BgClassName
{
background-color: #8BC467;
}
</style>
border-color css
<style>
span { border-color: #8BC467; }
span { border-color: rgb(139,196,103); }
td.TdClassName
{
border-color: #8BC467;
}
.TagClassName
{
border-color: #8BC467;
}
</style>