Shades of Mantis #90CB61
Tints of Mantis #90CB61
RGB
CMYK
RGB Variations
Color information
#90CB61 (or 0x90CB61) is known color: Mantis. HEX triplet: 90, CB and 61. RGB value is (144,203,97). Sum of RGB (Red+Green+Blue) = 144+203+97=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #90CB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CB61 is #6F349E. Grayscale: #ADADAD. Windows color (decimal): -7287967 or 6409104. OLE color: 6409104.
HSL color Cylindrical-coordinate representation of color #90CB61: hue angle of 93.4º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #90CB61 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 203 | 97 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.20 |
| HSL | 93.4º | 0.5% | 0.59% | - |
| HSV(B) | 93.4º | 0.52% | 0.8% | - |
| XYZ | 35.02 | 49.5 | 19.02 | - |
| YUV | 173.28 | 84.95 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 97 | 0.29 | 0 | 0.52 | 0.20 | 93.4 | 0.5 | 0.59 |
| Hex | 90 | CB | 61 | 1D | 0 | 34 | 14 | 5D | 32 | 3B |
| Octal | 220 | 313 | 141 | 35 | 0 | 64 | 24 | 135 | 62 | 73 |
| Binary | 10010000 | 11001011 | 1100001 | 11101 | 0 | 110100 | 10100 | 1011101 | 110010 | 111011 |
Color Harmonies of #90CB61
Complementary color
Monochromatic Colors of #90CB61
Black with #90CB61
Text Example
Text Example
White with #90CB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CB61; }
p { color: rgb(144,203,97); }
H1.HeaderClassName
{
color: #90CB61;
}
.AnyTagClassName
{
color: #90CB61;
}
</style>
background-color css
<style>
a { background-color: #90CB61; }
a { background-color: rgb(144,203,97); }
div.DivClassName
{
background-color: #90CB61;
}
.BgClassName
{
background-color: #90CB61;
}
</style>
border-color css
<style>
span { border-color: #90CB61; }
span { border-color: rgb(144,203,97); }
td.TdClassName
{
border-color: #90CB61;
}
.TagClassName
{
border-color: #90CB61;
}
</style>