Shades of Mantis #92D056
Tints of Mantis #92D056
RGB
CMYK
RGB Variations
Color information
#92D056 (or 0x92D056) is known color: Mantis. HEX triplet: 92, D0 and 56. RGB value is (146,208,86). Sum of RGB (Red+Green+Blue) = 146+208+86=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #92D056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D056 is #6D2FA9. Grayscale: #AFAFAF. Windows color (decimal): -7155626 or 5689490. OLE color: 5689490.
HSL color Cylindrical-coordinate representation of color #92D056: hue angle of 90.49º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #92D056 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 208 | 86 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.18 |
| HSL | 90.49º | 0.56% | 0.58% | - |
| HSV(B) | 90.49º | 0.59% | 0.82% | - |
| XYZ | 36.09 | 51.89 | 16.92 | - |
| YUV | 175.55 | 77.46 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 86 | 0.30 | 0 | 0.59 | 0.18 | 90.49 | 0.56 | 0.58 |
| Hex | 92 | D0 | 56 | 1E | 0 | 3B | 12 | 5A | 38 | 3A |
| Octal | 222 | 320 | 126 | 36 | 0 | 73 | 22 | 132 | 70 | 72 |
| Binary | 10010010 | 11010000 | 1010110 | 11110 | 0 | 111011 | 10010 | 1011010 | 111000 | 111010 |
Color Harmonies of #92D056
Complementary color
Monochromatic Colors of #92D056
Black with #92D056
Text Example
Text Example
White with #92D056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D056; }
p { color: rgb(146,208,86); }
H1.HeaderClassName
{
color: #92D056;
}
.AnyTagClassName
{
color: #92D056;
}
</style>
background-color css
<style>
a { background-color: #92D056; }
a { background-color: rgb(146,208,86); }
div.DivClassName
{
background-color: #92D056;
}
.BgClassName
{
background-color: #92D056;
}
</style>
border-color css
<style>
span { border-color: #92D056; }
span { border-color: rgb(146,208,86); }
td.TdClassName
{
border-color: #92D056;
}
.TagClassName
{
border-color: #92D056;
}
</style>