Shades of Mantis #89C064
Tints of Mantis #89C064
RGB
CMYK
RGB Variations
Color information
#89C064 (or 0x89C064) is known color: Mantis. HEX triplet: 89, C0 and 64. RGB value is (137,192,100). Sum of RGB (Red+Green+Blue) = 137+192+100=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #89C064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89C064 is #763F9B. Grayscale: #A5A5A5. Windows color (decimal): -7749532 or 6602889. OLE color: 6602889.
HSL color Cylindrical-coordinate representation of color #89C064: hue angle of 95.87º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89C064 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 100 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.25 |
| HSL | 95.87º | 0.42% | 0.57% | - |
| HSV(B) | 95.87º | 0.48% | 0.75% | - |
| XYZ | 31.47 | 43.94 | 18.88 | - |
| YUV | 165.07 | 91.28 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 100 | 0.29 | 0 | 0.48 | 0.25 | 95.87 | 0.42 | 0.57 |
| Hex | 89 | C0 | 64 | 1D | 0 | 30 | 19 | 60 | 2A | 39 |
| Octal | 211 | 300 | 144 | 35 | 0 | 60 | 31 | 140 | 52 | 71 |
| Binary | 10001001 | 11000000 | 1100100 | 11101 | 0 | 110000 | 11001 | 1100000 | 101010 | 111001 |
Color Harmonies of #89C064
Complementary color
Monochromatic Colors of #89C064
Black with #89C064
Text Example
Text Example
White with #89C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C064; }
p { color: rgb(137,192,100); }
H1.HeaderClassName
{
color: #89C064;
}
.AnyTagClassName
{
color: #89C064;
}
</style>
background-color css
<style>
a { background-color: #89C064; }
a { background-color: rgb(137,192,100); }
div.DivClassName
{
background-color: #89C064;
}
.BgClassName
{
background-color: #89C064;
}
</style>
border-color css
<style>
span { border-color: #89C064; }
span { border-color: rgb(137,192,100); }
td.TdClassName
{
border-color: #89C064;
}
.TagClassName
{
border-color: #89C064;
}
</style>