Shades of Mantis #90C557
Tints of Mantis #90C557
RGB
CMYK
RGB Variations
Color information
#90C557 (or 0x90C557) is known color: Mantis. HEX triplet: 90, C5 and 57. RGB value is (144,197,87). Sum of RGB (Red+Green+Blue) = 144+197+87=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #90C557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C557 is #6F3AA8. Grayscale: #A8A8A8. Windows color (decimal): -7289513 or 5752208. OLE color: 5752208.
HSL color Cylindrical-coordinate representation of color #90C557: hue angle of 88.91º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90C557 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 87 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.23 |
| HSL | 88.91º | 0.49% | 0.56% | - |
| HSV(B) | 88.91º | 0.56% | 0.77% | - |
| XYZ | 33.19 | 46.55 | 16.25 | - |
| YUV | 168.61 | 81.94 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 87 | 0.27 | 0 | 0.56 | 0.23 | 88.91 | 0.49 | 0.56 |
| Hex | 90 | C5 | 57 | 1B | 0 | 38 | 17 | 59 | 31 | 38 |
| Octal | 220 | 305 | 127 | 33 | 0 | 70 | 27 | 131 | 61 | 70 |
| Binary | 10010000 | 11000101 | 1010111 | 11011 | 0 | 111000 | 10111 | 1011001 | 110001 | 111000 |
Color Harmonies of #90C557
Complementary color
Monochromatic Colors of #90C557
Black with #90C557
Text Example
Text Example
White with #90C557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C557; }
p { color: rgb(144,197,87); }
H1.HeaderClassName
{
color: #90C557;
}
.AnyTagClassName
{
color: #90C557;
}
</style>
background-color css
<style>
a { background-color: #90C557; }
a { background-color: rgb(144,197,87); }
div.DivClassName
{
background-color: #90C557;
}
.BgClassName
{
background-color: #90C557;
}
</style>
border-color css
<style>
span { border-color: #90C557; }
span { border-color: rgb(144,197,87); }
td.TdClassName
{
border-color: #90C557;
}
.TagClassName
{
border-color: #90C557;
}
</style>