Shades of Mantis #8BC95A
Tints of Mantis #8BC95A
RGB
CMYK
RGB Variations
Color information
#8BC95A (or 0x8BC95A) is known color: Mantis. HEX triplet: 8B, C9 and 5A. RGB value is (139,201,90). Sum of RGB (Red+Green+Blue) = 139+201+90=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC95A is #7436A5. Grayscale: #AAAAAA. Windows color (decimal): -7616166 or 5949835. OLE color: 5949835.
HSL color Cylindrical-coordinate representation of color #8BC95A: hue angle of 93.51º 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 #8BC95A is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 90 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.21 |
| HSL | 93.51º | 0.51% | 0.57% | - |
| HSV(B) | 93.51º | 0.55% | 0.79% | - |
| XYZ | 33.38 | 48 | 17.18 | - |
| YUV | 169.81 | 82.96 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 90 | 0.31 | 0 | 0.55 | 0.21 | 93.51 | 0.51 | 0.57 |
| Hex | 8B | C9 | 5A | 1F | 0 | 37 | 15 | 5E | 33 | 39 |
| Octal | 213 | 311 | 132 | 37 | 0 | 67 | 25 | 136 | 63 | 71 |
| Binary | 10001011 | 11001001 | 1011010 | 11111 | 0 | 110111 | 10101 | 1011110 | 110011 | 111001 |
Color Harmonies of #8BC95A
Complementary color
Monochromatic Colors of #8BC95A
Black with #8BC95A
Text Example
Text Example
White with #8BC95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC95A; }
p { color: rgb(139,201,90); }
H1.HeaderClassName
{
color: #8BC95A;
}
.AnyTagClassName
{
color: #8BC95A;
}
</style>
background-color css
<style>
a { background-color: #8BC95A; }
a { background-color: rgb(139,201,90); }
div.DivClassName
{
background-color: #8BC95A;
}
.BgClassName
{
background-color: #8BC95A;
}
</style>
border-color css
<style>
span { border-color: #8BC95A; }
span { border-color: rgb(139,201,90); }
td.TdClassName
{
border-color: #8BC95A;
}
.TagClassName
{
border-color: #8BC95A;
}
</style>