Shades of Mantis #92C356
Tints of Mantis #92C356
RGB
CMYK
RGB Variations
Color information
#92C356 (or 0x92C356) is known color: Mantis. HEX triplet: 92, C3 and 56. RGB value is (146,195,86). Sum of RGB (Red+Green+Blue) = 146+195+86=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #92C356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C356 is #6D3CA9. Grayscale: #A8A8A8. Windows color (decimal): -7158954 or 5686162. OLE color: 5686162.
HSL color Cylindrical-coordinate representation of color #92C356: hue angle of 86.97º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #92C356 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 86 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.24 |
| HSL | 86.97º | 0.48% | 0.55% | - |
| HSV(B) | 86.97º | 0.56% | 0.76% | - |
| XYZ | 33.05 | 45.81 | 15.91 | - |
| YUV | 167.92 | 81.77 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 86 | 0.25 | 0 | 0.56 | 0.24 | 86.97 | 0.48 | 0.55 |
| Hex | 92 | C3 | 56 | 19 | 0 | 38 | 18 | 57 | 30 | 37 |
| Octal | 222 | 303 | 126 | 31 | 0 | 70 | 30 | 127 | 60 | 67 |
| Binary | 10010010 | 11000011 | 1010110 | 11001 | 0 | 111000 | 11000 | 1010111 | 110000 | 110111 |
Color Harmonies of #92C356
Complementary color
Monochromatic Colors of #92C356
Black with #92C356
Text Example
Text Example
White with #92C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C356; }
p { color: rgb(146,195,86); }
H1.HeaderClassName
{
color: #92C356;
}
.AnyTagClassName
{
color: #92C356;
}
</style>
background-color css
<style>
a { background-color: #92C356; }
a { background-color: rgb(146,195,86); }
div.DivClassName
{
background-color: #92C356;
}
.BgClassName
{
background-color: #92C356;
}
</style>
border-color css
<style>
span { border-color: #92C356; }
span { border-color: rgb(146,195,86); }
td.TdClassName
{
border-color: #92C356;
}
.TagClassName
{
border-color: #92C356;
}
</style>