Shades of Mantis #96D665
Tints of Mantis #96D665
RGB
CMYK
RGB Variations
Color information
#96D665 (or 0x96D665) is known color: Mantis. HEX triplet: 96, D6 and 65. RGB value is (150,214,101). Sum of RGB (Red+Green+Blue) = 150+214+101=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #96D665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D665 is #69299A. Grayscale: #B6B6B6. Windows color (decimal): -6891931 or 6674070. OLE color: 6674070.
HSL color Cylindrical-coordinate representation of color #96D665: hue angle of 93.98º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96D665 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 101 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.16 |
| HSL | 93.98º | 0.58% | 0.62% | - |
| HSV(B) | 93.98º | 0.53% | 0.84% | - |
| XYZ | 38.97 | 55.52 | 20.97 | - |
| YUV | 181.98 | 82.3 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 101 | 0.30 | 0 | 0.53 | 0.16 | 93.98 | 0.58 | 0.62 |
| Hex | 96 | D6 | 65 | 1E | 0 | 35 | 10 | 5E | 3A | 3E |
| Octal | 226 | 326 | 145 | 36 | 0 | 65 | 20 | 136 | 72 | 76 |
| Binary | 10010110 | 11010110 | 1100101 | 11110 | 0 | 110101 | 10000 | 1011110 | 111010 | 111110 |
Color Harmonies of #96D665
Complementary color
Monochromatic Colors of #96D665
Black with #96D665
Text Example
Text Example
White with #96D665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D665; }
p { color: rgb(150,214,101); }
H1.HeaderClassName
{
color: #96D665;
}
.AnyTagClassName
{
color: #96D665;
}
</style>
background-color css
<style>
a { background-color: #96D665; }
a { background-color: rgb(150,214,101); }
div.DivClassName
{
background-color: #96D665;
}
.BgClassName
{
background-color: #96D665;
}
</style>
border-color css
<style>
span { border-color: #96D665; }
span { border-color: rgb(150,214,101); }
td.TdClassName
{
border-color: #96D665;
}
.TagClassName
{
border-color: #96D665;
}
</style>