Shades of Mantis #92CA64
Tints of Mantis #92CA64
RGB
CMYK
RGB Variations
Color information
#92CA64 (or 0x92CA64) is known color: Mantis. HEX triplet: 92, CA and 64. RGB value is (146,202,100). Sum of RGB (Red+Green+Blue) = 146+202+100=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA64 is #6D359B. Grayscale: #ADADAD. Windows color (decimal): -7157148 or 6605458. OLE color: 6605458.
HSL color Cylindrical-coordinate representation of color #92CA64: hue angle of 92.94º 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 #92CA64 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 100 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.21 |
| HSL | 92.94º | 0.49% | 0.59% | - |
| HSV(B) | 92.94º | 0.5% | 0.79% | - |
| XYZ | 35.27 | 49.27 | 19.71 | - |
| YUV | 173.63 | 86.45 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 100 | 0.28 | 0 | 0.50 | 0.21 | 92.94 | 0.49 | 0.59 |
| Hex | 92 | CA | 64 | 1C | 0 | 32 | 15 | 5D | 31 | 3B |
| Octal | 222 | 312 | 144 | 34 | 0 | 62 | 25 | 135 | 61 | 73 |
| Binary | 10010010 | 11001010 | 1100100 | 11100 | 0 | 110010 | 10101 | 1011101 | 110001 | 111011 |
Color Harmonies of #92CA64
Complementary color
Monochromatic Colors of #92CA64
Black with #92CA64
Text Example
Text Example
White with #92CA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA64; }
p { color: rgb(146,202,100); }
H1.HeaderClassName
{
color: #92CA64;
}
.AnyTagClassName
{
color: #92CA64;
}
</style>
background-color css
<style>
a { background-color: #92CA64; }
a { background-color: rgb(146,202,100); }
div.DivClassName
{
background-color: #92CA64;
}
.BgClassName
{
background-color: #92CA64;
}
</style>
border-color css
<style>
span { border-color: #92CA64; }
span { border-color: rgb(146,202,100); }
td.TdClassName
{
border-color: #92CA64;
}
.TagClassName
{
border-color: #92CA64;
}
</style>