Shades of Mantis #90C561
Tints of Mantis #90C561
RGB
CMYK
RGB Variations
Color information
#90C561 (or 0x90C561) is known color: Mantis. HEX triplet: 90, C5 and 61. RGB value is (144,197,97). Sum of RGB (Red+Green+Blue) = 144+197+97=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #90C561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C561 is #6F3A9E. Grayscale: #AAAAAA. Windows color (decimal): -7289503 or 6407568. OLE color: 6407568.
HSL color Cylindrical-coordinate representation of color #90C561: hue angle of 91.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90C561 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 97 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.23 |
| HSL | 91.8º | 0.46% | 0.58% | - |
| HSV(B) | 91.8º | 0.51% | 0.77% | - |
| XYZ | 33.63 | 46.72 | 18.56 | - |
| YUV | 169.75 | 86.94 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 97 | 0.27 | 0 | 0.51 | 0.23 | 91.8 | 0.46 | 0.58 |
| Hex | 90 | C5 | 61 | 1B | 0 | 33 | 17 | 5C | 2E | 3A |
| Octal | 220 | 305 | 141 | 33 | 0 | 63 | 27 | 134 | 56 | 72 |
| Binary | 10010000 | 11000101 | 1100001 | 11011 | 0 | 110011 | 10111 | 1011100 | 101110 | 111010 |
Color Harmonies of #90C561
Complementary color
Monochromatic Colors of #90C561
Black with #90C561
Text Example
Text Example
White with #90C561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C561; }
p { color: rgb(144,197,97); }
H1.HeaderClassName
{
color: #90C561;
}
.AnyTagClassName
{
color: #90C561;
}
</style>
background-color css
<style>
a { background-color: #90C561; }
a { background-color: rgb(144,197,97); }
div.DivClassName
{
background-color: #90C561;
}
.BgClassName
{
background-color: #90C561;
}
</style>
border-color css
<style>
span { border-color: #90C561; }
span { border-color: rgb(144,197,97); }
td.TdClassName
{
border-color: #90C561;
}
.TagClassName
{
border-color: #90C561;
}
</style>