Shades of Mantis #83C75D
Tints of Mantis #83C75D
RGB
CMYK
RGB Variations
Color information
#83C75D (or 0x83C75D) is known color: Mantis. HEX triplet: 83, C7 and 5D. RGB value is (131,199,93). Sum of RGB (Red+Green+Blue) = 131+199+93=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #83C75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C75D is #7C38A2. Grayscale: #A6A6A6. Windows color (decimal): -8140963 or 6145923. OLE color: 6145923.
HSL color Cylindrical-coordinate representation of color #83C75D: hue angle of 98.49º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83C75D is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 199 | 93 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.22 |
| HSL | 98.49º | 0.49% | 0.57% | - |
| HSV(B) | 98.49º | 0.53% | 0.78% | - |
| XYZ | 31.76 | 46.46 | 17.65 | - |
| YUV | 166.58 | 86.47 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 199 | 93 | 0.34 | 0 | 0.53 | 0.22 | 98.49 | 0.49 | 0.57 |
| Hex | 83 | C7 | 5D | 22 | 0 | 35 | 16 | 62 | 31 | 39 |
| Octal | 203 | 307 | 135 | 42 | 0 | 65 | 26 | 142 | 61 | 71 |
| Binary | 10000011 | 11000111 | 1011101 | 100010 | 0 | 110101 | 10110 | 1100010 | 110001 | 111001 |
Color Harmonies of #83C75D
Complementary color
Monochromatic Colors of #83C75D
Black with #83C75D
Text Example
Text Example
White with #83C75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C75D; }
p { color: rgb(131,199,93); }
H1.HeaderClassName
{
color: #83C75D;
}
.AnyTagClassName
{
color: #83C75D;
}
</style>
background-color css
<style>
a { background-color: #83C75D; }
a { background-color: rgb(131,199,93); }
div.DivClassName
{
background-color: #83C75D;
}
.BgClassName
{
background-color: #83C75D;
}
</style>
border-color css
<style>
span { border-color: #83C75D; }
span { border-color: rgb(131,199,93); }
td.TdClassName
{
border-color: #83C75D;
}
.TagClassName
{
border-color: #83C75D;
}
</style>