Shades of Mantis #89BF50
Tints of Mantis #89BF50
RGB
CMYK
RGB Variations
Color information
#89BF50 (or 0x89BF50) is known color: Mantis. HEX triplet: 89, BF and 50. RGB value is (137,191,80). Sum of RGB (Red+Green+Blue) = 137+191+80=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89BF50 is #7640AF. Grayscale: #A2A2A2. Windows color (decimal): -7749808 or 5291913. OLE color: 5291913.
HSL color Cylindrical-coordinate representation of color #89BF50: hue angle of 89.19º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #89BF50 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 80 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.25 |
| HSL | 89.19º | 0.46% | 0.53% | - |
| HSV(B) | 89.19º | 0.58% | 0.75% | - |
| XYZ | 30.4 | 43.16 | 14.32 | - |
| YUV | 162.2 | 81.61 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 80 | 0.28 | 0 | 0.58 | 0.25 | 89.19 | 0.46 | 0.53 |
| Hex | 89 | BF | 50 | 1C | 0 | 3A | 19 | 59 | 2E | 35 |
| Octal | 211 | 277 | 120 | 34 | 0 | 72 | 31 | 131 | 56 | 65 |
| Binary | 10001001 | 10111111 | 1010000 | 11100 | 0 | 111010 | 11001 | 1011001 | 101110 | 110101 |
Color Harmonies of #89BF50
Complementary color
Monochromatic Colors of #89BF50
Black with #89BF50
Text Example
Text Example
White with #89BF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BF50; }
p { color: rgb(137,191,80); }
H1.HeaderClassName
{
color: #89BF50;
}
.AnyTagClassName
{
color: #89BF50;
}
</style>
background-color css
<style>
a { background-color: #89BF50; }
a { background-color: rgb(137,191,80); }
div.DivClassName
{
background-color: #89BF50;
}
.BgClassName
{
background-color: #89BF50;
}
</style>
border-color css
<style>
span { border-color: #89BF50; }
span { border-color: rgb(137,191,80); }
td.TdClassName
{
border-color: #89BF50;
}
.TagClassName
{
border-color: #89BF50;
}
</style>