Shades of Mantis #90C95E
Tints of Mantis #90C95E
RGB
CMYK
RGB Variations
Color information
#90C95E (or 0x90C95E) is known color: Mantis. HEX triplet: 90, C9 and 5E. RGB value is (144,201,94). Sum of RGB (Red+Green+Blue) = 144+201+94=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #90C95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C95E is #6F36A1. Grayscale: #ACACAC. Windows color (decimal): -7288482 or 6211984. OLE color: 6211984.
HSL color Cylindrical-coordinate representation of color #90C95E: hue angle of 91.96º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90C95E is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 94 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.21 |
| HSL | 91.96º | 0.5% | 0.58% | - |
| HSV(B) | 91.96º | 0.53% | 0.79% | - |
| XYZ | 34.41 | 48.51 | 18.14 | - |
| YUV | 171.76 | 84.12 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 94 | 0.28 | 0 | 0.53 | 0.21 | 91.96 | 0.5 | 0.58 |
| Hex | 90 | C9 | 5E | 1C | 0 | 35 | 15 | 5C | 32 | 3A |
| Octal | 220 | 311 | 136 | 34 | 0 | 65 | 25 | 134 | 62 | 72 |
| Binary | 10010000 | 11001001 | 1011110 | 11100 | 0 | 110101 | 10101 | 1011100 | 110010 | 111010 |
Color Harmonies of #90C95E
Complementary color
Monochromatic Colors of #90C95E
Black with #90C95E
Text Example
Text Example
White with #90C95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C95E; }
p { color: rgb(144,201,94); }
H1.HeaderClassName
{
color: #90C95E;
}
.AnyTagClassName
{
color: #90C95E;
}
</style>
background-color css
<style>
a { background-color: #90C95E; }
a { background-color: rgb(144,201,94); }
div.DivClassName
{
background-color: #90C95E;
}
.BgClassName
{
background-color: #90C95E;
}
</style>
border-color css
<style>
span { border-color: #90C95E; }
span { border-color: rgb(144,201,94); }
td.TdClassName
{
border-color: #90C95E;
}
.TagClassName
{
border-color: #90C95E;
}
</style>