Shades of Mantis #83C958
Tints of Mantis #83C958
RGB
CMYK
RGB Variations
Color information
#83C958 (or 0x83C958) is known color: Mantis. HEX triplet: 83, C9 and 58. RGB value is (131,201,88). Sum of RGB (Red+Green+Blue) = 131+201+88=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #83C958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C958 is #7C36A7. Grayscale: #A7A7A7. Windows color (decimal): -8140456 or 5818755. OLE color: 5818755.
HSL color Cylindrical-coordinate representation of color #83C958: hue angle of 97.17º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83C958 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 201 | 88 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.21 |
| HSL | 97.17º | 0.51% | 0.57% | - |
| HSV(B) | 97.17º | 0.56% | 0.79% | - |
| XYZ | 32.01 | 47.3 | 16.68 | - |
| YUV | 167.19 | 83.31 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 201 | 88 | 0.35 | 0 | 0.56 | 0.21 | 97.17 | 0.51 | 0.57 |
| Hex | 83 | C9 | 58 | 23 | 0 | 38 | 15 | 61 | 33 | 39 |
| Octal | 203 | 311 | 130 | 43 | 0 | 70 | 25 | 141 | 63 | 71 |
| Binary | 10000011 | 11001001 | 1011000 | 100011 | 0 | 111000 | 10101 | 1100001 | 110011 | 111001 |
Color Harmonies of #83C958
Complementary color
Monochromatic Colors of #83C958
Black with #83C958
Text Example
Text Example
White with #83C958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C958; }
p { color: rgb(131,201,88); }
H1.HeaderClassName
{
color: #83C958;
}
.AnyTagClassName
{
color: #83C958;
}
</style>
background-color css
<style>
a { background-color: #83C958; }
a { background-color: rgb(131,201,88); }
div.DivClassName
{
background-color: #83C958;
}
.BgClassName
{
background-color: #83C958;
}
</style>
border-color css
<style>
span { border-color: #83C958; }
span { border-color: rgb(131,201,88); }
td.TdClassName
{
border-color: #83C958;
}
.TagClassName
{
border-color: #83C958;
}
</style>