Shades of Mantis #89C94B
Tints of Mantis #89C94B
RGB
CMYK
RGB Variations
Color information
#89C94B (or 0x89C94B) is known color: Mantis. HEX triplet: 89, C9 and 4B. RGB value is (137,201,75). Sum of RGB (Red+Green+Blue) = 137+201+75=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #89C94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C94B is #7636B4. Grayscale: #A7A7A7. Windows color (decimal): -7747253 or 4966793. OLE color: 4966793.
HSL color Cylindrical-coordinate representation of color #89C94B: hue angle of 90.48º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #89C94B is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 201 | 75 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.21 |
| HSL | 90.48º | 0.54% | 0.54% | - |
| HSV(B) | 90.48º | 0.63% | 0.79% | - |
| XYZ | 32.47 | 47.6 | 14.13 | - |
| YUV | 167.5 | 75.8 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 201 | 75 | 0.32 | 0 | 0.63 | 0.21 | 90.48 | 0.54 | 0.54 |
| Hex | 89 | C9 | 4B | 20 | 0 | 3F | 15 | 5A | 36 | 36 |
| Octal | 211 | 311 | 113 | 40 | 0 | 77 | 25 | 132 | 66 | 66 |
| Binary | 10001001 | 11001001 | 1001011 | 100000 | 0 | 111111 | 10101 | 1011010 | 110110 | 110110 |
Color Harmonies of #89C94B
Complementary color
Monochromatic Colors of #89C94B
Black with #89C94B
Text Example
Text Example
White with #89C94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C94B; }
p { color: rgb(137,201,75); }
H1.HeaderClassName
{
color: #89C94B;
}
.AnyTagClassName
{
color: #89C94B;
}
</style>
background-color css
<style>
a { background-color: #89C94B; }
a { background-color: rgb(137,201,75); }
div.DivClassName
{
background-color: #89C94B;
}
.BgClassName
{
background-color: #89C94B;
}
</style>
border-color css
<style>
span { border-color: #89C94B; }
span { border-color: rgb(137,201,75); }
td.TdClassName
{
border-color: #89C94B;
}
.TagClassName
{
border-color: #89C94B;
}
</style>