Shades of Mantis #90DE66
Tints of Mantis #90DE66
RGB
CMYK
RGB Variations
Color information
#90DE66 (or 0x90DE66) is known color: Mantis. HEX triplet: 90, DE and 66. RGB value is (144,222,102). Sum of RGB (Red+Green+Blue) = 144+222+102=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #90DE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DE66 is #6F2199. Grayscale: #B9B9B9. Windows color (decimal): -7283098 or 6741648. OLE color: 6741648.
HSL color Cylindrical-coordinate representation of color #90DE66: hue angle of 99º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #90DE66 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 222 | 102 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.13 |
| HSL | 99º | 0.65% | 0.64% | - |
| HSV(B) | 99º | 0.54% | 0.87% | - |
| XYZ | 40.02 | 59.13 | 21.87 | - |
| YUV | 185 | 81.16 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 102 | 0.35 | 0 | 0.54 | 0.13 | 99 | 0.65 | 0.64 |
| Hex | 90 | DE | 66 | 23 | 0 | 36 | D | 63 | 41 | 40 |
| Octal | 220 | 336 | 146 | 43 | 0 | 66 | 15 | 143 | 101 | 100 |
| Binary | 10010000 | 11011110 | 1100110 | 100011 | 0 | 110110 | 1101 | 1100011 | 1000001 | 1000000 |
Color Harmonies of #90DE66
Complementary color
Monochromatic Colors of #90DE66
Black with #90DE66
Text Example
Text Example
White with #90DE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DE66; }
p { color: rgb(144,222,102); }
H1.HeaderClassName
{
color: #90DE66;
}
.AnyTagClassName
{
color: #90DE66;
}
</style>
background-color css
<style>
a { background-color: #90DE66; }
a { background-color: rgb(144,222,102); }
div.DivClassName
{
background-color: #90DE66;
}
.BgClassName
{
background-color: #90DE66;
}
</style>
border-color css
<style>
span { border-color: #90DE66; }
span { border-color: rgb(144,222,102); }
td.TdClassName
{
border-color: #90DE66;
}
.TagClassName
{
border-color: #90DE66;
}
</style>