Shades of Mantis #90C85D
Tints of Mantis #90C85D
RGB
CMYK
RGB Variations
Color information
#90C85D (or 0x90C85D) is known color: Mantis. HEX triplet: 90, C8 and 5D. RGB value is (144,200,93). Sum of RGB (Red+Green+Blue) = 144+200+93=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 200 - color contains mainly: green. Hex color #90C85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C85D is #6F37A2. Grayscale: #ABABAB. Windows color (decimal): -7288739 or 6146192. OLE color: 6146192.
HSL color Cylindrical-coordinate representation of color #90C85D: hue angle of 91.4º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90C85D is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 200 | 93 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.22 |
| HSL | 91.4º | 0.49% | 0.57% | - |
| HSV(B) | 91.4º | 0.54% | 0.78% | - |
| XYZ | 34.13 | 48.03 | 17.83 | - |
| YUV | 171.06 | 83.95 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 200 | 93 | 0.28 | 0 | 0.54 | 0.22 | 91.4 | 0.49 | 0.57 |
| Hex | 90 | C8 | 5D | 1C | 0 | 36 | 16 | 5B | 31 | 39 |
| Octal | 220 | 310 | 135 | 34 | 0 | 66 | 26 | 133 | 61 | 71 |
| Binary | 10010000 | 11001000 | 1011101 | 11100 | 0 | 110110 | 10110 | 1011011 | 110001 | 111001 |
Color Harmonies of #90C85D
Complementary color
Monochromatic Colors of #90C85D
Black with #90C85D
Text Example
Text Example
White with #90C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C85D; }
p { color: rgb(144,200,93); }
H1.HeaderClassName
{
color: #90C85D;
}
.AnyTagClassName
{
color: #90C85D;
}
</style>
background-color css
<style>
a { background-color: #90C85D; }
a { background-color: rgb(144,200,93); }
div.DivClassName
{
background-color: #90C85D;
}
.BgClassName
{
background-color: #90C85D;
}
</style>
border-color css
<style>
span { border-color: #90C85D; }
span { border-color: rgb(144,200,93); }
td.TdClassName
{
border-color: #90C85D;
}
.TagClassName
{
border-color: #90C85D;
}
</style>