Shades of Mantis #96CF60
Tints of Mantis #96CF60
RGB
CMYK
RGB Variations
Color information
#96CF60 (or 0x96CF60) is known color: Mantis. HEX triplet: 96, CF and 60. RGB value is (150,207,96). Sum of RGB (Red+Green+Blue) = 150+207+96=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF60 is #69309F. Grayscale: #B1B1B1. Windows color (decimal): -6893728 or 6344598. OLE color: 6344598.
HSL color Cylindrical-coordinate representation of color #96CF60: hue angle of 90.81º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96CF60 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 96 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.19 |
| HSL | 90.81º | 0.54% | 0.59% | - |
| HSV(B) | 90.81º | 0.54% | 0.81% | - |
| XYZ | 37 | 51.95 | 19.14 | - |
| YUV | 177.3 | 82.12 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 96 | 0.28 | 0 | 0.54 | 0.19 | 90.81 | 0.54 | 0.59 |
| Hex | 96 | CF | 60 | 1C | 0 | 36 | 13 | 5B | 36 | 3B |
| Octal | 226 | 317 | 140 | 34 | 0 | 66 | 23 | 133 | 66 | 73 |
| Binary | 10010110 | 11001111 | 1100000 | 11100 | 0 | 110110 | 10011 | 1011011 | 110110 | 111011 |
Color Harmonies of #96CF60
Complementary color
Monochromatic Colors of #96CF60
Black with #96CF60
Text Example
Text Example
White with #96CF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF60; }
p { color: rgb(150,207,96); }
H1.HeaderClassName
{
color: #96CF60;
}
.AnyTagClassName
{
color: #96CF60;
}
</style>
background-color css
<style>
a { background-color: #96CF60; }
a { background-color: rgb(150,207,96); }
div.DivClassName
{
background-color: #96CF60;
}
.BgClassName
{
background-color: #96CF60;
}
</style>
border-color css
<style>
span { border-color: #96CF60; }
span { border-color: rgb(150,207,96); }
td.TdClassName
{
border-color: #96CF60;
}
.TagClassName
{
border-color: #96CF60;
}
</style>