Shades of Mantis #96CF5D
Tints of Mantis #96CF5D
RGB
CMYK
RGB Variations
Color information
#96CF5D (or 0x96CF5D) is known color: Mantis. HEX triplet: 96, CF and 5D. RGB value is (150,207,93). Sum of RGB (Red+Green+Blue) = 150+207+93=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF5D is #6930A2. Grayscale: #B1B1B1. Windows color (decimal): -6893731 or 6147990. OLE color: 6147990.
HSL color Cylindrical-coordinate representation of color #96CF5D: hue angle of 90º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96CF5D is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 93 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.19 |
| HSL | 90º | 0.54% | 0.59% | - |
| HSV(B) | 90º | 0.55% | 0.81% | - |
| XYZ | 36.87 | 51.9 | 18.43 | - |
| YUV | 176.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 93 | 0.28 | 0 | 0.55 | 0.19 | 90 | 0.54 | 0.59 |
| Hex | 96 | CF | 5D | 1C | 0 | 37 | 13 | 5A | 36 | 3B |
| Octal | 226 | 317 | 135 | 34 | 0 | 67 | 23 | 132 | 66 | 73 |
| Binary | 10010110 | 11001111 | 1011101 | 11100 | 0 | 110111 | 10011 | 1011010 | 110110 | 111011 |
Color Harmonies of #96CF5D
Complementary color
Monochromatic Colors of #96CF5D
Black with #96CF5D
Text Example
Text Example
White with #96CF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF5D; }
p { color: rgb(150,207,93); }
H1.HeaderClassName
{
color: #96CF5D;
}
.AnyTagClassName
{
color: #96CF5D;
}
</style>
background-color css
<style>
a { background-color: #96CF5D; }
a { background-color: rgb(150,207,93); }
div.DivClassName
{
background-color: #96CF5D;
}
.BgClassName
{
background-color: #96CF5D;
}
</style>
border-color css
<style>
span { border-color: #96CF5D; }
span { border-color: rgb(150,207,93); }
td.TdClassName
{
border-color: #96CF5D;
}
.TagClassName
{
border-color: #96CF5D;
}
</style>