Shades of Mantis #96D159
Tints of Mantis #96D159
RGB
CMYK
RGB Variations
Color information
#96D159 (or 0x96D159) is known color: Mantis. HEX triplet: 96, D1 and 59. RGB value is (150,209,89). Sum of RGB (Red+Green+Blue) = 150+209+89=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #96D159 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D159 is #692EA6. Grayscale: #B2B2B2. Windows color (decimal): -6893223 or 5886358. OLE color: 5886358.
HSL color Cylindrical-coordinate representation of color #96D159: hue angle of 89.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96D159 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 209 | 89 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.18 |
| HSL | 89.5º | 0.57% | 0.58% | - |
| HSV(B) | 89.5º | 0.57% | 0.82% | - |
| XYZ | 37.18 | 52.81 | 17.68 | - |
| YUV | 177.68 | 77.95 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 89 | 0.28 | 0 | 0.57 | 0.18 | 89.5 | 0.57 | 0.58 |
| Hex | 96 | D1 | 59 | 1C | 0 | 39 | 12 | 5A | 39 | 3A |
| Octal | 226 | 321 | 131 | 34 | 0 | 71 | 22 | 132 | 71 | 72 |
| Binary | 10010110 | 11010001 | 1011001 | 11100 | 0 | 111001 | 10010 | 1011010 | 111001 | 111010 |
Color Harmonies of #96D159
Complementary color
Monochromatic Colors of #96D159
Black with #96D159
Text Example
Text Example
White with #96D159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D159; }
p { color: rgb(150,209,89); }
H1.HeaderClassName
{
color: #96D159;
}
.AnyTagClassName
{
color: #96D159;
}
</style>
background-color css
<style>
a { background-color: #96D159; }
a { background-color: rgb(150,209,89); }
div.DivClassName
{
background-color: #96D159;
}
.BgClassName
{
background-color: #96D159;
}
</style>
border-color css
<style>
span { border-color: #96D159; }
span { border-color: rgb(150,209,89); }
td.TdClassName
{
border-color: #96D159;
}
.TagClassName
{
border-color: #96D159;
}
</style>