Shades of Mantis #90C560
Tints of Mantis #90C560
RGB
CMYK
RGB Variations
Color information
#90C560 (or 0x90C560) is known color: Mantis. HEX triplet: 90, C5 and 60. RGB value is (144,197,96). Sum of RGB (Red+Green+Blue) = 144+197+96=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 197 - color contains mainly: green. Hex color #90C560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C560 is #6F3A9F. Grayscale: #A9A9A9. Windows color (decimal): -7289504 or 6342032. OLE color: 6342032.
HSL color Cylindrical-coordinate representation of color #90C560: hue angle of 91.49º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90C560 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 96 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.23 |
| HSL | 91.49º | 0.47% | 0.57% | - |
| HSV(B) | 91.49º | 0.51% | 0.77% | - |
| XYZ | 33.58 | 46.71 | 18.31 | - |
| YUV | 169.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 96 | 0.27 | 0 | 0.51 | 0.23 | 91.49 | 0.47 | 0.57 |
| Hex | 90 | C5 | 60 | 1B | 0 | 33 | 17 | 5B | 2F | 39 |
| Octal | 220 | 305 | 140 | 33 | 0 | 63 | 27 | 133 | 57 | 71 |
| Binary | 10010000 | 11000101 | 1100000 | 11011 | 0 | 110011 | 10111 | 1011011 | 101111 | 111001 |
Color Harmonies of #90C560
Complementary color
Monochromatic Colors of #90C560
Black with #90C560
Text Example
Text Example
White with #90C560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C560; }
p { color: rgb(144,197,96); }
H1.HeaderClassName
{
color: #90C560;
}
.AnyTagClassName
{
color: #90C560;
}
</style>
background-color css
<style>
a { background-color: #90C560; }
a { background-color: rgb(144,197,96); }
div.DivClassName
{
background-color: #90C560;
}
.BgClassName
{
background-color: #90C560;
}
</style>
border-color css
<style>
span { border-color: #90C560; }
span { border-color: rgb(144,197,96); }
td.TdClassName
{
border-color: #90C560;
}
.TagClassName
{
border-color: #90C560;
}
</style>