Shades of Mantis #89C055
Tints of Mantis #89C055
RGB
CMYK
RGB Variations
Color information
#89C055 (or 0x89C055) is known color: Mantis. HEX triplet: 89, C0 and 55. RGB value is (137,192,85). Sum of RGB (Red+Green+Blue) = 137+192+85=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #89C055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89C055 is #763FAA. Grayscale: #A3A3A3. Windows color (decimal): -7749547 or 5619849. OLE color: 5619849.
HSL color Cylindrical-coordinate representation of color #89C055: hue angle of 90.84º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #89C055 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 85 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.25 |
| HSL | 90.84º | 0.46% | 0.54% | - |
| HSV(B) | 90.84º | 0.56% | 0.75% | - |
| XYZ | 30.81 | 43.67 | 15.4 | - |
| YUV | 163.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 85 | 0.29 | 0 | 0.56 | 0.25 | 90.84 | 0.46 | 0.54 |
| Hex | 89 | C0 | 55 | 1D | 0 | 38 | 19 | 5B | 2E | 36 |
| Octal | 211 | 300 | 125 | 35 | 0 | 70 | 31 | 133 | 56 | 66 |
| Binary | 10001001 | 11000000 | 1010101 | 11101 | 0 | 111000 | 11001 | 1011011 | 101110 | 110110 |
Color Harmonies of #89C055
Complementary color
Monochromatic Colors of #89C055
Black with #89C055
Text Example
Text Example
White with #89C055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C055; }
p { color: rgb(137,192,85); }
H1.HeaderClassName
{
color: #89C055;
}
.AnyTagClassName
{
color: #89C055;
}
</style>
background-color css
<style>
a { background-color: #89C055; }
a { background-color: rgb(137,192,85); }
div.DivClassName
{
background-color: #89C055;
}
.BgClassName
{
background-color: #89C055;
}
</style>
border-color css
<style>
span { border-color: #89C055; }
span { border-color: rgb(137,192,85); }
td.TdClassName
{
border-color: #89C055;
}
.TagClassName
{
border-color: #89C055;
}
</style>