Shades of Mantis #8BCA4C
Tints of Mantis #8BCA4C
RGB
CMYK
RGB Variations
Color information
#8BCA4C (or 0x8BCA4C) is known color: Mantis. HEX triplet: 8B, CA and 4C. RGB value is (139,202,76). Sum of RGB (Red+Green+Blue) = 139+202+76=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCA4C is #7435B3. Grayscale: #A9A9A9. Windows color (decimal): -7615924 or 5032587. OLE color: 5032587.
HSL color Cylindrical-coordinate representation of color #8BCA4C: hue angle of 90º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8BCA4C is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 76 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.21 |
| HSL | 90º | 0.54% | 0.55% | - |
| HSV(B) | 90º | 0.62% | 0.79% | - |
| XYZ | 33.07 | 48.25 | 14.41 | - |
| YUV | 168.8 | 75.63 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 76 | 0.31 | 0 | 0.62 | 0.21 | 90 | 0.54 | 0.55 |
| Hex | 8B | CA | 4C | 1F | 0 | 3E | 15 | 5A | 36 | 37 |
| Octal | 213 | 312 | 114 | 37 | 0 | 76 | 25 | 132 | 66 | 67 |
| Binary | 10001011 | 11001010 | 1001100 | 11111 | 0 | 111110 | 10101 | 1011010 | 110110 | 110111 |
Color Harmonies of #8BCA4C
Complementary color
Monochromatic Colors of #8BCA4C
Black with #8BCA4C
Text Example
Text Example
White with #8BCA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCA4C; }
p { color: rgb(139,202,76); }
H1.HeaderClassName
{
color: #8BCA4C;
}
.AnyTagClassName
{
color: #8BCA4C;
}
</style>
background-color css
<style>
a { background-color: #8BCA4C; }
a { background-color: rgb(139,202,76); }
div.DivClassName
{
background-color: #8BCA4C;
}
.BgClassName
{
background-color: #8BCA4C;
}
</style>
border-color css
<style>
span { border-color: #8BCA4C; }
span { border-color: rgb(139,202,76); }
td.TdClassName
{
border-color: #8BCA4C;
}
.TagClassName
{
border-color: #8BCA4C;
}
</style>