Shades of Mantis #90C356
Tints of Mantis #90C356
RGB
CMYK
RGB Variations
Color information
#90C356 (or 0x90C356) is known color: Mantis. HEX triplet: 90, C3 and 56. RGB value is (144,195,86). Sum of RGB (Red+Green+Blue) = 144+195+86=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #90C356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C356 is #6F3CA9. Grayscale: #A7A7A7. Windows color (decimal): -7290026 or 5686160. OLE color: 5686160.
HSL color Cylindrical-coordinate representation of color #90C356: hue angle of 88.07º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90C356 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 195 | 86 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.24 |
| HSL | 88.07º | 0.48% | 0.55% | - |
| HSV(B) | 88.07º | 0.56% | 0.76% | - |
| XYZ | 32.7 | 45.63 | 15.89 | - |
| YUV | 167.33 | 82.1 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 195 | 86 | 0.26 | 0 | 0.56 | 0.24 | 88.07 | 0.48 | 0.55 |
| Hex | 90 | C3 | 56 | 1A | 0 | 38 | 18 | 58 | 30 | 37 |
| Octal | 220 | 303 | 126 | 32 | 0 | 70 | 30 | 130 | 60 | 67 |
| Binary | 10010000 | 11000011 | 1010110 | 11010 | 0 | 111000 | 11000 | 1011000 | 110000 | 110111 |
Color Harmonies of #90C356
Complementary color
Monochromatic Colors of #90C356
Black with #90C356
Text Example
Text Example
White with #90C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C356; }
p { color: rgb(144,195,86); }
H1.HeaderClassName
{
color: #90C356;
}
.AnyTagClassName
{
color: #90C356;
}
</style>
background-color css
<style>
a { background-color: #90C356; }
a { background-color: rgb(144,195,86); }
div.DivClassName
{
background-color: #90C356;
}
.BgClassName
{
background-color: #90C356;
}
</style>
border-color css
<style>
span { border-color: #90C356; }
span { border-color: rgb(144,195,86); }
td.TdClassName
{
border-color: #90C356;
}
.TagClassName
{
border-color: #90C356;
}
</style>