Shades of Mantis #96CF5B
Tints of Mantis #96CF5B
RGB
CMYK
RGB Variations
Color information
#96CF5B (or 0x96CF5B) is known color: Mantis. HEX triplet: 96, CF and 5B. RGB value is (150,207,91). Sum of RGB (Red+Green+Blue) = 150+207+91=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF5B is #6930A4. Grayscale: #B1B1B1. Windows color (decimal): -6893733 or 6016918. OLE color: 6016918.
HSL color Cylindrical-coordinate representation of color #96CF5B: hue angle of 89.48º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96CF5B is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 91 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.19 |
| HSL | 89.48º | 0.55% | 0.58% | - |
| HSV(B) | 89.48º | 0.56% | 0.81% | - |
| XYZ | 36.78 | 51.87 | 17.97 | - |
| YUV | 176.73 | 79.62 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 91 | 0.28 | 0 | 0.56 | 0.19 | 89.48 | 0.55 | 0.58 |
| Hex | 96 | CF | 5B | 1C | 0 | 38 | 13 | 59 | 37 | 3A |
| Octal | 226 | 317 | 133 | 34 | 0 | 70 | 23 | 131 | 67 | 72 |
| Binary | 10010110 | 11001111 | 1011011 | 11100 | 0 | 111000 | 10011 | 1011001 | 110111 | 111010 |
Color Harmonies of #96CF5B
Complementary color
Monochromatic Colors of #96CF5B
Black with #96CF5B
Text Example
Text Example
White with #96CF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF5B; }
p { color: rgb(150,207,91); }
H1.HeaderClassName
{
color: #96CF5B;
}
.AnyTagClassName
{
color: #96CF5B;
}
</style>
background-color css
<style>
a { background-color: #96CF5B; }
a { background-color: rgb(150,207,91); }
div.DivClassName
{
background-color: #96CF5B;
}
.BgClassName
{
background-color: #96CF5B;
}
</style>
border-color css
<style>
span { border-color: #96CF5B; }
span { border-color: rgb(150,207,91); }
td.TdClassName
{
border-color: #96CF5B;
}
.TagClassName
{
border-color: #96CF5B;
}
</style>