Shades of Mantis #90DE5D
Tints of Mantis #90DE5D
RGB
CMYK
RGB Variations
Color information
#90DE5D (or 0x90DE5D) is known color: Mantis. HEX triplet: 90, DE and 5D. RGB value is (144,222,93). Sum of RGB (Red+Green+Blue) = 144+222+93=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #90DE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DE5D is #6F21A2. Grayscale: #B8B8B8. Windows color (decimal): -7283107 or 6151824. OLE color: 6151824.
HSL color Cylindrical-coordinate representation of color #90DE5D: hue angle of 96.28º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #90DE5D is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 222 | 93 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.13 |
| HSL | 96.28º | 0.66% | 0.62% | - |
| HSV(B) | 96.28º | 0.58% | 0.87% | - |
| XYZ | 39.6 | 58.96 | 19.65 | - |
| YUV | 183.97 | 76.66 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 93 | 0.35 | 0 | 0.58 | 0.13 | 96.28 | 0.66 | 0.62 |
| Hex | 90 | DE | 5D | 23 | 0 | 3A | D | 60 | 42 | 3E |
| Octal | 220 | 336 | 135 | 43 | 0 | 72 | 15 | 140 | 102 | 76 |
| Binary | 10010000 | 11011110 | 1011101 | 100011 | 0 | 111010 | 1101 | 1100000 | 1000010 | 111110 |
Color Harmonies of #90DE5D
Complementary color
Monochromatic Colors of #90DE5D
Black with #90DE5D
Text Example
Text Example
White with #90DE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DE5D; }
p { color: rgb(144,222,93); }
H1.HeaderClassName
{
color: #90DE5D;
}
.AnyTagClassName
{
color: #90DE5D;
}
</style>
background-color css
<style>
a { background-color: #90DE5D; }
a { background-color: rgb(144,222,93); }
div.DivClassName
{
background-color: #90DE5D;
}
.BgClassName
{
background-color: #90DE5D;
}
</style>
border-color css
<style>
span { border-color: #90DE5D; }
span { border-color: rgb(144,222,93); }
td.TdClassName
{
border-color: #90DE5D;
}
.TagClassName
{
border-color: #90DE5D;
}
</style>