Shades of Mantis #92DD60
Tints of Mantis #92DD60
RGB
CMYK
RGB Variations
Color information
#92DD60 (or 0x92DD60) is known color: Mantis. HEX triplet: 92, DD and 60. RGB value is (146,221,96). Sum of RGB (Red+Green+Blue) = 146+221+96=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DD60 is #6D229F. Grayscale: #B8B8B8. Windows color (decimal): -7152288 or 6348178. OLE color: 6348178.
HSL color Cylindrical-coordinate representation of color #92DD60: hue angle of 96º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #92DD60 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 96 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.13 |
| HSL | 96º | 0.65% | 0.62% | - |
| HSV(B) | 96º | 0.57% | 0.87% | - |
| XYZ | 39.82 | 58.67 | 20.29 | - |
| YUV | 184.33 | 78.15 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 96 | 0.34 | 0 | 0.57 | 0.13 | 96 | 0.65 | 0.62 |
| Hex | 92 | DD | 60 | 22 | 0 | 39 | D | 60 | 41 | 3E |
| Octal | 222 | 335 | 140 | 42 | 0 | 71 | 15 | 140 | 101 | 76 |
| Binary | 10010010 | 11011101 | 1100000 | 100010 | 0 | 111001 | 1101 | 1100000 | 1000001 | 111110 |
Color Harmonies of #92DD60
Complementary color
Monochromatic Colors of #92DD60
Black with #92DD60
Text Example
Text Example
White with #92DD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DD60; }
p { color: rgb(146,221,96); }
H1.HeaderClassName
{
color: #92DD60;
}
.AnyTagClassName
{
color: #92DD60;
}
</style>
background-color css
<style>
a { background-color: #92DD60; }
a { background-color: rgb(146,221,96); }
div.DivClassName
{
background-color: #92DD60;
}
.BgClassName
{
background-color: #92DD60;
}
</style>
border-color css
<style>
span { border-color: #92DD60; }
span { border-color: rgb(146,221,96); }
td.TdClassName
{
border-color: #92DD60;
}
.TagClassName
{
border-color: #92DD60;
}
</style>