Shades of Mantis #96D15B
Tints of Mantis #96D15B
RGB
CMYK
RGB Variations
Color information
#96D15B (or 0x96D15B) is known color: Mantis. HEX triplet: 96, D1 and 5B. RGB value is (150,209,91). Sum of RGB (Red+Green+Blue) = 150+209+91=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #96D15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D15B is #692EA4. Grayscale: #B2B2B2. Windows color (decimal): -6893221 or 6017430. OLE color: 6017430.
HSL color Cylindrical-coordinate representation of color #96D15B: hue angle of 90º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96D15B is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 209 | 91 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.18 |
| HSL | 90º | 0.56% | 0.59% | - |
| HSV(B) | 90º | 0.56% | 0.82% | - |
| XYZ | 37.27 | 52.84 | 18.13 | - |
| YUV | 177.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 91 | 0.28 | 0 | 0.56 | 0.18 | 90 | 0.56 | 0.59 |
| Hex | 96 | D1 | 5B | 1C | 0 | 38 | 12 | 5A | 38 | 3B |
| Octal | 226 | 321 | 133 | 34 | 0 | 70 | 22 | 132 | 70 | 73 |
| Binary | 10010110 | 11010001 | 1011011 | 11100 | 0 | 111000 | 10010 | 1011010 | 111000 | 111011 |
Color Harmonies of #96D15B
Complementary color
Monochromatic Colors of #96D15B
Black with #96D15B
Text Example
Text Example
White with #96D15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D15B; }
p { color: rgb(150,209,91); }
H1.HeaderClassName
{
color: #96D15B;
}
.AnyTagClassName
{
color: #96D15B;
}
</style>
background-color css
<style>
a { background-color: #96D15B; }
a { background-color: rgb(150,209,91); }
div.DivClassName
{
background-color: #96D15B;
}
.BgClassName
{
background-color: #96D15B;
}
</style>
border-color css
<style>
span { border-color: #96D15B; }
span { border-color: rgb(150,209,91); }
td.TdClassName
{
border-color: #96D15B;
}
.TagClassName
{
border-color: #96D15B;
}
</style>