Shades of Mantis #92CA5D
Tints of Mantis #92CA5D
RGB
CMYK
RGB Variations
Color information
#92CA5D (or 0x92CA5D) is known color: Mantis. HEX triplet: 92, CA and 5D. RGB value is (146,202,93). Sum of RGB (Red+Green+Blue) = 146+202+93=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA5D is #6D35A2. Grayscale: #ADADAD. Windows color (decimal): -7157155 or 6146706. OLE color: 6146706.
HSL color Cylindrical-coordinate representation of color #92CA5D: hue angle of 90.83º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #92CA5D is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 93 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.21 |
| HSL | 90.83º | 0.51% | 0.58% | - |
| HSV(B) | 90.83º | 0.54% | 0.79% | - |
| XYZ | 34.95 | 49.14 | 18 | - |
| YUV | 172.83 | 82.95 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 93 | 0.28 | 0 | 0.54 | 0.21 | 90.83 | 0.51 | 0.58 |
| Hex | 92 | CA | 5D | 1C | 0 | 36 | 15 | 5B | 33 | 3A |
| Octal | 222 | 312 | 135 | 34 | 0 | 66 | 25 | 133 | 63 | 72 |
| Binary | 10010010 | 11001010 | 1011101 | 11100 | 0 | 110110 | 10101 | 1011011 | 110011 | 111010 |
Color Harmonies of #92CA5D
Complementary color
Monochromatic Colors of #92CA5D
Black with #92CA5D
Text Example
Text Example
White with #92CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA5D; }
p { color: rgb(146,202,93); }
H1.HeaderClassName
{
color: #92CA5D;
}
.AnyTagClassName
{
color: #92CA5D;
}
</style>
background-color css
<style>
a { background-color: #92CA5D; }
a { background-color: rgb(146,202,93); }
div.DivClassName
{
background-color: #92CA5D;
}
.BgClassName
{
background-color: #92CA5D;
}
</style>
border-color css
<style>
span { border-color: #92CA5D; }
span { border-color: rgb(146,202,93); }
td.TdClassName
{
border-color: #92CA5D;
}
.TagClassName
{
border-color: #92CA5D;
}
</style>