Shades of Mantis #92DD61
Tints of Mantis #92DD61
RGB
CMYK
RGB Variations
Color information
#92DD61 (or 0x92DD61) is known color: Mantis. HEX triplet: 92, DD and 61. RGB value is (146,221,97). Sum of RGB (Red+Green+Blue) = 146+221+97=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DD61 is #6D229E. Grayscale: #B8B8B8. Windows color (decimal): -7152287 or 6413714. OLE color: 6413714.
HSL color Cylindrical-coordinate representation of color #92DD61: hue angle of 96.29º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #92DD61 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 97 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.13 |
| HSL | 96.29º | 0.65% | 0.62% | - |
| HSV(B) | 96.29º | 0.56% | 0.87% | - |
| XYZ | 39.87 | 58.69 | 20.54 | - |
| YUV | 184.44 | 78.65 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 97 | 0.34 | 0 | 0.56 | 0.13 | 96.29 | 0.65 | 0.62 |
| Hex | 92 | DD | 61 | 22 | 0 | 38 | D | 60 | 41 | 3E |
| Octal | 222 | 335 | 141 | 42 | 0 | 70 | 15 | 140 | 101 | 76 |
| Binary | 10010010 | 11011101 | 1100001 | 100010 | 0 | 111000 | 1101 | 1100000 | 1000001 | 111110 |
Color Harmonies of #92DD61
Complementary color
Monochromatic Colors of #92DD61
Black with #92DD61
Text Example
Text Example
White with #92DD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DD61; }
p { color: rgb(146,221,97); }
H1.HeaderClassName
{
color: #92DD61;
}
.AnyTagClassName
{
color: #92DD61;
}
</style>
background-color css
<style>
a { background-color: #92DD61; }
a { background-color: rgb(146,221,97); }
div.DivClassName
{
background-color: #92DD61;
}
.BgClassName
{
background-color: #92DD61;
}
</style>
border-color css
<style>
span { border-color: #92DD61; }
span { border-color: rgb(146,221,97); }
td.TdClassName
{
border-color: #92DD61;
}
.TagClassName
{
border-color: #92DD61;
}
</style>