Shades of Mantis #96D865
Tints of Mantis #96D865
RGB
CMYK
RGB Variations
Color information
#96D865 (or 0x96D865) is known color: Mantis. HEX triplet: 96, D8 and 65. RGB value is (150,216,101). Sum of RGB (Red+Green+Blue) = 150+216+101=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #96D865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D865 is #69279A. Grayscale: #B7B7B7. Windows color (decimal): -6891419 or 6674582. OLE color: 6674582.
HSL color Cylindrical-coordinate representation of color #96D865: hue angle of 94.43º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96D865 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 216 | 101 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.15 |
| HSL | 94.43º | 0.6% | 0.62% | - |
| HSV(B) | 94.43º | 0.53% | 0.85% | - |
| XYZ | 39.48 | 56.54 | 21.14 | - |
| YUV | 183.16 | 81.63 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 216 | 101 | 0.31 | 0 | 0.53 | 0.15 | 94.43 | 0.6 | 0.62 |
| Hex | 96 | D8 | 65 | 1F | 0 | 35 | F | 5E | 3C | 3E |
| Octal | 226 | 330 | 145 | 37 | 0 | 65 | 17 | 136 | 74 | 76 |
| Binary | 10010110 | 11011000 | 1100101 | 11111 | 0 | 110101 | 1111 | 1011110 | 111100 | 111110 |
Color Harmonies of #96D865
Complementary color
Monochromatic Colors of #96D865
Black with #96D865
Text Example
Text Example
White with #96D865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D865; }
p { color: rgb(150,216,101); }
H1.HeaderClassName
{
color: #96D865;
}
.AnyTagClassName
{
color: #96D865;
}
</style>
background-color css
<style>
a { background-color: #96D865; }
a { background-color: rgb(150,216,101); }
div.DivClassName
{
background-color: #96D865;
}
.BgClassName
{
background-color: #96D865;
}
</style>
border-color css
<style>
span { border-color: #96D865; }
span { border-color: rgb(150,216,101); }
td.TdClassName
{
border-color: #96D865;
}
.TagClassName
{
border-color: #96D865;
}
</style>