Shades of Mantis #92CB5D
Tints of Mantis #92CB5D
RGB
CMYK
RGB Variations
Color information
#92CB5D (or 0x92CB5D) is known color: Mantis. HEX triplet: 92, CB and 5D. RGB value is (146,203,93). Sum of RGB (Red+Green+Blue) = 146+203+93=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #92CB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CB5D is #6D34A2. Grayscale: #ADADAD. Windows color (decimal): -7156899 or 6146962. OLE color: 6146962.
HSL color Cylindrical-coordinate representation of color #92CB5D: hue angle of 91.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #92CB5D is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 203 | 93 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.20 |
| HSL | 91.09º | 0.51% | 0.58% | - |
| HSV(B) | 91.09º | 0.54% | 0.8% | - |
| XYZ | 35.19 | 49.61 | 18.08 | - |
| YUV | 173.42 | 82.62 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 203 | 93 | 0.28 | 0 | 0.54 | 0.20 | 91.09 | 0.51 | 0.58 |
| Hex | 92 | CB | 5D | 1C | 0 | 36 | 14 | 5B | 33 | 3A |
| Octal | 222 | 313 | 135 | 34 | 0 | 66 | 24 | 133 | 63 | 72 |
| Binary | 10010010 | 11001011 | 1011101 | 11100 | 0 | 110110 | 10100 | 1011011 | 110011 | 111010 |
Color Harmonies of #92CB5D
Complementary color
Monochromatic Colors of #92CB5D
Black with #92CB5D
Text Example
Text Example
White with #92CB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CB5D; }
p { color: rgb(146,203,93); }
H1.HeaderClassName
{
color: #92CB5D;
}
.AnyTagClassName
{
color: #92CB5D;
}
</style>
background-color css
<style>
a { background-color: #92CB5D; }
a { background-color: rgb(146,203,93); }
div.DivClassName
{
background-color: #92CB5D;
}
.BgClassName
{
background-color: #92CB5D;
}
</style>
border-color css
<style>
span { border-color: #92CB5D; }
span { border-color: rgb(146,203,93); }
td.TdClassName
{
border-color: #92CB5D;
}
.TagClassName
{
border-color: #92CB5D;
}
</style>