Shades of Mantis #90C558
Tints of Mantis #90C558
RGB
CMYK
RGB Variations
Color information
#90C558 (or 0x90C558) is known color: Mantis. HEX triplet: 90, C5 and 58. RGB value is (144,197,88). Sum of RGB (Red+Green+Blue) = 144+197+88=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #90C558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C558 is #6F3AA7. Grayscale: #A9A9A9. Windows color (decimal): -7289512 or 5817744. OLE color: 5817744.
HSL color Cylindrical-coordinate representation of color #90C558: hue angle of 89.17º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #90C558 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 88 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.23 |
| HSL | 89.17º | 0.48% | 0.56% | - |
| HSV(B) | 89.17º | 0.55% | 0.77% | - |
| XYZ | 33.23 | 46.57 | 16.47 | - |
| YUV | 168.73 | 82.44 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 88 | 0.27 | 0 | 0.55 | 0.23 | 89.17 | 0.48 | 0.56 |
| Hex | 90 | C5 | 58 | 1B | 0 | 37 | 17 | 59 | 30 | 38 |
| Octal | 220 | 305 | 130 | 33 | 0 | 67 | 27 | 131 | 60 | 70 |
| Binary | 10010000 | 11000101 | 1011000 | 11011 | 0 | 110111 | 10111 | 1011001 | 110000 | 111000 |
Color Harmonies of #90C558
Complementary color
Monochromatic Colors of #90C558
Black with #90C558
Text Example
Text Example
White with #90C558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C558; }
p { color: rgb(144,197,88); }
H1.HeaderClassName
{
color: #90C558;
}
.AnyTagClassName
{
color: #90C558;
}
</style>
background-color css
<style>
a { background-color: #90C558; }
a { background-color: rgb(144,197,88); }
div.DivClassName
{
background-color: #90C558;
}
.BgClassName
{
background-color: #90C558;
}
</style>
border-color css
<style>
span { border-color: #90C558; }
span { border-color: rgb(144,197,88); }
td.TdClassName
{
border-color: #90C558;
}
.TagClassName
{
border-color: #90C558;
}
</style>