Shades of Mantis #90CC65
Tints of Mantis #90CC65
RGB
CMYK
RGB Variations
Color information
#90CC65 (or 0x90CC65) is known color: Mantis. HEX triplet: 90, CC and 65. RGB value is (144,204,101). Sum of RGB (Red+Green+Blue) = 144+204+101=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #90CC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CC65 is #6F339A. Grayscale: #AEAEAE. Windows color (decimal): -7287707 or 6671504. OLE color: 6671504.
HSL color Cylindrical-coordinate representation of color #90CC65: hue angle of 94.95º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90CC65 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 204 | 101 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.2 |
| HSL | 94.95º | 0.5% | 0.6% | - |
| HSV(B) | 94.95º | 0.5% | 0.8% | - |
| XYZ | 35.44 | 50.05 | 20.11 | - |
| YUV | 174.32 | 86.62 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 101 | 0.29 | 0 | 0.50 | 0.2 | 94.95 | 0.5 | 0.6 |
| Hex | 90 | CC | 65 | 1D | 0 | 32 | 14 | 5F | 32 | 3C |
| Octal | 220 | 314 | 145 | 35 | 0 | 62 | 24 | 137 | 62 | 74 |
| Binary | 10010000 | 11001100 | 1100101 | 11101 | 0 | 110010 | 10100 | 1011111 | 110010 | 111100 |
Color Harmonies of #90CC65
Complementary color
Monochromatic Colors of #90CC65
Black with #90CC65
Text Example
Text Example
White with #90CC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CC65; }
p { color: rgb(144,204,101); }
H1.HeaderClassName
{
color: #90CC65;
}
.AnyTagClassName
{
color: #90CC65;
}
</style>
background-color css
<style>
a { background-color: #90CC65; }
a { background-color: rgb(144,204,101); }
div.DivClassName
{
background-color: #90CC65;
}
.BgClassName
{
background-color: #90CC65;
}
</style>
border-color css
<style>
span { border-color: #90CC65; }
span { border-color: rgb(144,204,101); }
td.TdClassName
{
border-color: #90CC65;
}
.TagClassName
{
border-color: #90CC65;
}
</style>