Shades of Mantis #89BF55
Tints of Mantis #89BF55
RGB
CMYK
RGB Variations
Color information
#89BF55 (or 0x89BF55) is known color: Mantis. HEX triplet: 89, BF and 55. RGB value is (137,191,85). Sum of RGB (Red+Green+Blue) = 137+191+85=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89BF55 is #7640AA. Grayscale: #A3A3A3. Windows color (decimal): -7749803 or 5619593. OLE color: 5619593.
HSL color Cylindrical-coordinate representation of color #89BF55: hue angle of 90.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #89BF55 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 85 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.25 |
| HSL | 90.57º | 0.45% | 0.54% | - |
| HSV(B) | 90.57º | 0.55% | 0.75% | - |
| XYZ | 30.59 | 43.24 | 15.33 | - |
| YUV | 162.77 | 84.11 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 85 | 0.28 | 0 | 0.55 | 0.25 | 90.57 | 0.45 | 0.54 |
| Hex | 89 | BF | 55 | 1C | 0 | 37 | 19 | 5B | 2D | 36 |
| Octal | 211 | 277 | 125 | 34 | 0 | 67 | 31 | 133 | 55 | 66 |
| Binary | 10001001 | 10111111 | 1010101 | 11100 | 0 | 110111 | 11001 | 1011011 | 101101 | 110110 |
Color Harmonies of #89BF55
Complementary color
Monochromatic Colors of #89BF55
Black with #89BF55
Text Example
Text Example
White with #89BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BF55; }
p { color: rgb(137,191,85); }
H1.HeaderClassName
{
color: #89BF55;
}
.AnyTagClassName
{
color: #89BF55;
}
</style>
background-color css
<style>
a { background-color: #89BF55; }
a { background-color: rgb(137,191,85); }
div.DivClassName
{
background-color: #89BF55;
}
.BgClassName
{
background-color: #89BF55;
}
</style>
border-color css
<style>
span { border-color: #89BF55; }
span { border-color: rgb(137,191,85); }
td.TdClassName
{
border-color: #89BF55;
}
.TagClassName
{
border-color: #89BF55;
}
</style>