Shades of Mantis #92DE5E
Tints of Mantis #92DE5E
RGB
CMYK
RGB Variations
Color information
#92DE5E (or 0x92DE5E) is known color: Mantis. HEX triplet: 92, DE and 5E. RGB value is (146,222,94). Sum of RGB (Red+Green+Blue) = 146+222+94=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #92DE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DE5E is #6D21A1. Grayscale: #B9B9B9. Windows color (decimal): -7152034 or 6217362. OLE color: 6217362.
HSL color Cylindrical-coordinate representation of color #92DE5E: hue angle of 95.62º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #92DE5E is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 222 | 94 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.13 |
| HSL | 95.63º | 0.66% | 0.62% | - |
| HSV(B) | 95.63º | 0.58% | 0.87% | - |
| XYZ | 40 | 59.16 | 19.9 | - |
| YUV | 184.68 | 76.82 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 222 | 94 | 0.34 | 0 | 0.58 | 0.13 | 95.63 | 0.66 | 0.62 |
| Hex | 92 | DE | 5E | 22 | 0 | 3A | D | 60 | 42 | 3E |
| Octal | 222 | 336 | 136 | 42 | 0 | 72 | 15 | 140 | 102 | 76 |
| Binary | 10010010 | 11011110 | 1011110 | 100010 | 0 | 111010 | 1101 | 1100000 | 1000010 | 111110 |
Color Harmonies of #92DE5E
Complementary color
Monochromatic Colors of #92DE5E
Black with #92DE5E
Text Example
Text Example
White with #92DE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DE5E; }
p { color: rgb(146,222,94); }
H1.HeaderClassName
{
color: #92DE5E;
}
.AnyTagClassName
{
color: #92DE5E;
}
</style>
background-color css
<style>
a { background-color: #92DE5E; }
a { background-color: rgb(146,222,94); }
div.DivClassName
{
background-color: #92DE5E;
}
.BgClassName
{
background-color: #92DE5E;
}
</style>
border-color css
<style>
span { border-color: #92DE5E; }
span { border-color: rgb(146,222,94); }
td.TdClassName
{
border-color: #92DE5E;
}
.TagClassName
{
border-color: #92DE5E;
}
</style>