Shades of Mantis #89C955
Tints of Mantis #89C955
RGB
CMYK
RGB Variations
Color information
#89C955 (or 0x89C955) is known color: Mantis. HEX triplet: 89, C9 and 55. RGB value is (137,201,85). Sum of RGB (Red+Green+Blue) = 137+201+85=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #89C955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89C955 is #7636AA. Grayscale: #A9A9A9. Windows color (decimal): -7747243 or 5622153. OLE color: 5622153.
HSL color Cylindrical-coordinate representation of color #89C955: hue angle of 93.1º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #89C955 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 201 | 85 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.21 |
| HSL | 93.1º | 0.52% | 0.56% | - |
| HSV(B) | 93.1º | 0.58% | 0.79% | - |
| XYZ | 32.84 | 47.75 | 16.08 | - |
| YUV | 168.64 | 80.8 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 201 | 85 | 0.32 | 0 | 0.58 | 0.21 | 93.1 | 0.52 | 0.56 |
| Hex | 89 | C9 | 55 | 20 | 0 | 3A | 15 | 5D | 34 | 38 |
| Octal | 211 | 311 | 125 | 40 | 0 | 72 | 25 | 135 | 64 | 70 |
| Binary | 10001001 | 11001001 | 1010101 | 100000 | 0 | 111010 | 10101 | 1011101 | 110100 | 111000 |
Color Harmonies of #89C955
Complementary color
Monochromatic Colors of #89C955
Black with #89C955
Text Example
Text Example
White with #89C955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C955; }
p { color: rgb(137,201,85); }
H1.HeaderClassName
{
color: #89C955;
}
.AnyTagClassName
{
color: #89C955;
}
</style>
background-color css
<style>
a { background-color: #89C955; }
a { background-color: rgb(137,201,85); }
div.DivClassName
{
background-color: #89C955;
}
.BgClassName
{
background-color: #89C955;
}
</style>
border-color css
<style>
span { border-color: #89C955; }
span { border-color: rgb(137,201,85); }
td.TdClassName
{
border-color: #89C955;
}
.TagClassName
{
border-color: #89C955;
}
</style>