Shades of Mantis #96CF5A
Tints of Mantis #96CF5A
RGB
CMYK
RGB Variations
Color information
#96CF5A (or 0x96CF5A) is known color: Mantis. HEX triplet: 96, CF and 5A. RGB value is (150,207,90). Sum of RGB (Red+Green+Blue) = 150+207+90=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF5A is #6930A5. Grayscale: #B1B1B1. Windows color (decimal): -6893734 or 5951382. OLE color: 5951382.
HSL color Cylindrical-coordinate representation of color #96CF5A: hue angle of 89.23º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96CF5A is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 90 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.19 |
| HSL | 89.23º | 0.55% | 0.58% | - |
| HSV(B) | 89.23º | 0.57% | 0.81% | - |
| XYZ | 36.74 | 51.85 | 17.74 | - |
| YUV | 176.62 | 79.12 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 90 | 0.28 | 0 | 0.57 | 0.19 | 89.23 | 0.55 | 0.58 |
| Hex | 96 | CF | 5A | 1C | 0 | 39 | 13 | 59 | 37 | 3A |
| Octal | 226 | 317 | 132 | 34 | 0 | 71 | 23 | 131 | 67 | 72 |
| Binary | 10010110 | 11001111 | 1011010 | 11100 | 0 | 111001 | 10011 | 1011001 | 110111 | 111010 |
Color Harmonies of #96CF5A
Complementary color
Monochromatic Colors of #96CF5A
Black with #96CF5A
Text Example
Text Example
White with #96CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF5A; }
p { color: rgb(150,207,90); }
H1.HeaderClassName
{
color: #96CF5A;
}
.AnyTagClassName
{
color: #96CF5A;
}
</style>
background-color css
<style>
a { background-color: #96CF5A; }
a { background-color: rgb(150,207,90); }
div.DivClassName
{
background-color: #96CF5A;
}
.BgClassName
{
background-color: #96CF5A;
}
</style>
border-color css
<style>
span { border-color: #96CF5A; }
span { border-color: rgb(150,207,90); }
td.TdClassName
{
border-color: #96CF5A;
}
.TagClassName
{
border-color: #96CF5A;
}
</style>