Shades of Mantis #92DE5A
Tints of Mantis #92DE5A
RGB
CMYK
RGB Variations
Color information
#92DE5A (or 0x92DE5A) is known color: Mantis. HEX triplet: 92, DE and 5A. RGB value is (146,222,90). Sum of RGB (Red+Green+Blue) = 146+222+90=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #92DE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DE5A is #6D21A5. Grayscale: #B8B8B8. Windows color (decimal): -7152038 or 5955218. OLE color: 5955218.
HSL color Cylindrical-coordinate representation of color #92DE5A: hue angle of 94.55º degrees, saturation: 0.67, 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 #92DE5A is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 222 | 90 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.13 |
| HSL | 94.55º | 0.67% | 0.61% | - |
| HSV(B) | 94.55º | 0.59% | 0.87% | - |
| XYZ | 39.82 | 59.09 | 18.98 | - |
| YUV | 184.23 | 74.82 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 222 | 90 | 0.34 | 0 | 0.59 | 0.13 | 94.55 | 0.67 | 0.61 |
| Hex | 92 | DE | 5A | 22 | 0 | 3B | D | 5F | 43 | 3D |
| Octal | 222 | 336 | 132 | 42 | 0 | 73 | 15 | 137 | 103 | 75 |
| Binary | 10010010 | 11011110 | 1011010 | 100010 | 0 | 111011 | 1101 | 1011111 | 1000011 | 111101 |
Color Harmonies of #92DE5A
Complementary color
Monochromatic Colors of #92DE5A
Black with #92DE5A
Text Example
Text Example
White with #92DE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DE5A; }
p { color: rgb(146,222,90); }
H1.HeaderClassName
{
color: #92DE5A;
}
.AnyTagClassName
{
color: #92DE5A;
}
</style>
background-color css
<style>
a { background-color: #92DE5A; }
a { background-color: rgb(146,222,90); }
div.DivClassName
{
background-color: #92DE5A;
}
.BgClassName
{
background-color: #92DE5A;
}
</style>
border-color css
<style>
span { border-color: #92DE5A; }
span { border-color: rgb(146,222,90); }
td.TdClassName
{
border-color: #92DE5A;
}
.TagClassName
{
border-color: #92DE5A;
}
</style>