Shades of Mantis #8ABE53
Tints of Mantis #8ABE53
RGB
CMYK
RGB Variations
Color information
#8ABE53 (or 0x8ABE53) is known color: Mantis. HEX triplet: 8A, BE and 53. RGB value is (138,190,83). Sum of RGB (Red+Green+Blue) = 138+190+83=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABE53 is #7541AC. Grayscale: #A2A2A2. Windows color (decimal): -7684525 or 5488266. OLE color: 5488266.
HSL color Cylindrical-coordinate representation of color #8ABE53: hue angle of 89.16º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8ABE53 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 190 | 83 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.25 |
| HSL | 89.16º | 0.45% | 0.54% | - |
| HSV(B) | 89.16º | 0.56% | 0.75% | - |
| XYZ | 30.46 | 42.85 | 14.85 | - |
| YUV | 162.25 | 83.27 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 83 | 0.27 | 0 | 0.56 | 0.25 | 89.16 | 0.45 | 0.54 |
| Hex | 8A | BE | 53 | 1B | 0 | 38 | 19 | 59 | 2D | 36 |
| Octal | 212 | 276 | 123 | 33 | 0 | 70 | 31 | 131 | 55 | 66 |
| Binary | 10001010 | 10111110 | 1010011 | 11011 | 0 | 111000 | 11001 | 1011001 | 101101 | 110110 |
Color Harmonies of #8ABE53
Complementary color
Monochromatic Colors of #8ABE53
Black with #8ABE53
Text Example
Text Example
White with #8ABE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABE53; }
p { color: rgb(138,190,83); }
H1.HeaderClassName
{
color: #8ABE53;
}
.AnyTagClassName
{
color: #8ABE53;
}
</style>
background-color css
<style>
a { background-color: #8ABE53; }
a { background-color: rgb(138,190,83); }
div.DivClassName
{
background-color: #8ABE53;
}
.BgClassName
{
background-color: #8ABE53;
}
</style>
border-color css
<style>
span { border-color: #8ABE53; }
span { border-color: rgb(138,190,83); }
td.TdClassName
{
border-color: #8ABE53;
}
.TagClassName
{
border-color: #8ABE53;
}
</style>