Shades of Mantis #82BE4D
Tints of Mantis #82BE4D
RGB
CMYK
RGB Variations
Color information
#82BE4D (or 0x82BE4D) is known color: Mantis. HEX triplet: 82, BE and 4D. RGB value is (130,190,77). Sum of RGB (Red+Green+Blue) = 130+190+77=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BE4D is #7D41B2. Grayscale: #9F9F9F. Windows color (decimal): -8208819 or 5095042. OLE color: 5095042.
HSL color Cylindrical-coordinate representation of color #82BE4D: hue angle of 91.86º 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 #82BE4D is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 77 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.25 |
| HSL | 91.86º | 0.47% | 0.52% | - |
| HSV(B) | 91.86º | 0.59% | 0.75% | - |
| XYZ | 28.96 | 42.11 | 13.62 | - |
| YUV | 159.18 | 81.62 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 77 | 0.32 | 0 | 0.59 | 0.25 | 91.86 | 0.47 | 0.52 |
| Hex | 82 | BE | 4D | 20 | 0 | 3B | 19 | 5C | 2F | 34 |
| Octal | 202 | 276 | 115 | 40 | 0 | 73 | 31 | 134 | 57 | 64 |
| Binary | 10000010 | 10111110 | 1001101 | 100000 | 0 | 111011 | 11001 | 1011100 | 101111 | 110100 |
Color Harmonies of #82BE4D
Complementary color
Monochromatic Colors of #82BE4D
Black with #82BE4D
Text Example
Text Example
White with #82BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE4D; }
p { color: rgb(130,190,77); }
H1.HeaderClassName
{
color: #82BE4D;
}
.AnyTagClassName
{
color: #82BE4D;
}
</style>
background-color css
<style>
a { background-color: #82BE4D; }
a { background-color: rgb(130,190,77); }
div.DivClassName
{
background-color: #82BE4D;
}
.BgClassName
{
background-color: #82BE4D;
}
</style>
border-color css
<style>
span { border-color: #82BE4D; }
span { border-color: rgb(130,190,77); }
td.TdClassName
{
border-color: #82BE4D;
}
.TagClassName
{
border-color: #82BE4D;
}
</style>