Shades of Mantis #92DD5B
Tints of Mantis #92DD5B
RGB
CMYK
RGB Variations
Color information
#92DD5B (or 0x92DD5B) is known color: Mantis. HEX triplet: 92, DD and 5B. RGB value is (146,221,91). Sum of RGB (Red+Green+Blue) = 146+221+91=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DD5B is #6D22A4. Grayscale: #B8B8B8. Windows color (decimal): -7152293 or 6020498. OLE color: 6020498.
HSL color Cylindrical-coordinate representation of color #92DD5B: hue angle of 94.62º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #92DD5B is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 91 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.13 |
| HSL | 94.62º | 0.66% | 0.61% | - |
| HSV(B) | 94.62º | 0.59% | 0.87% | - |
| XYZ | 39.6 | 58.58 | 19.12 | - |
| YUV | 183.76 | 75.65 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 91 | 0.34 | 0 | 0.59 | 0.13 | 94.62 | 0.66 | 0.61 |
| Hex | 92 | DD | 5B | 22 | 0 | 3B | D | 5F | 42 | 3D |
| Octal | 222 | 335 | 133 | 42 | 0 | 73 | 15 | 137 | 102 | 75 |
| Binary | 10010010 | 11011101 | 1011011 | 100010 | 0 | 111011 | 1101 | 1011111 | 1000010 | 111101 |
Color Harmonies of #92DD5B
Complementary color
Monochromatic Colors of #92DD5B
Black with #92DD5B
Text Example
Text Example
White with #92DD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DD5B; }
p { color: rgb(146,221,91); }
H1.HeaderClassName
{
color: #92DD5B;
}
.AnyTagClassName
{
color: #92DD5B;
}
</style>
background-color css
<style>
a { background-color: #92DD5B; }
a { background-color: rgb(146,221,91); }
div.DivClassName
{
background-color: #92DD5B;
}
.BgClassName
{
background-color: #92DD5B;
}
</style>
border-color css
<style>
span { border-color: #92DD5B; }
span { border-color: rgb(146,221,91); }
td.TdClassName
{
border-color: #92DD5B;
}
.TagClassName
{
border-color: #92DD5B;
}
</style>