Shades of Mantis #92CA5C
Tints of Mantis #92CA5C
RGB
CMYK
RGB Variations
Color information
#92CA5C (or 0x92CA5C) is known color: Mantis. HEX triplet: 92, CA and 5C. RGB value is (146,202,92). Sum of RGB (Red+Green+Blue) = 146+202+92=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA5C is #6D35A3. Grayscale: #ADADAD. Windows color (decimal): -7157156 or 6081170. OLE color: 6081170.
HSL color Cylindrical-coordinate representation of color #92CA5C: hue angle of 90.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #92CA5C is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 92 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.21 |
| HSL | 90.55º | 0.51% | 0.58% | - |
| HSV(B) | 90.55º | 0.54% | 0.79% | - |
| XYZ | 34.91 | 49.12 | 17.77 | - |
| YUV | 172.72 | 82.45 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 92 | 0.28 | 0 | 0.54 | 0.21 | 90.55 | 0.51 | 0.58 |
| Hex | 92 | CA | 5C | 1C | 0 | 36 | 15 | 5B | 33 | 3A |
| Octal | 222 | 312 | 134 | 34 | 0 | 66 | 25 | 133 | 63 | 72 |
| Binary | 10010010 | 11001010 | 1011100 | 11100 | 0 | 110110 | 10101 | 1011011 | 110011 | 111010 |
Color Harmonies of #92CA5C
Complementary color
Monochromatic Colors of #92CA5C
Black with #92CA5C
Text Example
Text Example
White with #92CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA5C; }
p { color: rgb(146,202,92); }
H1.HeaderClassName
{
color: #92CA5C;
}
.AnyTagClassName
{
color: #92CA5C;
}
</style>
background-color css
<style>
a { background-color: #92CA5C; }
a { background-color: rgb(146,202,92); }
div.DivClassName
{
background-color: #92CA5C;
}
.BgClassName
{
background-color: #92CA5C;
}
</style>
border-color css
<style>
span { border-color: #92CA5C; }
span { border-color: rgb(146,202,92); }
td.TdClassName
{
border-color: #92CA5C;
}
.TagClassName
{
border-color: #92CA5C;
}
</style>