Shades of Mantis #90DD67
Tints of Mantis #90DD67
RGB
CMYK
RGB Variations
Color information
#90DD67 (or 0x90DD67) is known color: Mantis. HEX triplet: 90, DD and 67. RGB value is (144,221,103). Sum of RGB (Red+Green+Blue) = 144+221+103=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DD67 is #6F2298. Grayscale: #B8B8B8. Windows color (decimal): -7283353 or 6806928. OLE color: 6806928.
HSL color Cylindrical-coordinate representation of color #90DD67: hue angle of 99.15º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90DD67 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 103 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.13 |
| HSL | 99.15º | 0.63% | 0.64% | - |
| HSV(B) | 99.15º | 0.53% | 0.87% | - |
| XYZ | 39.81 | 58.62 | 22.05 | - |
| YUV | 184.53 | 81.99 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 103 | 0.35 | 0 | 0.53 | 0.13 | 99.15 | 0.63 | 0.64 |
| Hex | 90 | DD | 67 | 23 | 0 | 35 | D | 63 | 3F | 40 |
| Octal | 220 | 335 | 147 | 43 | 0 | 65 | 15 | 143 | 77 | 100 |
| Binary | 10010000 | 11011101 | 1100111 | 100011 | 0 | 110101 | 1101 | 1100011 | 111111 | 1000000 |
Color Harmonies of #90DD67
Complementary color
Monochromatic Colors of #90DD67
Black with #90DD67
Text Example
Text Example
White with #90DD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DD67; }
p { color: rgb(144,221,103); }
H1.HeaderClassName
{
color: #90DD67;
}
.AnyTagClassName
{
color: #90DD67;
}
</style>
background-color css
<style>
a { background-color: #90DD67; }
a { background-color: rgb(144,221,103); }
div.DivClassName
{
background-color: #90DD67;
}
.BgClassName
{
background-color: #90DD67;
}
</style>
border-color css
<style>
span { border-color: #90DD67; }
span { border-color: rgb(144,221,103); }
td.TdClassName
{
border-color: #90DD67;
}
.TagClassName
{
border-color: #90DD67;
}
</style>