Shades of Mantis #8BC367
Tints of Mantis #8BC367
RGB
CMYK
RGB Variations
Color information
#8BC367 (or 0x8BC367) is known color: Mantis. HEX triplet: 8B, C3 and 67. RGB value is (139,195,103). Sum of RGB (Red+Green+Blue) = 139+195+103=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC367 is #743C98. Grayscale: #A8A8A8. Windows color (decimal): -7617689 or 6800267. OLE color: 6800267.
HSL color Cylindrical-coordinate representation of color #8BC367: hue angle of 96.52º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BC367 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 103 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.24 |
| HSL | 96.52º | 0.43% | 0.58% | - |
| HSV(B) | 96.52º | 0.47% | 0.76% | - |
| XYZ | 32.61 | 45.5 | 19.9 | - |
| YUV | 167.77 | 91.45 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 103 | 0.29 | 0 | 0.47 | 0.24 | 96.52 | 0.43 | 0.58 |
| Hex | 8B | C3 | 67 | 1D | 0 | 2F | 18 | 61 | 2B | 3A |
| Octal | 213 | 303 | 147 | 35 | 0 | 57 | 30 | 141 | 53 | 72 |
| Binary | 10001011 | 11000011 | 1100111 | 11101 | 0 | 101111 | 11000 | 1100001 | 101011 | 111010 |
Color Harmonies of #8BC367
Complementary color
Monochromatic Colors of #8BC367
Black with #8BC367
Text Example
Text Example
White with #8BC367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC367; }
p { color: rgb(139,195,103); }
H1.HeaderClassName
{
color: #8BC367;
}
.AnyTagClassName
{
color: #8BC367;
}
</style>
background-color css
<style>
a { background-color: #8BC367; }
a { background-color: rgb(139,195,103); }
div.DivClassName
{
background-color: #8BC367;
}
.BgClassName
{
background-color: #8BC367;
}
</style>
border-color css
<style>
span { border-color: #8BC367; }
span { border-color: rgb(139,195,103); }
td.TdClassName
{
border-color: #8BC367;
}
.TagClassName
{
border-color: #8BC367;
}
</style>