Shades of Mantis #83C350
Tints of Mantis #83C350
RGB
CMYK
RGB Variations
Color information
#83C350 (or 0x83C350) is known color: Mantis. HEX triplet: 83, C3 and 50. RGB value is (131,195,80). Sum of RGB (Red+Green+Blue) = 131+195+80=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #83C350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C350 is #7C3CAF. Grayscale: #A3A3A3. Windows color (decimal): -8142000 or 5292931. OLE color: 5292931.
HSL color Cylindrical-coordinate representation of color #83C350: hue angle of 93.39º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83C350 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 195 | 80 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.24 |
| HSL | 93.39º | 0.49% | 0.54% | - |
| HSV(B) | 93.39º | 0.59% | 0.76% | - |
| XYZ | 30.32 | 44.43 | 14.57 | - |
| YUV | 162.75 | 81.3 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 195 | 80 | 0.33 | 0 | 0.59 | 0.24 | 93.39 | 0.49 | 0.54 |
| Hex | 83 | C3 | 50 | 21 | 0 | 3B | 18 | 5D | 31 | 36 |
| Octal | 203 | 303 | 120 | 41 | 0 | 73 | 30 | 135 | 61 | 66 |
| Binary | 10000011 | 11000011 | 1010000 | 100001 | 0 | 111011 | 11000 | 1011101 | 110001 | 110110 |
Color Harmonies of #83C350
Complementary color
Monochromatic Colors of #83C350
Black with #83C350
Text Example
Text Example
White with #83C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C350; }
p { color: rgb(131,195,80); }
H1.HeaderClassName
{
color: #83C350;
}
.AnyTagClassName
{
color: #83C350;
}
</style>
background-color css
<style>
a { background-color: #83C350; }
a { background-color: rgb(131,195,80); }
div.DivClassName
{
background-color: #83C350;
}
.BgClassName
{
background-color: #83C350;
}
</style>
border-color css
<style>
span { border-color: #83C350; }
span { border-color: rgb(131,195,80); }
td.TdClassName
{
border-color: #83C350;
}
.TagClassName
{
border-color: #83C350;
}
</style>