Shades of Mantis #83C353
Tints of Mantis #83C353
RGB
CMYK
RGB Variations
Color information
#83C353 (or 0x83C353) is known color: Mantis. HEX triplet: 83, C3 and 53. RGB value is (131,195,83). Sum of RGB (Red+Green+Blue) = 131+195+83=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #83C353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C353 is #7C3CAC. Grayscale: #A3A3A3. Windows color (decimal): -8141997 or 5489539. OLE color: 5489539.
HSL color Cylindrical-coordinate representation of color #83C353: hue angle of 94.29º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83C353 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 195 | 83 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.24 |
| HSL | 94.29º | 0.48% | 0.55% | - |
| HSV(B) | 94.29º | 0.57% | 0.76% | - |
| XYZ | 30.44 | 44.48 | 15.16 | - |
| YUV | 163.1 | 82.8 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 195 | 83 | 0.33 | 0 | 0.57 | 0.24 | 94.29 | 0.48 | 0.55 |
| Hex | 83 | C3 | 53 | 21 | 0 | 39 | 18 | 5E | 30 | 37 |
| Octal | 203 | 303 | 123 | 41 | 0 | 71 | 30 | 136 | 60 | 67 |
| Binary | 10000011 | 11000011 | 1010011 | 100001 | 0 | 111001 | 11000 | 1011110 | 110000 | 110111 |
Color Harmonies of #83C353
Complementary color
Monochromatic Colors of #83C353
Black with #83C353
Text Example
Text Example
White with #83C353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C353; }
p { color: rgb(131,195,83); }
H1.HeaderClassName
{
color: #83C353;
}
.AnyTagClassName
{
color: #83C353;
}
</style>
background-color css
<style>
a { background-color: #83C353; }
a { background-color: rgb(131,195,83); }
div.DivClassName
{
background-color: #83C353;
}
.BgClassName
{
background-color: #83C353;
}
</style>
border-color css
<style>
span { border-color: #83C353; }
span { border-color: rgb(131,195,83); }
td.TdClassName
{
border-color: #83C353;
}
.TagClassName
{
border-color: #83C353;
}
</style>