Shades of Mantis #90DC66
Tints of Mantis #90DC66
RGB
CMYK
RGB Variations
Color information
#90DC66 (or 0x90DC66) is known color: Mantis. HEX triplet: 90, DC and 66. RGB value is (144,220,102). Sum of RGB (Red+Green+Blue) = 144+220+102=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DC66 is #6F2399. Grayscale: #B8B8B8. Windows color (decimal): -7283610 or 6741136. OLE color: 6741136.
HSL color Cylindrical-coordinate representation of color #90DC66: hue angle of 98.64º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #90DC66 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 102 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.14 |
| HSL | 98.64º | 0.63% | 0.63% | - |
| HSV(B) | 98.64º | 0.54% | 0.86% | - |
| XYZ | 39.49 | 58.08 | 21.7 | - |
| YUV | 183.82 | 81.82 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 102 | 0.35 | 0 | 0.54 | 0.14 | 98.64 | 0.63 | 0.63 |
| Hex | 90 | DC | 66 | 23 | 0 | 36 | E | 63 | 3F | 3F |
| Octal | 220 | 334 | 146 | 43 | 0 | 66 | 16 | 143 | 77 | 77 |
| Binary | 10010000 | 11011100 | 1100110 | 100011 | 0 | 110110 | 1110 | 1100011 | 111111 | 111111 |
Color Harmonies of #90DC66
Complementary color
Monochromatic Colors of #90DC66
Black with #90DC66
Text Example
Text Example
White with #90DC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DC66; }
p { color: rgb(144,220,102); }
H1.HeaderClassName
{
color: #90DC66;
}
.AnyTagClassName
{
color: #90DC66;
}
</style>
background-color css
<style>
a { background-color: #90DC66; }
a { background-color: rgb(144,220,102); }
div.DivClassName
{
background-color: #90DC66;
}
.BgClassName
{
background-color: #90DC66;
}
</style>
border-color css
<style>
span { border-color: #90DC66; }
span { border-color: rgb(144,220,102); }
td.TdClassName
{
border-color: #90DC66;
}
.TagClassName
{
border-color: #90DC66;
}
</style>