Shades of Mantis #96D35C
Tints of Mantis #96D35C
RGB
CMYK
RGB Variations
Color information
#96D35C (or 0x96D35C) is known color: Mantis. HEX triplet: 96, D3 and 5C. RGB value is (150,211,92). Sum of RGB (Red+Green+Blue) = 150+211+92=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 211 - color contains mainly: green. Hex color #96D35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D35C is #692CA3. Grayscale: #B3B3B3. Windows color (decimal): -6892708 or 6083478. OLE color: 6083478.
HSL color Cylindrical-coordinate representation of color #96D35C: hue angle of 90.76º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96D35C is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 211 | 92 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.17 |
| HSL | 90.76º | 0.57% | 0.59% | - |
| HSV(B) | 90.76º | 0.56% | 0.83% | - |
| XYZ | 37.8 | 53.85 | 18.53 | - |
| YUV | 179.2 | 78.79 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 211 | 92 | 0.29 | 0 | 0.56 | 0.17 | 90.76 | 0.57 | 0.59 |
| Hex | 96 | D3 | 5C | 1D | 0 | 38 | 11 | 5B | 39 | 3B |
| Octal | 226 | 323 | 134 | 35 | 0 | 70 | 21 | 133 | 71 | 73 |
| Binary | 10010110 | 11010011 | 1011100 | 11101 | 0 | 111000 | 10001 | 1011011 | 111001 | 111011 |
Color Harmonies of #96D35C
Complementary color
Monochromatic Colors of #96D35C
Black with #96D35C
Text Example
Text Example
White with #96D35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D35C; }
p { color: rgb(150,211,92); }
H1.HeaderClassName
{
color: #96D35C;
}
.AnyTagClassName
{
color: #96D35C;
}
</style>
background-color css
<style>
a { background-color: #96D35C; }
a { background-color: rgb(150,211,92); }
div.DivClassName
{
background-color: #96D35C;
}
.BgClassName
{
background-color: #96D35C;
}
</style>
border-color css
<style>
span { border-color: #96D35C; }
span { border-color: rgb(150,211,92); }
td.TdClassName
{
border-color: #96D35C;
}
.TagClassName
{
border-color: #96D35C;
}
</style>