Shades of Mantis #82BD4E
Tints of Mantis #82BD4E
RGB
CMYK
RGB Variations
Color information
#82BD4E (or 0x82BD4E) is known color: Mantis. HEX triplet: 82, BD and 4E. RGB value is (130,189,78). Sum of RGB (Red+Green+Blue) = 130+189+78=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BD4E is #7D42B1. Grayscale: #9F9F9F. Windows color (decimal): -8209074 or 5160322. OLE color: 5160322.
HSL color Cylindrical-coordinate representation of color #82BD4E: hue angle of 91.89º 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 #82BD4E is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 189 | 78 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.26 |
| HSL | 91.89º | 0.46% | 0.52% | - |
| HSV(B) | 91.89º | 0.59% | 0.74% | - |
| XYZ | 28.78 | 41.69 | 13.74 | - |
| YUV | 158.71 | 82.45 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 78 | 0.31 | 0 | 0.59 | 0.26 | 91.89 | 0.46 | 0.52 |
| Hex | 82 | BD | 4E | 1F | 0 | 3B | 1A | 5C | 2E | 34 |
| Octal | 202 | 275 | 116 | 37 | 0 | 73 | 32 | 134 | 56 | 64 |
| Binary | 10000010 | 10111101 | 1001110 | 11111 | 0 | 111011 | 11010 | 1011100 | 101110 | 110100 |
Color Harmonies of #82BD4E
Complementary color
Monochromatic Colors of #82BD4E
Black with #82BD4E
Text Example
Text Example
White with #82BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BD4E; }
p { color: rgb(130,189,78); }
H1.HeaderClassName
{
color: #82BD4E;
}
.AnyTagClassName
{
color: #82BD4E;
}
</style>
background-color css
<style>
a { background-color: #82BD4E; }
a { background-color: rgb(130,189,78); }
div.DivClassName
{
background-color: #82BD4E;
}
.BgClassName
{
background-color: #82BD4E;
}
</style>
border-color css
<style>
span { border-color: #82BD4E; }
span { border-color: rgb(130,189,78); }
td.TdClassName
{
border-color: #82BD4E;
}
.TagClassName
{
border-color: #82BD4E;
}
</style>