Shades of Mantis #96CA5B
Tints of Mantis #96CA5B
RGB
CMYK
RGB Variations
Color information
#96CA5B (or 0x96CA5B) is known color: Mantis. HEX triplet: 96, CA and 5B. RGB value is (150,202,91). Sum of RGB (Red+Green+Blue) = 150+202+91=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA5B is #6935A4. Grayscale: #AEAEAE. Windows color (decimal): -6895013 or 6015638. OLE color: 6015638.
HSL color Cylindrical-coordinate representation of color #96CA5B: hue angle of 88.11º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96CA5B is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 91 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.21 |
| HSL | 88.11º | 0.51% | 0.57% | - |
| HSV(B) | 88.11º | 0.55% | 0.79% | - |
| XYZ | 35.59 | 49.48 | 17.57 | - |
| YUV | 173.8 | 81.27 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 91 | 0.26 | 0 | 0.55 | 0.21 | 88.11 | 0.51 | 0.57 |
| Hex | 96 | CA | 5B | 1A | 0 | 37 | 15 | 58 | 33 | 39 |
| Octal | 226 | 312 | 133 | 32 | 0 | 67 | 25 | 130 | 63 | 71 |
| Binary | 10010110 | 11001010 | 1011011 | 11010 | 0 | 110111 | 10101 | 1011000 | 110011 | 111001 |
Color Harmonies of #96CA5B
Complementary color
Monochromatic Colors of #96CA5B
Black with #96CA5B
Text Example
Text Example
White with #96CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CA5B; }
p { color: rgb(150,202,91); }
H1.HeaderClassName
{
color: #96CA5B;
}
.AnyTagClassName
{
color: #96CA5B;
}
</style>
background-color css
<style>
a { background-color: #96CA5B; }
a { background-color: rgb(150,202,91); }
div.DivClassName
{
background-color: #96CA5B;
}
.BgClassName
{
background-color: #96CA5B;
}
</style>
border-color css
<style>
span { border-color: #96CA5B; }
span { border-color: rgb(150,202,91); }
td.TdClassName
{
border-color: #96CA5B;
}
.TagClassName
{
border-color: #96CA5B;
}
</style>