Shades of Mantis #97D15A
Tints of Mantis #97D15A
RGB
CMYK
RGB Variations
Color information
#97D15A (or 0x97D15A) is known color: Mantis. HEX triplet: 97, D1 and 5A. RGB value is (151,209,90). Sum of RGB (Red+Green+Blue) = 151+209+90=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #97D15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D15A is #682EA5. Grayscale: #B2B2B2. Windows color (decimal): -6827686 or 5951895. OLE color: 5951895.
HSL color Cylindrical-coordinate representation of color #97D15A: hue angle of 89.24º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97D15A is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 209 | 90 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.18 |
| HSL | 89.24º | 0.56% | 0.59% | - |
| HSV(B) | 89.24º | 0.57% | 0.82% | - |
| XYZ | 37.41 | 52.92 | 17.92 | - |
| YUV | 178.09 | 78.28 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 209 | 90 | 0.28 | 0 | 0.57 | 0.18 | 89.24 | 0.56 | 0.59 |
| Hex | 97 | D1 | 5A | 1C | 0 | 39 | 12 | 59 | 38 | 3B |
| Octal | 227 | 321 | 132 | 34 | 0 | 71 | 22 | 131 | 70 | 73 |
| Binary | 10010111 | 11010001 | 1011010 | 11100 | 0 | 111001 | 10010 | 1011001 | 111000 | 111011 |
Color Harmonies of #97D15A
Complementary color
Monochromatic Colors of #97D15A
Black with #97D15A
Text Example
Text Example
White with #97D15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D15A; }
p { color: rgb(151,209,90); }
H1.HeaderClassName
{
color: #97D15A;
}
.AnyTagClassName
{
color: #97D15A;
}
</style>
background-color css
<style>
a { background-color: #97D15A; }
a { background-color: rgb(151,209,90); }
div.DivClassName
{
background-color: #97D15A;
}
.BgClassName
{
background-color: #97D15A;
}
</style>
border-color css
<style>
span { border-color: #97D15A; }
span { border-color: rgb(151,209,90); }
td.TdClassName
{
border-color: #97D15A;
}
.TagClassName
{
border-color: #97D15A;
}
</style>