Shades of Mantis #8BCA5A
Tints of Mantis #8BCA5A
RGB
CMYK
RGB Variations
Color information
#8BCA5A (or 0x8BCA5A) is known color: Mantis. HEX triplet: 8B, CA and 5A. RGB value is (139,202,90). Sum of RGB (Red+Green+Blue) = 139+202+90=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCA5A is #7435A5. Grayscale: #AAAAAA. Windows color (decimal): -7615910 or 5950091. OLE color: 5950091.
HSL color Cylindrical-coordinate representation of color #8BCA5A: hue angle of 93.75º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8BCA5A is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 90 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.21 |
| HSL | 93.75º | 0.51% | 0.57% | - |
| HSV(B) | 93.75º | 0.55% | 0.79% | - |
| XYZ | 33.61 | 48.47 | 17.26 | - |
| YUV | 170.4 | 82.63 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 90 | 0.31 | 0 | 0.55 | 0.21 | 93.75 | 0.51 | 0.57 |
| Hex | 8B | CA | 5A | 1F | 0 | 37 | 15 | 5E | 33 | 39 |
| Octal | 213 | 312 | 132 | 37 | 0 | 67 | 25 | 136 | 63 | 71 |
| Binary | 10001011 | 11001010 | 1011010 | 11111 | 0 | 110111 | 10101 | 1011110 | 110011 | 111001 |
Color Harmonies of #8BCA5A
Complementary color
Monochromatic Colors of #8BCA5A
Black with #8BCA5A
Text Example
Text Example
White with #8BCA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCA5A; }
p { color: rgb(139,202,90); }
H1.HeaderClassName
{
color: #8BCA5A;
}
.AnyTagClassName
{
color: #8BCA5A;
}
</style>
background-color css
<style>
a { background-color: #8BCA5A; }
a { background-color: rgb(139,202,90); }
div.DivClassName
{
background-color: #8BCA5A;
}
.BgClassName
{
background-color: #8BCA5A;
}
</style>
border-color css
<style>
span { border-color: #8BCA5A; }
span { border-color: rgb(139,202,90); }
td.TdClassName
{
border-color: #8BCA5A;
}
.TagClassName
{
border-color: #8BCA5A;
}
</style>