Shades of Mantis #83C15C
Tints of Mantis #83C15C
RGB
CMYK
RGB Variations
Color information
#83C15C (or 0x83C15C) is known color: Mantis. HEX triplet: 83, C1 and 5C. RGB value is (131,193,92). Sum of RGB (Red+Green+Blue) = 131+193+92=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #83C15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C15C is #7C3EA3. Grayscale: #A3A3A3. Windows color (decimal): -8142500 or 6078851. OLE color: 6078851.
HSL color Cylindrical-coordinate representation of color #83C15C: hue angle of 96.83º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83C15C is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 193 | 92 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.24 |
| HSL | 96.83º | 0.45% | 0.56% | - |
| HSV(B) | 96.83º | 0.52% | 0.76% | - |
| XYZ | 30.36 | 43.74 | 16.97 | - |
| YUV | 162.95 | 87.96 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 193 | 92 | 0.32 | 0 | 0.52 | 0.24 | 96.83 | 0.45 | 0.56 |
| Hex | 83 | C1 | 5C | 20 | 0 | 34 | 18 | 61 | 2D | 38 |
| Octal | 203 | 301 | 134 | 40 | 0 | 64 | 30 | 141 | 55 | 70 |
| Binary | 10000011 | 11000001 | 1011100 | 100000 | 0 | 110100 | 11000 | 1100001 | 101101 | 111000 |
Color Harmonies of #83C15C
Complementary color
Monochromatic Colors of #83C15C
Black with #83C15C
Text Example
Text Example
White with #83C15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C15C; }
p { color: rgb(131,193,92); }
H1.HeaderClassName
{
color: #83C15C;
}
.AnyTagClassName
{
color: #83C15C;
}
</style>
background-color css
<style>
a { background-color: #83C15C; }
a { background-color: rgb(131,193,92); }
div.DivClassName
{
background-color: #83C15C;
}
.BgClassName
{
background-color: #83C15C;
}
</style>
border-color css
<style>
span { border-color: #83C15C; }
span { border-color: rgb(131,193,92); }
td.TdClassName
{
border-color: #83C15C;
}
.TagClassName
{
border-color: #83C15C;
}
</style>