Shades of Mantis #90DC67
Tints of Mantis #90DC67
RGB
CMYK
RGB Variations
Color information
#90DC67 (or 0x90DC67) is known color: Mantis. HEX triplet: 90, DC and 67. RGB value is (144,220,103). Sum of RGB (Red+Green+Blue) = 144+220+103=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DC67 is #6F2398. Grayscale: #B8B8B8. Windows color (decimal): -7283609 or 6806672. OLE color: 6806672.
HSL color Cylindrical-coordinate representation of color #90DC67: hue angle of 98.97º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90DC67 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 103 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.14 |
| HSL | 98.97º | 0.63% | 0.63% | - |
| HSV(B) | 98.97º | 0.53% | 0.86% | - |
| XYZ | 39.54 | 58.09 | 21.96 | - |
| YUV | 183.94 | 82.32 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 103 | 0.35 | 0 | 0.53 | 0.14 | 98.97 | 0.63 | 0.63 |
| Hex | 90 | DC | 67 | 23 | 0 | 35 | E | 63 | 3F | 3F |
| Octal | 220 | 334 | 147 | 43 | 0 | 65 | 16 | 143 | 77 | 77 |
| Binary | 10010000 | 11011100 | 1100111 | 100011 | 0 | 110101 | 1110 | 1100011 | 111111 | 111111 |
Color Harmonies of #90DC67
Complementary color
Monochromatic Colors of #90DC67
Black with #90DC67
Text Example
Text Example
White with #90DC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DC67; }
p { color: rgb(144,220,103); }
H1.HeaderClassName
{
color: #90DC67;
}
.AnyTagClassName
{
color: #90DC67;
}
</style>
background-color css
<style>
a { background-color: #90DC67; }
a { background-color: rgb(144,220,103); }
div.DivClassName
{
background-color: #90DC67;
}
.BgClassName
{
background-color: #90DC67;
}
</style>
border-color css
<style>
span { border-color: #90DC67; }
span { border-color: rgb(144,220,103); }
td.TdClassName
{
border-color: #90DC67;
}
.TagClassName
{
border-color: #90DC67;
}
</style>