Shades of Mantis #89C365
Tints of Mantis #89C365
RGB
CMYK
RGB Variations
Color information
#89C365 (or 0x89C365) is known color: Mantis. HEX triplet: 89, C3 and 65. RGB value is (137,195,101). Sum of RGB (Red+Green+Blue) = 137+195+101=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #89C365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89C365 is #763C9A. Grayscale: #A7A7A7. Windows color (decimal): -7748763 or 6669193. OLE color: 6669193.
HSL color Cylindrical-coordinate representation of color #89C365: hue angle of 97.02º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89C365 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 195 | 101 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.24 |
| HSL | 97.02º | 0.44% | 0.58% | - |
| HSV(B) | 97.02º | 0.48% | 0.76% | - |
| XYZ | 32.18 | 45.29 | 19.36 | - |
| YUV | 166.94 | 90.78 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 195 | 101 | 0.30 | 0 | 0.48 | 0.24 | 97.02 | 0.44 | 0.58 |
| Hex | 89 | C3 | 65 | 1E | 0 | 30 | 18 | 61 | 2C | 3A |
| Octal | 211 | 303 | 145 | 36 | 0 | 60 | 30 | 141 | 54 | 72 |
| Binary | 10001001 | 11000011 | 1100101 | 11110 | 0 | 110000 | 11000 | 1100001 | 101100 | 111010 |
Color Harmonies of #89C365
Complementary color
Monochromatic Colors of #89C365
Black with #89C365
Text Example
Text Example
White with #89C365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C365; }
p { color: rgb(137,195,101); }
H1.HeaderClassName
{
color: #89C365;
}
.AnyTagClassName
{
color: #89C365;
}
</style>
background-color css
<style>
a { background-color: #89C365; }
a { background-color: rgb(137,195,101); }
div.DivClassName
{
background-color: #89C365;
}
.BgClassName
{
background-color: #89C365;
}
</style>
border-color css
<style>
span { border-color: #89C365; }
span { border-color: rgb(137,195,101); }
td.TdClassName
{
border-color: #89C365;
}
.TagClassName
{
border-color: #89C365;
}
</style>