Shades of Mantis #90C65C
Tints of Mantis #90C65C
RGB
CMYK
RGB Variations
Color information
#90C65C (or 0x90C65C) is known color: Mantis. HEX triplet: 90, C6 and 5C. RGB value is (144,198,92). Sum of RGB (Red+Green+Blue) = 144+198+92=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 198 - color contains mainly: green. Hex color #90C65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C65C is #6F39A3. Grayscale: #AAAAAA. Windows color (decimal): -7289252 or 6080144. OLE color: 6080144.
HSL color Cylindrical-coordinate representation of color #90C65C: hue angle of 90.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #90C65C is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 198 | 92 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.22 |
| HSL | 90.57º | 0.48% | 0.57% | - |
| HSV(B) | 90.57º | 0.54% | 0.78% | - |
| XYZ | 33.63 | 47.09 | 17.44 | - |
| YUV | 169.77 | 84.11 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 198 | 92 | 0.27 | 0 | 0.54 | 0.22 | 90.57 | 0.48 | 0.57 |
| Hex | 90 | C6 | 5C | 1B | 0 | 36 | 16 | 5B | 30 | 39 |
| Octal | 220 | 306 | 134 | 33 | 0 | 66 | 26 | 133 | 60 | 71 |
| Binary | 10010000 | 11000110 | 1011100 | 11011 | 0 | 110110 | 10110 | 1011011 | 110000 | 111001 |
Color Harmonies of #90C65C
Complementary color
Monochromatic Colors of #90C65C
Black with #90C65C
Text Example
Text Example
White with #90C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C65C; }
p { color: rgb(144,198,92); }
H1.HeaderClassName
{
color: #90C65C;
}
.AnyTagClassName
{
color: #90C65C;
}
</style>
background-color css
<style>
a { background-color: #90C65C; }
a { background-color: rgb(144,198,92); }
div.DivClassName
{
background-color: #90C65C;
}
.BgClassName
{
background-color: #90C65C;
}
</style>
border-color css
<style>
span { border-color: #90C65C; }
span { border-color: rgb(144,198,92); }
td.TdClassName
{
border-color: #90C65C;
}
.TagClassName
{
border-color: #90C65C;
}
</style>