Shades of Mantis #92D568
Tints of Mantis #92D568
RGB
CMYK
RGB Variations
Color information
#92D568 (or 0x92D568) is known color: Mantis. HEX triplet: 92, D5 and 68. RGB value is (146,213,104). Sum of RGB (Red+Green+Blue) = 146+213+104=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #92D568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D568 is #6D2A97. Grayscale: #B4B4B4. Windows color (decimal): -7154328 or 6870418. OLE color: 6870418.
HSL color Cylindrical-coordinate representation of color #92D568: hue angle of 96.88º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #92D568 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 213 | 104 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.16 |
| HSL | 96.88º | 0.56% | 0.62% | - |
| HSV(B) | 96.88º | 0.51% | 0.84% | - |
| XYZ | 38.15 | 54.7 | 21.64 | - |
| YUV | 180.54 | 84.8 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 213 | 104 | 0.31 | 0 | 0.51 | 0.16 | 96.88 | 0.56 | 0.62 |
| Hex | 92 | D5 | 68 | 1F | 0 | 33 | 10 | 61 | 38 | 3E |
| Octal | 222 | 325 | 150 | 37 | 0 | 63 | 20 | 141 | 70 | 76 |
| Binary | 10010010 | 11010101 | 1101000 | 11111 | 0 | 110011 | 10000 | 1100001 | 111000 | 111110 |
Color Harmonies of #92D568
Complementary color
Monochromatic Colors of #92D568
Black with #92D568
Text Example
Text Example
White with #92D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D568; }
p { color: rgb(146,213,104); }
H1.HeaderClassName
{
color: #92D568;
}
.AnyTagClassName
{
color: #92D568;
}
</style>
background-color css
<style>
a { background-color: #92D568; }
a { background-color: rgb(146,213,104); }
div.DivClassName
{
background-color: #92D568;
}
.BgClassName
{
background-color: #92D568;
}
</style>
border-color css
<style>
span { border-color: #92D568; }
span { border-color: rgb(146,213,104); }
td.TdClassName
{
border-color: #92D568;
}
.TagClassName
{
border-color: #92D568;
}
</style>