Shades of Mantis #90CD55
Tints of Mantis #90CD55
RGB
CMYK
RGB Variations
Color information
#90CD55 (or 0x90CD55) is known color: Mantis. HEX triplet: 90, CD and 55. RGB value is (144,205,85). Sum of RGB (Red+Green+Blue) = 144+205+85=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CD55 is #6F32AA. Grayscale: #ADADAD. Windows color (decimal): -7287467 or 5623184. OLE color: 5623184.
HSL color Cylindrical-coordinate representation of color #90CD55: hue angle of 90.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #90CD55 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 85 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.20 |
| HSL | 90.5º | 0.55% | 0.57% | - |
| HSV(B) | 90.5º | 0.59% | 0.8% | - |
| XYZ | 34.97 | 50.25 | 16.45 | - |
| YUV | 173.08 | 78.29 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 85 | 0.30 | 0 | 0.59 | 0.20 | 90.5 | 0.55 | 0.57 |
| Hex | 90 | CD | 55 | 1E | 0 | 3B | 14 | 5A | 37 | 39 |
| Octal | 220 | 315 | 125 | 36 | 0 | 73 | 24 | 132 | 67 | 71 |
| Binary | 10010000 | 11001101 | 1010101 | 11110 | 0 | 111011 | 10100 | 1011010 | 110111 | 111001 |
Color Harmonies of #90CD55
Complementary color
Monochromatic Colors of #90CD55
Black with #90CD55
Text Example
Text Example
White with #90CD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CD55; }
p { color: rgb(144,205,85); }
H1.HeaderClassName
{
color: #90CD55;
}
.AnyTagClassName
{
color: #90CD55;
}
</style>
background-color css
<style>
a { background-color: #90CD55; }
a { background-color: rgb(144,205,85); }
div.DivClassName
{
background-color: #90CD55;
}
.BgClassName
{
background-color: #90CD55;
}
</style>
border-color css
<style>
span { border-color: #90CD55; }
span { border-color: rgb(144,205,85); }
td.TdClassName
{
border-color: #90CD55;
}
.TagClassName
{
border-color: #90CD55;
}
</style>