Shades of Mantis #83C363
Tints of Mantis #83C363
RGB
CMYK
RGB Variations
Color information
#83C363 (or 0x83C363) is known color: Mantis. HEX triplet: 83, C3 and 63. RGB value is (131,195,99). Sum of RGB (Red+Green+Blue) = 131+195+99=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #83C363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C363 is #7C3C9C. Grayscale: #A5A5A5. Windows color (decimal): -8141981 or 6538115. OLE color: 6538115.
HSL color Cylindrical-coordinate representation of color #83C363: hue angle of 100º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83C363 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 195 | 99 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.24 |
| HSL | 100º | 0.44% | 0.58% | - |
| HSV(B) | 100º | 0.49% | 0.76% | - |
| XYZ | 31.13 | 44.76 | 18.8 | - |
| YUV | 164.92 | 90.8 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 195 | 99 | 0.33 | 0 | 0.49 | 0.24 | 100 | 0.44 | 0.58 |
| Hex | 83 | C3 | 63 | 21 | 0 | 31 | 18 | 64 | 2C | 3A |
| Octal | 203 | 303 | 143 | 41 | 0 | 61 | 30 | 144 | 54 | 72 |
| Binary | 10000011 | 11000011 | 1100011 | 100001 | 0 | 110001 | 11000 | 1100100 | 101100 | 111010 |
Color Harmonies of #83C363
Complementary color
Monochromatic Colors of #83C363
Black with #83C363
Text Example
Text Example
White with #83C363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C363; }
p { color: rgb(131,195,99); }
H1.HeaderClassName
{
color: #83C363;
}
.AnyTagClassName
{
color: #83C363;
}
</style>
background-color css
<style>
a { background-color: #83C363; }
a { background-color: rgb(131,195,99); }
div.DivClassName
{
background-color: #83C363;
}
.BgClassName
{
background-color: #83C363;
}
</style>
border-color css
<style>
span { border-color: #83C363; }
span { border-color: rgb(131,195,99); }
td.TdClassName
{
border-color: #83C363;
}
.TagClassName
{
border-color: #83C363;
}
</style>