Shades of Mantis #83BD4D
Tints of Mantis #83BD4D
RGB
CMYK
RGB Variations
Color information
#83BD4D (or 0x83BD4D) is known color: Mantis. HEX triplet: 83, BD and 4D. RGB value is (131,189,77). Sum of RGB (Red+Green+Blue) = 131+189+77=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BD4D is #7C42B2. Grayscale: #9F9F9F. Windows color (decimal): -8143539 or 5094787. OLE color: 5094787.
HSL color Cylindrical-coordinate representation of color #83BD4D: hue angle of 91.07º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83BD4D is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 189 | 77 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.26 |
| HSL | 91.07º | 0.46% | 0.52% | - |
| HSV(B) | 91.07º | 0.59% | 0.74% | - |
| XYZ | 28.9 | 41.76 | 13.56 | - |
| YUV | 158.89 | 81.78 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 77 | 0.31 | 0 | 0.59 | 0.26 | 91.07 | 0.46 | 0.52 |
| Hex | 83 | BD | 4D | 1F | 0 | 3B | 1A | 5B | 2E | 34 |
| Octal | 203 | 275 | 115 | 37 | 0 | 73 | 32 | 133 | 56 | 64 |
| Binary | 10000011 | 10111101 | 1001101 | 11111 | 0 | 111011 | 11010 | 1011011 | 101110 | 110100 |
Color Harmonies of #83BD4D
Complementary color
Monochromatic Colors of #83BD4D
Black with #83BD4D
Text Example
Text Example
White with #83BD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BD4D; }
p { color: rgb(131,189,77); }
H1.HeaderClassName
{
color: #83BD4D;
}
.AnyTagClassName
{
color: #83BD4D;
}
</style>
background-color css
<style>
a { background-color: #83BD4D; }
a { background-color: rgb(131,189,77); }
div.DivClassName
{
background-color: #83BD4D;
}
.BgClassName
{
background-color: #83BD4D;
}
</style>
border-color css
<style>
span { border-color: #83BD4D; }
span { border-color: rgb(131,189,77); }
td.TdClassName
{
border-color: #83BD4D;
}
.TagClassName
{
border-color: #83BD4D;
}
</style>