Shades of Mantis #8BC267
Tints of Mantis #8BC267
RGB
CMYK
RGB Variations
Color information
#8BC267 (or 0x8BC267) is known color: Mantis. HEX triplet: 8B, C2 and 67. RGB value is (139,194,103). Sum of RGB (Red+Green+Blue) = 139+194+103=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC267 is #743D98. Grayscale: #A7A7A7. Windows color (decimal): -7617945 or 6800011. OLE color: 6800011.
HSL color Cylindrical-coordinate representation of color #8BC267: hue angle of 96.26º 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 #8BC267 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 194 | 103 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.24 |
| HSL | 96.26º | 0.43% | 0.58% | - |
| HSV(B) | 96.26º | 0.47% | 0.76% | - |
| XYZ | 32.39 | 45.05 | 19.82 | - |
| YUV | 167.18 | 91.78 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 194 | 103 | 0.28 | 0 | 0.47 | 0.24 | 96.26 | 0.43 | 0.58 |
| Hex | 8B | C2 | 67 | 1C | 0 | 2F | 18 | 60 | 2B | 3A |
| Octal | 213 | 302 | 147 | 34 | 0 | 57 | 30 | 140 | 53 | 72 |
| Binary | 10001011 | 11000010 | 1100111 | 11100 | 0 | 101111 | 11000 | 1100000 | 101011 | 111010 |
Color Harmonies of #8BC267
Complementary color
Monochromatic Colors of #8BC267
Black with #8BC267
Text Example
Text Example
White with #8BC267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC267; }
p { color: rgb(139,194,103); }
H1.HeaderClassName
{
color: #8BC267;
}
.AnyTagClassName
{
color: #8BC267;
}
</style>
background-color css
<style>
a { background-color: #8BC267; }
a { background-color: rgb(139,194,103); }
div.DivClassName
{
background-color: #8BC267;
}
.BgClassName
{
background-color: #8BC267;
}
</style>
border-color css
<style>
span { border-color: #8BC267; }
span { border-color: rgb(139,194,103); }
td.TdClassName
{
border-color: #8BC267;
}
.TagClassName
{
border-color: #8BC267;
}
</style>