Shades of Mantis #83BE4D
Tints of Mantis #83BE4D
RGB
CMYK
RGB Variations
Color information
#83BE4D (or 0x83BE4D) is known color: Mantis. HEX triplet: 83, BE and 4D. RGB value is (131,190,77). Sum of RGB (Red+Green+Blue) = 131+190+77=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #83BE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BE4D is #7C41B2. Grayscale: #9F9F9F. Windows color (decimal): -8143283 or 5095043. OLE color: 5095043.
HSL color Cylindrical-coordinate representation of color #83BE4D: hue angle of 91.33º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83BE4D is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 190 | 77 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.25 |
| HSL | 91.33º | 0.47% | 0.52% | - |
| HSV(B) | 91.33º | 0.59% | 0.75% | - |
| XYZ | 29.11 | 42.19 | 13.63 | - |
| YUV | 159.48 | 81.45 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 190 | 77 | 0.31 | 0 | 0.59 | 0.25 | 91.33 | 0.47 | 0.52 |
| Hex | 83 | BE | 4D | 1F | 0 | 3B | 19 | 5B | 2F | 34 |
| Octal | 203 | 276 | 115 | 37 | 0 | 73 | 31 | 133 | 57 | 64 |
| Binary | 10000011 | 10111110 | 1001101 | 11111 | 0 | 111011 | 11001 | 1011011 | 101111 | 110100 |
Color Harmonies of #83BE4D
Complementary color
Monochromatic Colors of #83BE4D
Black with #83BE4D
Text Example
Text Example
White with #83BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BE4D; }
p { color: rgb(131,190,77); }
H1.HeaderClassName
{
color: #83BE4D;
}
.AnyTagClassName
{
color: #83BE4D;
}
</style>
background-color css
<style>
a { background-color: #83BE4D; }
a { background-color: rgb(131,190,77); }
div.DivClassName
{
background-color: #83BE4D;
}
.BgClassName
{
background-color: #83BE4D;
}
</style>
border-color css
<style>
span { border-color: #83BE4D; }
span { border-color: rgb(131,190,77); }
td.TdClassName
{
border-color: #83BE4D;
}
.TagClassName
{
border-color: #83BE4D;
}
</style>