Shades of Mantis #8ABE4D
Tints of Mantis #8ABE4D
RGB
CMYK
RGB Variations
Color information
#8ABE4D (or 0x8ABE4D) is known color: Mantis. HEX triplet: 8A, BE and 4D. RGB value is (138,190,77). Sum of RGB (Red+Green+Blue) = 138+190+77=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABE4D is #7541B2. Grayscale: #A1A1A1. Windows color (decimal): -7684531 or 5095050. OLE color: 5095050.
HSL color Cylindrical-coordinate representation of color #8ABE4D: hue angle of 87.61º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8ABE4D is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 190 | 77 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.25 |
| HSL | 87.61º | 0.47% | 0.52% | - |
| HSV(B) | 87.61º | 0.59% | 0.75% | - |
| XYZ | 30.23 | 42.77 | 13.68 | - |
| YUV | 161.57 | 80.27 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 77 | 0.27 | 0 | 0.59 | 0.25 | 87.61 | 0.47 | 0.52 |
| Hex | 8A | BE | 4D | 1B | 0 | 3B | 19 | 58 | 2F | 34 |
| Octal | 212 | 276 | 115 | 33 | 0 | 73 | 31 | 130 | 57 | 64 |
| Binary | 10001010 | 10111110 | 1001101 | 11011 | 0 | 111011 | 11001 | 1011000 | 101111 | 110100 |
Color Harmonies of #8ABE4D
Complementary color
Monochromatic Colors of #8ABE4D
Black with #8ABE4D
Text Example
Text Example
White with #8ABE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABE4D; }
p { color: rgb(138,190,77); }
H1.HeaderClassName
{
color: #8ABE4D;
}
.AnyTagClassName
{
color: #8ABE4D;
}
</style>
background-color css
<style>
a { background-color: #8ABE4D; }
a { background-color: rgb(138,190,77); }
div.DivClassName
{
background-color: #8ABE4D;
}
.BgClassName
{
background-color: #8ABE4D;
}
</style>
border-color css
<style>
span { border-color: #8ABE4D; }
span { border-color: rgb(138,190,77); }
td.TdClassName
{
border-color: #8ABE4D;
}
.TagClassName
{
border-color: #8ABE4D;
}
</style>