Shades of Mantis #96D65A
Tints of Mantis #96D65A
RGB
CMYK
RGB Variations
Color information
#96D65A (or 0x96D65A) is known color: Mantis. HEX triplet: 96, D6 and 5A. RGB value is (150,214,90). Sum of RGB (Red+Green+Blue) = 150+214+90=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #96D65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D65A is #6929A5. Grayscale: #B5B5B5. Windows color (decimal): -6891942 or 5953174. OLE color: 5953174.
HSL color Cylindrical-coordinate representation of color #96D65A: hue angle of 90.97º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96D65A is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 90 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.16 |
| HSL | 90.97º | 0.6% | 0.6% | - |
| HSV(B) | 90.97º | 0.58% | 0.84% | - |
| XYZ | 38.47 | 55.32 | 18.32 | - |
| YUV | 180.73 | 76.8 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 90 | 0.30 | 0 | 0.58 | 0.16 | 90.97 | 0.6 | 0.6 |
| Hex | 96 | D6 | 5A | 1E | 0 | 3A | 10 | 5B | 3C | 3C |
| Octal | 226 | 326 | 132 | 36 | 0 | 72 | 20 | 133 | 74 | 74 |
| Binary | 10010110 | 11010110 | 1011010 | 11110 | 0 | 111010 | 10000 | 1011011 | 111100 | 111100 |
Color Harmonies of #96D65A
Complementary color
Monochromatic Colors of #96D65A
Black with #96D65A
Text Example
Text Example
White with #96D65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D65A; }
p { color: rgb(150,214,90); }
H1.HeaderClassName
{
color: #96D65A;
}
.AnyTagClassName
{
color: #96D65A;
}
</style>
background-color css
<style>
a { background-color: #96D65A; }
a { background-color: rgb(150,214,90); }
div.DivClassName
{
background-color: #96D65A;
}
.BgClassName
{
background-color: #96D65A;
}
</style>
border-color css
<style>
span { border-color: #96D65A; }
span { border-color: rgb(150,214,90); }
td.TdClassName
{
border-color: #96D65A;
}
.TagClassName
{
border-color: #96D65A;
}
</style>