Shades of Mantis #89C95F
Tints of Mantis #89C95F
RGB
CMYK
RGB Variations
Color information
#89C95F (or 0x89C95F) is known color: Mantis. HEX triplet: 89, C9 and 5F. RGB value is (137,201,95). Sum of RGB (Red+Green+Blue) = 137+201+95=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #89C95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89C95F is #7636A0. Grayscale: #AAAAAA. Windows color (decimal): -7747233 or 6277513. OLE color: 6277513.
HSL color Cylindrical-coordinate representation of color #89C95F: hue angle of 96.23º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #89C95F is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 201 | 95 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.21 |
| HSL | 96.23º | 0.5% | 0.58% | - |
| HSV(B) | 96.23º | 0.53% | 0.79% | - |
| XYZ | 33.27 | 47.92 | 18.32 | - |
| YUV | 169.78 | 85.8 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 201 | 95 | 0.32 | 0 | 0.53 | 0.21 | 96.23 | 0.5 | 0.58 |
| Hex | 89 | C9 | 5F | 20 | 0 | 35 | 15 | 60 | 32 | 3A |
| Octal | 211 | 311 | 137 | 40 | 0 | 65 | 25 | 140 | 62 | 72 |
| Binary | 10001001 | 11001001 | 1011111 | 100000 | 0 | 110101 | 10101 | 1100000 | 110010 | 111010 |
Color Harmonies of #89C95F
Complementary color
Monochromatic Colors of #89C95F
Black with #89C95F
Text Example
Text Example
White with #89C95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C95F; }
p { color: rgb(137,201,95); }
H1.HeaderClassName
{
color: #89C95F;
}
.AnyTagClassName
{
color: #89C95F;
}
</style>
background-color css
<style>
a { background-color: #89C95F; }
a { background-color: rgb(137,201,95); }
div.DivClassName
{
background-color: #89C95F;
}
.BgClassName
{
background-color: #89C95F;
}
</style>
border-color css
<style>
span { border-color: #89C95F; }
span { border-color: rgb(137,201,95); }
td.TdClassName
{
border-color: #89C95F;
}
.TagClassName
{
border-color: #89C95F;
}
</style>