Shades of Mantis #90C461
Tints of Mantis #90C461
RGB
CMYK
RGB Variations
Color information
#90C461 (or 0x90C461) is known color: Mantis. HEX triplet: 90, C4 and 61. RGB value is (144,196,97). Sum of RGB (Red+Green+Blue) = 144+196+97=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #90C461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C461 is #6F3B9E. Grayscale: #A9A9A9. Windows color (decimal): -7289759 or 6407312. OLE color: 6407312.
HSL color Cylindrical-coordinate representation of color #90C461: hue angle of 91.52º degrees, saturation: 0.46, 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 #90C461 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 196 | 97 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.23 |
| HSL | 91.52º | 0.46% | 0.57% | - |
| HSV(B) | 91.52º | 0.51% | 0.77% | - |
| XYZ | 33.4 | 46.27 | 18.48 | - |
| YUV | 169.17 | 87.27 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 196 | 97 | 0.27 | 0 | 0.51 | 0.23 | 91.52 | 0.46 | 0.57 |
| Hex | 90 | C4 | 61 | 1B | 0 | 33 | 17 | 5C | 2E | 39 |
| Octal | 220 | 304 | 141 | 33 | 0 | 63 | 27 | 134 | 56 | 71 |
| Binary | 10010000 | 11000100 | 1100001 | 11011 | 0 | 110011 | 10111 | 1011100 | 101110 | 111001 |
Color Harmonies of #90C461
Complementary color
Monochromatic Colors of #90C461
Black with #90C461
Text Example
Text Example
White with #90C461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C461; }
p { color: rgb(144,196,97); }
H1.HeaderClassName
{
color: #90C461;
}
.AnyTagClassName
{
color: #90C461;
}
</style>
background-color css
<style>
a { background-color: #90C461; }
a { background-color: rgb(144,196,97); }
div.DivClassName
{
background-color: #90C461;
}
.BgClassName
{
background-color: #90C461;
}
</style>
border-color css
<style>
span { border-color: #90C461; }
span { border-color: rgb(144,196,97); }
td.TdClassName
{
border-color: #90C461;
}
.TagClassName
{
border-color: #90C461;
}
</style>