Shades of Mantis #90CD65
Tints of Mantis #90CD65
RGB
CMYK
RGB Variations
Color information
#90CD65 (or 0x90CD65) is known color: Mantis. HEX triplet: 90, CD and 65. RGB value is (144,205,101). Sum of RGB (Red+Green+Blue) = 144+205+101=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CD65 is #6F329A. Grayscale: #AFAFAF. Windows color (decimal): -7287451 or 6671760. OLE color: 6671760.
HSL color Cylindrical-coordinate representation of color #90CD65: hue angle of 95.19º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90CD65 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 101 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.20 |
| HSL | 95.19º | 0.51% | 0.6% | - |
| HSV(B) | 95.19º | 0.51% | 0.8% | - |
| XYZ | 35.68 | 50.53 | 20.18 | - |
| YUV | 174.91 | 86.29 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 101 | 0.30 | 0 | 0.51 | 0.20 | 95.19 | 0.51 | 0.6 |
| Hex | 90 | CD | 65 | 1E | 0 | 33 | 14 | 5F | 33 | 3C |
| Octal | 220 | 315 | 145 | 36 | 0 | 63 | 24 | 137 | 63 | 74 |
| Binary | 10010000 | 11001101 | 1100101 | 11110 | 0 | 110011 | 10100 | 1011111 | 110011 | 111100 |
Color Harmonies of #90CD65
Complementary color
Monochromatic Colors of #90CD65
Black with #90CD65
Text Example
Text Example
White with #90CD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CD65; }
p { color: rgb(144,205,101); }
H1.HeaderClassName
{
color: #90CD65;
}
.AnyTagClassName
{
color: #90CD65;
}
</style>
background-color css
<style>
a { background-color: #90CD65; }
a { background-color: rgb(144,205,101); }
div.DivClassName
{
background-color: #90CD65;
}
.BgClassName
{
background-color: #90CD65;
}
</style>
border-color css
<style>
span { border-color: #90CD65; }
span { border-color: rgb(144,205,101); }
td.TdClassName
{
border-color: #90CD65;
}
.TagClassName
{
border-color: #90CD65;
}
</style>