Shades of Mantis #92C556
Tints of Mantis #92C556
RGB
CMYK
RGB Variations
Color information
#92C556 (or 0x92C556) is known color: Mantis. HEX triplet: 92, C5 and 56. RGB value is (146,197,86). Sum of RGB (Red+Green+Blue) = 146+197+86=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #92C556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C556 is #6D3AA9. Grayscale: #A9A9A9. Windows color (decimal): -7158442 or 5686674. OLE color: 5686674.
HSL color Cylindrical-coordinate representation of color #92C556: hue angle of 87.57º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #92C556 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 86 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.23 |
| HSL | 87.57º | 0.49% | 0.55% | - |
| HSV(B) | 87.57º | 0.56% | 0.77% | - |
| XYZ | 33.5 | 46.72 | 16.06 | - |
| YUV | 169.1 | 81.1 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 86 | 0.26 | 0 | 0.56 | 0.23 | 87.57 | 0.49 | 0.55 |
| Hex | 92 | C5 | 56 | 1A | 0 | 38 | 17 | 58 | 31 | 37 |
| Octal | 222 | 305 | 126 | 32 | 0 | 70 | 27 | 130 | 61 | 67 |
| Binary | 10010010 | 11000101 | 1010110 | 11010 | 0 | 111000 | 10111 | 1011000 | 110001 | 110111 |
Color Harmonies of #92C556
Complementary color
Monochromatic Colors of #92C556
Black with #92C556
Text Example
Text Example
White with #92C556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C556; }
p { color: rgb(146,197,86); }
H1.HeaderClassName
{
color: #92C556;
}
.AnyTagClassName
{
color: #92C556;
}
</style>
background-color css
<style>
a { background-color: #92C556; }
a { background-color: rgb(146,197,86); }
div.DivClassName
{
background-color: #92C556;
}
.BgClassName
{
background-color: #92C556;
}
</style>
border-color css
<style>
span { border-color: #92C556; }
span { border-color: rgb(146,197,86); }
td.TdClassName
{
border-color: #92C556;
}
.TagClassName
{
border-color: #92C556;
}
</style>