Shades of Mantis #96CB5C
Tints of Mantis #96CB5C
RGB
CMYK
RGB Variations
Color information
#96CB5C (or 0x96CB5C) is known color: Mantis. HEX triplet: 96, CB and 5C. RGB value is (150,203,92). Sum of RGB (Red+Green+Blue) = 150+203+92=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CB5C is #6934A3. Grayscale: #AEAEAE. Windows color (decimal): -6894756 or 6081430. OLE color: 6081430.
HSL color Cylindrical-coordinate representation of color #96CB5C: hue angle of 88.65º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96CB5C is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 92 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.20 |
| HSL | 88.65º | 0.52% | 0.58% | - |
| HSV(B) | 88.65º | 0.55% | 0.8% | - |
| XYZ | 35.87 | 49.97 | 17.88 | - |
| YUV | 174.5 | 81.44 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 92 | 0.26 | 0 | 0.55 | 0.20 | 88.65 | 0.52 | 0.58 |
| Hex | 96 | CB | 5C | 1A | 0 | 37 | 14 | 59 | 34 | 3A |
| Octal | 226 | 313 | 134 | 32 | 0 | 67 | 24 | 131 | 64 | 72 |
| Binary | 10010110 | 11001011 | 1011100 | 11010 | 0 | 110111 | 10100 | 1011001 | 110100 | 111010 |
Color Harmonies of #96CB5C
Complementary color
Monochromatic Colors of #96CB5C
Black with #96CB5C
Text Example
Text Example
White with #96CB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CB5C; }
p { color: rgb(150,203,92); }
H1.HeaderClassName
{
color: #96CB5C;
}
.AnyTagClassName
{
color: #96CB5C;
}
</style>
background-color css
<style>
a { background-color: #96CB5C; }
a { background-color: rgb(150,203,92); }
div.DivClassName
{
background-color: #96CB5C;
}
.BgClassName
{
background-color: #96CB5C;
}
</style>
border-color css
<style>
span { border-color: #96CB5C; }
span { border-color: rgb(150,203,92); }
td.TdClassName
{
border-color: #96CB5C;
}
.TagClassName
{
border-color: #96CB5C;
}
</style>