Shades of Mantis #89C252
Tints of Mantis #89C252
RGB
CMYK
RGB Variations
Color information
#89C252 (or 0x89C252) is known color: Mantis. HEX triplet: 89, C2 and 52. RGB value is (137,194,82). Sum of RGB (Red+Green+Blue) = 137+194+82=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #89C252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89C252 is #763DAD. Grayscale: #A4A4A4. Windows color (decimal): -7749038 or 5423753. OLE color: 5423753.
HSL color Cylindrical-coordinate representation of color #89C252: hue angle of 90.54º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #89C252 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 194 | 82 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.24 |
| HSL | 90.54º | 0.48% | 0.54% | - |
| HSV(B) | 90.54º | 0.58% | 0.76% | - |
| XYZ | 31.13 | 44.51 | 14.93 | - |
| YUV | 164.19 | 81.62 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 82 | 0.29 | 0 | 0.58 | 0.24 | 90.54 | 0.48 | 0.54 |
| Hex | 89 | C2 | 52 | 1D | 0 | 3A | 18 | 5B | 30 | 36 |
| Octal | 211 | 302 | 122 | 35 | 0 | 72 | 30 | 133 | 60 | 66 |
| Binary | 10001001 | 11000010 | 1010010 | 11101 | 0 | 111010 | 11000 | 1011011 | 110000 | 110110 |
Color Harmonies of #89C252
Complementary color
Monochromatic Colors of #89C252
Black with #89C252
Text Example
Text Example
White with #89C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C252; }
p { color: rgb(137,194,82); }
H1.HeaderClassName
{
color: #89C252;
}
.AnyTagClassName
{
color: #89C252;
}
</style>
background-color css
<style>
a { background-color: #89C252; }
a { background-color: rgb(137,194,82); }
div.DivClassName
{
background-color: #89C252;
}
.BgClassName
{
background-color: #89C252;
}
</style>
border-color css
<style>
span { border-color: #89C252; }
span { border-color: rgb(137,194,82); }
td.TdClassName
{
border-color: #89C252;
}
.TagClassName
{
border-color: #89C252;
}
</style>