Shades of Mantis #92CA65
Tints of Mantis #92CA65
RGB
CMYK
RGB Variations
Color information
#92CA65 (or 0x92CA65) is known color: Mantis. HEX triplet: 92, CA and 65. RGB value is (146,202,101). Sum of RGB (Red+Green+Blue) = 146+202+101=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA65 is #6D359A. Grayscale: #AEAEAE. Windows color (decimal): -7157147 or 6670994. OLE color: 6670994.
HSL color Cylindrical-coordinate representation of color #92CA65: hue angle of 93.27º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92CA65 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 101 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.21 |
| HSL | 93.27º | 0.49% | 0.59% | - |
| HSV(B) | 93.27º | 0.5% | 0.79% | - |
| XYZ | 35.32 | 49.29 | 19.96 | - |
| YUV | 173.74 | 86.95 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 101 | 0.28 | 0 | 0.50 | 0.21 | 93.27 | 0.49 | 0.59 |
| Hex | 92 | CA | 65 | 1C | 0 | 32 | 15 | 5D | 31 | 3B |
| Octal | 222 | 312 | 145 | 34 | 0 | 62 | 25 | 135 | 61 | 73 |
| Binary | 10010010 | 11001010 | 1100101 | 11100 | 0 | 110010 | 10101 | 1011101 | 110001 | 111011 |
Color Harmonies of #92CA65
Complementary color
Monochromatic Colors of #92CA65
Black with #92CA65
Text Example
Text Example
White with #92CA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA65; }
p { color: rgb(146,202,101); }
H1.HeaderClassName
{
color: #92CA65;
}
.AnyTagClassName
{
color: #92CA65;
}
</style>
background-color css
<style>
a { background-color: #92CA65; }
a { background-color: rgb(146,202,101); }
div.DivClassName
{
background-color: #92CA65;
}
.BgClassName
{
background-color: #92CA65;
}
</style>
border-color css
<style>
span { border-color: #92CA65; }
span { border-color: rgb(146,202,101); }
td.TdClassName
{
border-color: #92CA65;
}
.TagClassName
{
border-color: #92CA65;
}
</style>