Shades of Mantis #90CB60
Tints of Mantis #90CB60
RGB
CMYK
RGB Variations
Color information
#90CB60 (or 0x90CB60) is known color: Mantis. HEX triplet: 90, CB and 60. RGB value is (144,203,96). Sum of RGB (Red+Green+Blue) = 144+203+96=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #90CB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CB60 is #6F349F. Grayscale: #ADADAD. Windows color (decimal): -7287968 or 6343568. OLE color: 6343568.
HSL color Cylindrical-coordinate representation of color #90CB60: hue angle of 93.08º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90CB60 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 203 | 96 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.20 |
| HSL | 93.08º | 0.51% | 0.59% | - |
| HSV(B) | 93.08º | 0.53% | 0.8% | - |
| XYZ | 34.97 | 49.49 | 18.77 | - |
| YUV | 173.16 | 84.45 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 96 | 0.29 | 0 | 0.53 | 0.20 | 93.08 | 0.51 | 0.59 |
| Hex | 90 | CB | 60 | 1D | 0 | 35 | 14 | 5D | 33 | 3B |
| Octal | 220 | 313 | 140 | 35 | 0 | 65 | 24 | 135 | 63 | 73 |
| Binary | 10010000 | 11001011 | 1100000 | 11101 | 0 | 110101 | 10100 | 1011101 | 110011 | 111011 |
Color Harmonies of #90CB60
Complementary color
Monochromatic Colors of #90CB60
Black with #90CB60
Text Example
Text Example
White with #90CB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CB60; }
p { color: rgb(144,203,96); }
H1.HeaderClassName
{
color: #90CB60;
}
.AnyTagClassName
{
color: #90CB60;
}
</style>
background-color css
<style>
a { background-color: #90CB60; }
a { background-color: rgb(144,203,96); }
div.DivClassName
{
background-color: #90CB60;
}
.BgClassName
{
background-color: #90CB60;
}
</style>
border-color css
<style>
span { border-color: #90CB60; }
span { border-color: rgb(144,203,96); }
td.TdClassName
{
border-color: #90CB60;
}
.TagClassName
{
border-color: #90CB60;
}
</style>