Shades of Mantis #90C95F
Tints of Mantis #90C95F
RGB
CMYK
RGB Variations
Color information
#90C95F (or 0x90C95F) is known color: Mantis. HEX triplet: 90, C9 and 5F. RGB value is (144,201,95). Sum of RGB (Red+Green+Blue) = 144+201+95=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #90C95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C95F is #6F36A0. Grayscale: #ACACAC. Windows color (decimal): -7288481 or 6277520. OLE color: 6277520.
HSL color Cylindrical-coordinate representation of color #90C95F: hue angle of 92.26º 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 #90C95F is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 95 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.21 |
| HSL | 92.26º | 0.5% | 0.58% | - |
| HSV(B) | 92.26º | 0.53% | 0.79% | - |
| XYZ | 34.45 | 48.53 | 18.38 | - |
| YUV | 171.87 | 84.62 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 95 | 0.28 | 0 | 0.53 | 0.21 | 92.26 | 0.5 | 0.58 |
| Hex | 90 | C9 | 5F | 1C | 0 | 35 | 15 | 5C | 32 | 3A |
| Octal | 220 | 311 | 137 | 34 | 0 | 65 | 25 | 134 | 62 | 72 |
| Binary | 10010000 | 11001001 | 1011111 | 11100 | 0 | 110101 | 10101 | 1011100 | 110010 | 111010 |
Color Harmonies of #90C95F
Complementary color
Monochromatic Colors of #90C95F
Black with #90C95F
Text Example
Text Example
White with #90C95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C95F; }
p { color: rgb(144,201,95); }
H1.HeaderClassName
{
color: #90C95F;
}
.AnyTagClassName
{
color: #90C95F;
}
</style>
background-color css
<style>
a { background-color: #90C95F; }
a { background-color: rgb(144,201,95); }
div.DivClassName
{
background-color: #90C95F;
}
.BgClassName
{
background-color: #90C95F;
}
</style>
border-color css
<style>
span { border-color: #90C95F; }
span { border-color: rgb(144,201,95); }
td.TdClassName
{
border-color: #90C95F;
}
.TagClassName
{
border-color: #90C95F;
}
</style>