Shades of Mantis #92CA55
Tints of Mantis #92CA55
RGB
CMYK
RGB Variations
Color information
#92CA55 (or 0x92CA55) is known color: Mantis. HEX triplet: 92, CA and 55. RGB value is (146,202,85). Sum of RGB (Red+Green+Blue) = 146+202+85=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA55 is #6D35AA. Grayscale: #ACACAC. Windows color (decimal): -7157163 or 5622418. OLE color: 5622418.
HSL color Cylindrical-coordinate representation of color #92CA55: hue angle of 88.72º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #92CA55 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 85 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.21 |
| HSL | 88.72º | 0.52% | 0.56% | - |
| HSV(B) | 88.72º | 0.58% | 0.79% | - |
| XYZ | 34.61 | 49.01 | 16.23 | - |
| YUV | 171.92 | 78.95 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 85 | 0.28 | 0 | 0.58 | 0.21 | 88.72 | 0.52 | 0.56 |
| Hex | 92 | CA | 55 | 1C | 0 | 3A | 15 | 59 | 34 | 38 |
| Octal | 222 | 312 | 125 | 34 | 0 | 72 | 25 | 131 | 64 | 70 |
| Binary | 10010010 | 11001010 | 1010101 | 11100 | 0 | 111010 | 10101 | 1011001 | 110100 | 111000 |
Color Harmonies of #92CA55
Complementary color
Monochromatic Colors of #92CA55
Black with #92CA55
Text Example
Text Example
White with #92CA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA55; }
p { color: rgb(146,202,85); }
H1.HeaderClassName
{
color: #92CA55;
}
.AnyTagClassName
{
color: #92CA55;
}
</style>
background-color css
<style>
a { background-color: #92CA55; }
a { background-color: rgb(146,202,85); }
div.DivClassName
{
background-color: #92CA55;
}
.BgClassName
{
background-color: #92CA55;
}
</style>
border-color css
<style>
span { border-color: #92CA55; }
span { border-color: rgb(146,202,85); }
td.TdClassName
{
border-color: #92CA55;
}
.TagClassName
{
border-color: #92CA55;
}
</style>