Shades of Mantis #90C05F
Tints of Mantis #90C05F
RGB
CMYK
RGB Variations
Color information
#90C05F (or 0x90C05F) is known color: Mantis. HEX triplet: 90, C0 and 5F. RGB value is (144,192,95). Sum of RGB (Red+Green+Blue) = 144+192+95=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #90C05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C05F is #6F3FA0. Grayscale: #A6A6A6. Windows color (decimal): -7290785 or 6275216. OLE color: 6275216.
HSL color Cylindrical-coordinate representation of color #90C05F: hue angle of 89.69º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90C05F is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 95 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.25 |
| HSL | 89.69º | 0.43% | 0.56% | - |
| HSV(B) | 89.69º | 0.51% | 0.75% | - |
| XYZ | 32.42 | 44.45 | 17.7 | - |
| YUV | 166.59 | 87.6 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 95 | 0.25 | 0 | 0.51 | 0.25 | 89.69 | 0.43 | 0.56 |
| Hex | 90 | C0 | 5F | 19 | 0 | 33 | 19 | 5A | 2B | 38 |
| Octal | 220 | 300 | 137 | 31 | 0 | 63 | 31 | 132 | 53 | 70 |
| Binary | 10010000 | 11000000 | 1011111 | 11001 | 0 | 110011 | 11001 | 1011010 | 101011 | 111000 |
Color Harmonies of #90C05F
Complementary color
Monochromatic Colors of #90C05F
Black with #90C05F
Text Example
Text Example
White with #90C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C05F; }
p { color: rgb(144,192,95); }
H1.HeaderClassName
{
color: #90C05F;
}
.AnyTagClassName
{
color: #90C05F;
}
</style>
background-color css
<style>
a { background-color: #90C05F; }
a { background-color: rgb(144,192,95); }
div.DivClassName
{
background-color: #90C05F;
}
.BgClassName
{
background-color: #90C05F;
}
</style>
border-color css
<style>
span { border-color: #90C05F; }
span { border-color: rgb(144,192,95); }
td.TdClassName
{
border-color: #90C05F;
}
.TagClassName
{
border-color: #90C05F;
}
</style>