Shades of Mantis #90CD5D
Tints of Mantis #90CD5D
RGB
CMYK
RGB Variations
Color information
#90CD5D (or 0x90CD5D) is known color: Mantis. HEX triplet: 90, CD and 5D. RGB value is (144,205,93). Sum of RGB (Red+Green+Blue) = 144+205+93=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CD5D is #6F32A2. Grayscale: #AEAEAE. Windows color (decimal): -7287459 or 6147472. OLE color: 6147472.
HSL color Cylindrical-coordinate representation of color #90CD5D: hue angle of 92.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #90CD5D is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 93 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.20 |
| HSL | 92.68º | 0.53% | 0.58% | - |
| HSV(B) | 92.68º | 0.55% | 0.8% | - |
| XYZ | 35.31 | 50.38 | 18.22 | - |
| YUV | 173.99 | 82.29 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 93 | 0.30 | 0 | 0.55 | 0.20 | 92.68 | 0.53 | 0.58 |
| Hex | 90 | CD | 5D | 1E | 0 | 37 | 14 | 5D | 35 | 3A |
| Octal | 220 | 315 | 135 | 36 | 0 | 67 | 24 | 135 | 65 | 72 |
| Binary | 10010000 | 11001101 | 1011101 | 11110 | 0 | 110111 | 10100 | 1011101 | 110101 | 111010 |
Color Harmonies of #90CD5D
Complementary color
Monochromatic Colors of #90CD5D
Black with #90CD5D
Text Example
Text Example
White with #90CD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CD5D; }
p { color: rgb(144,205,93); }
H1.HeaderClassName
{
color: #90CD5D;
}
.AnyTagClassName
{
color: #90CD5D;
}
</style>
background-color css
<style>
a { background-color: #90CD5D; }
a { background-color: rgb(144,205,93); }
div.DivClassName
{
background-color: #90CD5D;
}
.BgClassName
{
background-color: #90CD5D;
}
</style>
border-color css
<style>
span { border-color: #90CD5D; }
span { border-color: rgb(144,205,93); }
td.TdClassName
{
border-color: #90CD5D;
}
.TagClassName
{
border-color: #90CD5D;
}
</style>