Shades of Mantis #92C15C
Tints of Mantis #92C15C
RGB
CMYK
RGB Variations
Color information
#92C15C (or 0x92C15C) is known color: Mantis. HEX triplet: 92, C1 and 5C. RGB value is (146,193,92). Sum of RGB (Red+Green+Blue) = 146+193+92=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #92C15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C15C is #6D3EA3. Grayscale: #A7A7A7. Windows color (decimal): -7159460 or 6078866. OLE color: 6078866.
HSL color Cylindrical-coordinate representation of color #92C15C: hue angle of 87.92º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #92C15C is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 193 | 92 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.24 |
| HSL | 87.92º | 0.45% | 0.56% | - |
| HSV(B) | 87.92º | 0.52% | 0.76% | - |
| XYZ | 32.86 | 45.02 | 17.08 | - |
| YUV | 167.43 | 85.43 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 193 | 92 | 0.24 | 0 | 0.52 | 0.24 | 87.92 | 0.45 | 0.56 |
| Hex | 92 | C1 | 5C | 18 | 0 | 34 | 18 | 58 | 2D | 38 |
| Octal | 222 | 301 | 134 | 30 | 0 | 64 | 30 | 130 | 55 | 70 |
| Binary | 10010010 | 11000001 | 1011100 | 11000 | 0 | 110100 | 11000 | 1011000 | 101101 | 111000 |
Color Harmonies of #92C15C
Complementary color
Monochromatic Colors of #92C15C
Black with #92C15C
Text Example
Text Example
White with #92C15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C15C; }
p { color: rgb(146,193,92); }
H1.HeaderClassName
{
color: #92C15C;
}
.AnyTagClassName
{
color: #92C15C;
}
</style>
background-color css
<style>
a { background-color: #92C15C; }
a { background-color: rgb(146,193,92); }
div.DivClassName
{
background-color: #92C15C;
}
.BgClassName
{
background-color: #92C15C;
}
</style>
border-color css
<style>
span { border-color: #92C15C; }
span { border-color: rgb(146,193,92); }
td.TdClassName
{
border-color: #92C15C;
}
.TagClassName
{
border-color: #92C15C;
}
</style>