Shades of Mantis #89C552
Tints of Mantis #89C552
RGB
CMYK
RGB Variations
Color information
#89C552 (or 0x89C552) is known color: Mantis. HEX triplet: 89, C5 and 52. RGB value is (137,197,82). Sum of RGB (Red+Green+Blue) = 137+197+82=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #89C552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89C552 is #763AAD. Grayscale: #A6A6A6. Windows color (decimal): -7748270 or 5424521. OLE color: 5424521.
HSL color Cylindrical-coordinate representation of color #89C552: hue angle of 91.3º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #89C552 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 197 | 82 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.23 |
| HSL | 91.3º | 0.5% | 0.55% | - |
| HSV(B) | 91.3º | 0.58% | 0.77% | - |
| XYZ | 31.81 | 45.86 | 15.16 | - |
| YUV | 165.95 | 80.62 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 197 | 82 | 0.30 | 0 | 0.58 | 0.23 | 91.3 | 0.5 | 0.55 |
| Hex | 89 | C5 | 52 | 1E | 0 | 3A | 17 | 5B | 32 | 37 |
| Octal | 211 | 305 | 122 | 36 | 0 | 72 | 27 | 133 | 62 | 67 |
| Binary | 10001001 | 11000101 | 1010010 | 11110 | 0 | 111010 | 10111 | 1011011 | 110010 | 110111 |
Color Harmonies of #89C552
Complementary color
Monochromatic Colors of #89C552
Black with #89C552
Text Example
Text Example
White with #89C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C552; }
p { color: rgb(137,197,82); }
H1.HeaderClassName
{
color: #89C552;
}
.AnyTagClassName
{
color: #89C552;
}
</style>
background-color css
<style>
a { background-color: #89C552; }
a { background-color: rgb(137,197,82); }
div.DivClassName
{
background-color: #89C552;
}
.BgClassName
{
background-color: #89C552;
}
</style>
border-color css
<style>
span { border-color: #89C552; }
span { border-color: rgb(137,197,82); }
td.TdClassName
{
border-color: #89C552;
}
.TagClassName
{
border-color: #89C552;
}
</style>