Shades of Mantis #8BC94C
Tints of Mantis #8BC94C
RGB
CMYK
RGB Variations
Color information
#8BC94C (or 0x8BC94C) is known color: Mantis. HEX triplet: 8B, C9 and 4C. RGB value is (139,201,76). Sum of RGB (Red+Green+Blue) = 139+201+76=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC94C is #7436B3. Grayscale: #A8A8A8. Windows color (decimal): -7616180 or 5032331. OLE color: 5032331.
HSL color Cylindrical-coordinate representation of color #8BC94C: hue angle of 89.76º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8BC94C is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 76 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.21 |
| HSL | 89.76º | 0.54% | 0.54% | - |
| HSV(B) | 89.76º | 0.62% | 0.79% | - |
| XYZ | 32.84 | 47.78 | 14.33 | - |
| YUV | 168.21 | 75.96 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 76 | 0.31 | 0 | 0.62 | 0.21 | 89.76 | 0.54 | 0.54 |
| Hex | 8B | C9 | 4C | 1F | 0 | 3E | 15 | 5A | 36 | 36 |
| Octal | 213 | 311 | 114 | 37 | 0 | 76 | 25 | 132 | 66 | 66 |
| Binary | 10001011 | 11001001 | 1001100 | 11111 | 0 | 111110 | 10101 | 1011010 | 110110 | 110110 |
Color Harmonies of #8BC94C
Complementary color
Monochromatic Colors of #8BC94C
Black with #8BC94C
Text Example
Text Example
White with #8BC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC94C; }
p { color: rgb(139,201,76); }
H1.HeaderClassName
{
color: #8BC94C;
}
.AnyTagClassName
{
color: #8BC94C;
}
</style>
background-color css
<style>
a { background-color: #8BC94C; }
a { background-color: rgb(139,201,76); }
div.DivClassName
{
background-color: #8BC94C;
}
.BgClassName
{
background-color: #8BC94C;
}
</style>
border-color css
<style>
span { border-color: #8BC94C; }
span { border-color: rgb(139,201,76); }
td.TdClassName
{
border-color: #8BC94C;
}
.TagClassName
{
border-color: #8BC94C;
}
</style>