Shades of Mantis #89CC70
Tints of Mantis #89CC70
RGB
CMYK
RGB Variations
Color information
#89CC70 (or 0x89CC70) is known color: Mantis. HEX triplet: 89, CC and 70. RGB value is (137,204,112). Sum of RGB (Red+Green+Blue) = 137+204+112=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #89CC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89CC70 is #76338F. Grayscale: #ADADAD. Windows color (decimal): -7746448 or 7392393. OLE color: 7392393.
HSL color Cylindrical-coordinate representation of color #89CC70: hue angle of 103.7º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89CC70 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 204 | 112 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.2 |
| HSL | 103.7º | 0.47% | 0.62% | - |
| HSV(B) | 103.7º | 0.45% | 0.8% | - |
| XYZ | 34.83 | 49.67 | 23.08 | - |
| YUV | 173.48 | 93.3 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 112 | 0.33 | 0 | 0.45 | 0.2 | 103.7 | 0.47 | 0.62 |
| Hex | 89 | CC | 70 | 21 | 0 | 2D | 14 | 68 | 2F | 3E |
| Octal | 211 | 314 | 160 | 41 | 0 | 55 | 24 | 150 | 57 | 76 |
| Binary | 10001001 | 11001100 | 1110000 | 100001 | 0 | 101101 | 10100 | 1101000 | 101111 | 111110 |
Color Harmonies of #89CC70
Complementary color
Monochromatic Colors of #89CC70
Black with #89CC70
Text Example
Text Example
White with #89CC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CC70; }
p { color: rgb(137,204,112); }
H1.HeaderClassName
{
color: #89CC70;
}
.AnyTagClassName
{
color: #89CC70;
}
</style>
background-color css
<style>
a { background-color: #89CC70; }
a { background-color: rgb(137,204,112); }
div.DivClassName
{
background-color: #89CC70;
}
.BgClassName
{
background-color: #89CC70;
}
</style>
border-color css
<style>
span { border-color: #89CC70; }
span { border-color: rgb(137,204,112); }
td.TdClassName
{
border-color: #89CC70;
}
.TagClassName
{
border-color: #89CC70;
}
</style>