Shades of Mantis #90D666
Tints of Mantis #90D666
RGB
CMYK
RGB Variations
Color information
#90D666 (or 0x90D666) is known color: Mantis. HEX triplet: 90, D6 and 66. RGB value is (144,214,102). Sum of RGB (Red+Green+Blue) = 144+214+102=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #90D666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D666 is #6F2999. Grayscale: #B4B4B4. Windows color (decimal): -7285146 or 6739600. OLE color: 6739600.
HSL color Cylindrical-coordinate representation of color #90D666: hue angle of 97.5º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #90D666 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 214 | 102 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.16 |
| HSL | 97.5º | 0.58% | 0.62% | - |
| HSV(B) | 97.5º | 0.52% | 0.84% | - |
| XYZ | 37.95 | 54.98 | 21.18 | - |
| YUV | 180.3 | 83.81 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 214 | 102 | 0.33 | 0 | 0.52 | 0.16 | 97.5 | 0.58 | 0.62 |
| Hex | 90 | D6 | 66 | 21 | 0 | 34 | 10 | 62 | 3A | 3E |
| Octal | 220 | 326 | 146 | 41 | 0 | 64 | 20 | 142 | 72 | 76 |
| Binary | 10010000 | 11010110 | 1100110 | 100001 | 0 | 110100 | 10000 | 1100010 | 111010 | 111110 |
Color Harmonies of #90D666
Complementary color
Monochromatic Colors of #90D666
Black with #90D666
Text Example
Text Example
White with #90D666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D666; }
p { color: rgb(144,214,102); }
H1.HeaderClassName
{
color: #90D666;
}
.AnyTagClassName
{
color: #90D666;
}
</style>
background-color css
<style>
a { background-color: #90D666; }
a { background-color: rgb(144,214,102); }
div.DivClassName
{
background-color: #90D666;
}
.BgClassName
{
background-color: #90D666;
}
</style>
border-color css
<style>
span { border-color: #90D666; }
span { border-color: rgb(144,214,102); }
td.TdClassName
{
border-color: #90D666;
}
.TagClassName
{
border-color: #90D666;
}
</style>