Shades of Mantis #90D065
Tints of Mantis #90D065
RGB
CMYK
RGB Variations
Color information
#90D065 (or 0x90D065) is known color: Mantis. HEX triplet: 90, D0 and 65. RGB value is (144,208,101). Sum of RGB (Red+Green+Blue) = 144+208+101=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #90D065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D065 is #6F2F9A. Grayscale: #B1B1B1. Windows color (decimal): -7286683 or 6672528. OLE color: 6672528.
HSL color Cylindrical-coordinate representation of color #90D065: hue angle of 95.89º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90D065 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 208 | 101 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.18 |
| HSL | 95.89º | 0.53% | 0.61% | - |
| HSV(B) | 95.89º | 0.51% | 0.82% | - |
| XYZ | 36.41 | 51.98 | 20.43 | - |
| YUV | 176.67 | 85.3 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 208 | 101 | 0.31 | 0 | 0.51 | 0.18 | 95.89 | 0.53 | 0.61 |
| Hex | 90 | D0 | 65 | 1F | 0 | 33 | 12 | 60 | 35 | 3D |
| Octal | 220 | 320 | 145 | 37 | 0 | 63 | 22 | 140 | 65 | 75 |
| Binary | 10010000 | 11010000 | 1100101 | 11111 | 0 | 110011 | 10010 | 1100000 | 110101 | 111101 |
Color Harmonies of #90D065
Complementary color
Monochromatic Colors of #90D065
Black with #90D065
Text Example
Text Example
White with #90D065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D065; }
p { color: rgb(144,208,101); }
H1.HeaderClassName
{
color: #90D065;
}
.AnyTagClassName
{
color: #90D065;
}
</style>
background-color css
<style>
a { background-color: #90D065; }
a { background-color: rgb(144,208,101); }
div.DivClassName
{
background-color: #90D065;
}
.BgClassName
{
background-color: #90D065;
}
</style>
border-color css
<style>
span { border-color: #90D065; }
span { border-color: rgb(144,208,101); }
td.TdClassName
{
border-color: #90D065;
}
.TagClassName
{
border-color: #90D065;
}
</style>