Shades of Mantis #89C170
Tints of Mantis #89C170
RGB
CMYK
RGB Variations
Color information
#89C170 (or 0x89C170) is known color: Mantis. HEX triplet: 89, C1 and 70. RGB value is (137,193,112). Sum of RGB (Red+Green+Blue) = 137+193+112=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 193 - color contains mainly: green. Hex color #89C170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89C170 is #763E8F. Grayscale: #A7A7A7. Windows color (decimal): -7749264 or 7389577. OLE color: 7389577.
HSL color Cylindrical-coordinate representation of color #89C170: hue angle of 101.48º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89C170 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 193 | 112 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.24 |
| HSL | 101.48º | 0.4% | 0.6% | - |
| HSV(B) | 101.48º | 0.42% | 0.76% | - |
| XYZ | 32.31 | 44.63 | 22.24 | - |
| YUV | 167.02 | 96.95 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 193 | 112 | 0.29 | 0 | 0.42 | 0.24 | 101.48 | 0.4 | 0.6 |
| Hex | 89 | C1 | 70 | 1D | 0 | 2A | 18 | 65 | 28 | 3C |
| Octal | 211 | 301 | 160 | 35 | 0 | 52 | 30 | 145 | 50 | 74 |
| Binary | 10001001 | 11000001 | 1110000 | 11101 | 0 | 101010 | 11000 | 1100101 | 101000 | 111100 |
Color Harmonies of #89C170
Complementary color
Monochromatic Colors of #89C170
Black with #89C170
Text Example
Text Example
White with #89C170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C170; }
p { color: rgb(137,193,112); }
H1.HeaderClassName
{
color: #89C170;
}
.AnyTagClassName
{
color: #89C170;
}
</style>
background-color css
<style>
a { background-color: #89C170; }
a { background-color: rgb(137,193,112); }
div.DivClassName
{
background-color: #89C170;
}
.BgClassName
{
background-color: #89C170;
}
</style>
border-color css
<style>
span { border-color: #89C170; }
span { border-color: rgb(137,193,112); }
td.TdClassName
{
border-color: #89C170;
}
.TagClassName
{
border-color: #89C170;
}
</style>