Shades of Mantis #90D860
Tints of Mantis #90D860
RGB
CMYK
RGB Variations
Color information
#90D860 (or 0x90D860) is known color: Mantis. HEX triplet: 90, D8 and 60. RGB value is (144,216,96). Sum of RGB (Red+Green+Blue) = 144+216+96=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #90D860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D860 is #6F279F. Grayscale: #B5B5B5. Windows color (decimal): -7284640 or 6346896. OLE color: 6346896.
HSL color Cylindrical-coordinate representation of color #90D860: hue angle of 96º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90D860 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 216 | 96 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.15 |
| HSL | 96º | 0.61% | 0.61% | - |
| HSV(B) | 96º | 0.56% | 0.85% | - |
| XYZ | 38.17 | 55.89 | 19.84 | - |
| YUV | 180.79 | 80.15 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 216 | 96 | 0.33 | 0 | 0.56 | 0.15 | 96 | 0.61 | 0.61 |
| Hex | 90 | D8 | 60 | 21 | 0 | 38 | F | 60 | 3D | 3D |
| Octal | 220 | 330 | 140 | 41 | 0 | 70 | 17 | 140 | 75 | 75 |
| Binary | 10010000 | 11011000 | 1100000 | 100001 | 0 | 111000 | 1111 | 1100000 | 111101 | 111101 |
Color Harmonies of #90D860
Complementary color
Monochromatic Colors of #90D860
Black with #90D860
Text Example
Text Example
White with #90D860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D860; }
p { color: rgb(144,216,96); }
H1.HeaderClassName
{
color: #90D860;
}
.AnyTagClassName
{
color: #90D860;
}
</style>
background-color css
<style>
a { background-color: #90D860; }
a { background-color: rgb(144,216,96); }
div.DivClassName
{
background-color: #90D860;
}
.BgClassName
{
background-color: #90D860;
}
</style>
border-color css
<style>
span { border-color: #90D860; }
span { border-color: rgb(144,216,96); }
td.TdClassName
{
border-color: #90D860;
}
.TagClassName
{
border-color: #90D860;
}
</style>