Shades of Mantis #8BCA5C
Tints of Mantis #8BCA5C
RGB
CMYK
RGB Variations
Color information
#8BCA5C (or 0x8BCA5C) is known color: Mantis. HEX triplet: 8B, CA and 5C. RGB value is (139,202,92). Sum of RGB (Red+Green+Blue) = 139+202+92=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCA5C is #7435A3. Grayscale: #ABABAB. Windows color (decimal): -7615908 or 6081163. OLE color: 6081163.
HSL color Cylindrical-coordinate representation of color #8BCA5C: hue angle of 94.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BCA5C is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 92 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.21 |
| HSL | 94.36º | 0.51% | 0.58% | - |
| HSV(B) | 94.36º | 0.54% | 0.79% | - |
| XYZ | 33.7 | 48.5 | 17.71 | - |
| YUV | 170.62 | 83.63 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 92 | 0.31 | 0 | 0.54 | 0.21 | 94.36 | 0.51 | 0.58 |
| Hex | 8B | CA | 5C | 1F | 0 | 36 | 15 | 5E | 33 | 3A |
| Octal | 213 | 312 | 134 | 37 | 0 | 66 | 25 | 136 | 63 | 72 |
| Binary | 10001011 | 11001010 | 1011100 | 11111 | 0 | 110110 | 10101 | 1011110 | 110011 | 111010 |
Color Harmonies of #8BCA5C
Complementary color
Monochromatic Colors of #8BCA5C
Black with #8BCA5C
Text Example
Text Example
White with #8BCA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCA5C; }
p { color: rgb(139,202,92); }
H1.HeaderClassName
{
color: #8BCA5C;
}
.AnyTagClassName
{
color: #8BCA5C;
}
</style>
background-color css
<style>
a { background-color: #8BCA5C; }
a { background-color: rgb(139,202,92); }
div.DivClassName
{
background-color: #8BCA5C;
}
.BgClassName
{
background-color: #8BCA5C;
}
</style>
border-color css
<style>
span { border-color: #8BCA5C; }
span { border-color: rgb(139,202,92); }
td.TdClassName
{
border-color: #8BCA5C;
}
.TagClassName
{
border-color: #8BCA5C;
}
</style>