Shades of Mantis #92D565
Tints of Mantis #92D565
RGB
CMYK
RGB Variations
Color information
#92D565 (or 0x92D565) is known color: Mantis. HEX triplet: 92, D5 and 65. RGB value is (146,213,101). Sum of RGB (Red+Green+Blue) = 146+213+101=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #92D565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D565 is #6D2A9A. Grayscale: #B4B4B4. Windows color (decimal): -7154331 or 6673810. OLE color: 6673810.
HSL color Cylindrical-coordinate representation of color #92D565: hue angle of 95.89º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #92D565 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 213 | 101 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.16 |
| HSL | 95.89º | 0.57% | 0.62% | - |
| HSV(B) | 95.89º | 0.53% | 0.84% | - |
| XYZ | 38 | 54.64 | 20.86 | - |
| YUV | 180.2 | 83.3 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 213 | 101 | 0.31 | 0 | 0.53 | 0.16 | 95.89 | 0.57 | 0.62 |
| Hex | 92 | D5 | 65 | 1F | 0 | 35 | 10 | 60 | 39 | 3E |
| Octal | 222 | 325 | 145 | 37 | 0 | 65 | 20 | 140 | 71 | 76 |
| Binary | 10010010 | 11010101 | 1100101 | 11111 | 0 | 110101 | 10000 | 1100000 | 111001 | 111110 |
Color Harmonies of #92D565
Complementary color
Monochromatic Colors of #92D565
Black with #92D565
Text Example
Text Example
White with #92D565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D565; }
p { color: rgb(146,213,101); }
H1.HeaderClassName
{
color: #92D565;
}
.AnyTagClassName
{
color: #92D565;
}
</style>
background-color css
<style>
a { background-color: #92D565; }
a { background-color: rgb(146,213,101); }
div.DivClassName
{
background-color: #92D565;
}
.BgClassName
{
background-color: #92D565;
}
</style>
border-color css
<style>
span { border-color: #92D565; }
span { border-color: rgb(146,213,101); }
td.TdClassName
{
border-color: #92D565;
}
.TagClassName
{
border-color: #92D565;
}
</style>