Shades of Mantis #90CD64
Tints of Mantis #90CD64
RGB
CMYK
RGB Variations
Color information
#90CD64 (or 0x90CD64) is known color: Mantis. HEX triplet: 90, CD and 64. RGB value is (144,205,100). Sum of RGB (Red+Green+Blue) = 144+205+100=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CD64 is #6F329B. Grayscale: #AFAFAF. Windows color (decimal): -7287452 or 6606224. OLE color: 6606224.
HSL color Cylindrical-coordinate representation of color #90CD64: hue angle of 94.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90CD64 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 100 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.20 |
| HSL | 94.86º | 0.51% | 0.6% | - |
| HSV(B) | 94.86º | 0.51% | 0.8% | - |
| XYZ | 35.63 | 50.51 | 19.93 | - |
| YUV | 174.79 | 85.79 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 100 | 0.30 | 0 | 0.51 | 0.20 | 94.86 | 0.51 | 0.6 |
| Hex | 90 | CD | 64 | 1E | 0 | 33 | 14 | 5F | 33 | 3C |
| Octal | 220 | 315 | 144 | 36 | 0 | 63 | 24 | 137 | 63 | 74 |
| Binary | 10010000 | 11001101 | 1100100 | 11110 | 0 | 110011 | 10100 | 1011111 | 110011 | 111100 |
Color Harmonies of #90CD64
Complementary color
Monochromatic Colors of #90CD64
Black with #90CD64
Text Example
Text Example
White with #90CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CD64; }
p { color: rgb(144,205,100); }
H1.HeaderClassName
{
color: #90CD64;
}
.AnyTagClassName
{
color: #90CD64;
}
</style>
background-color css
<style>
a { background-color: #90CD64; }
a { background-color: rgb(144,205,100); }
div.DivClassName
{
background-color: #90CD64;
}
.BgClassName
{
background-color: #90CD64;
}
</style>
border-color css
<style>
span { border-color: #90CD64; }
span { border-color: rgb(144,205,100); }
td.TdClassName
{
border-color: #90CD64;
}
.TagClassName
{
border-color: #90CD64;
}
</style>