Shades of Mantis #90C665
Tints of Mantis #90C665
RGB
CMYK
RGB Variations
Color information
#90C665 (or 0x90C665) is known color: Mantis. HEX triplet: 90, C6 and 65. RGB value is (144,198,101). Sum of RGB (Red+Green+Blue) = 144+198+101=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 198 - color contains mainly: green. Hex color #90C665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C665 is #6F399A. Grayscale: #ABABAB. Windows color (decimal): -7289243 or 6669968. OLE color: 6669968.
HSL color Cylindrical-coordinate representation of color #90C665: hue angle of 93.4º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90C665 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 198 | 101 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.22 |
| HSL | 93.4º | 0.46% | 0.59% | - |
| HSV(B) | 93.4º | 0.49% | 0.78% | - |
| XYZ | 34.04 | 47.26 | 19.64 | - |
| YUV | 170.8 | 88.61 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 198 | 101 | 0.27 | 0 | 0.49 | 0.22 | 93.4 | 0.46 | 0.59 |
| Hex | 90 | C6 | 65 | 1B | 0 | 31 | 16 | 5D | 2E | 3B |
| Octal | 220 | 306 | 145 | 33 | 0 | 61 | 26 | 135 | 56 | 73 |
| Binary | 10010000 | 11000110 | 1100101 | 11011 | 0 | 110001 | 10110 | 1011101 | 101110 | 111011 |
Color Harmonies of #90C665
Complementary color
Monochromatic Colors of #90C665
Black with #90C665
Text Example
Text Example
White with #90C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C665; }
p { color: rgb(144,198,101); }
H1.HeaderClassName
{
color: #90C665;
}
.AnyTagClassName
{
color: #90C665;
}
</style>
background-color css
<style>
a { background-color: #90C665; }
a { background-color: rgb(144,198,101); }
div.DivClassName
{
background-color: #90C665;
}
.BgClassName
{
background-color: #90C665;
}
</style>
border-color css
<style>
span { border-color: #90C665; }
span { border-color: rgb(144,198,101); }
td.TdClassName
{
border-color: #90C665;
}
.TagClassName
{
border-color: #90C665;
}
</style>