Shades of Envy #82AD84
Tints of Envy #82AD84
RGB
CMYK
RGB Variations
Color information
#82AD84 (or 0x82AD84) is known color: Envy. HEX triplet: 82, AD and 84. RGB value is (130,173,132). Sum of RGB (Red+Green+Blue) = 130+173+132=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AD84 is #7D527B. Grayscale: #9B9B9B. Windows color (decimal): -8213116 or 8695170. OLE color: 8695170.
HSL color Cylindrical-coordinate representation of color #82AD84: hue angle of 122.79º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82AD84 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 173 | 132 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.32 |
| HSL | 122.79º | 0.21% | 0.59% | - |
| HSV(B) | 122.79º | 0.25% | 0.68% | - |
| XYZ | 28.31 | 36.3 | 27.34 | - |
| YUV | 155.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 132 | 0.25 | 0 | 0.24 | 0.32 | 122.79 | 0.21 | 0.59 |
| Hex | 82 | AD | 84 | 19 | 0 | 18 | 20 | 7B | 15 | 3B |
| Octal | 202 | 255 | 204 | 31 | 0 | 30 | 40 | 173 | 25 | 73 |
| Binary | 10000010 | 10101101 | 10000100 | 11001 | 0 | 11000 | 100000 | 1111011 | 10101 | 111011 |
Color Harmonies of #82AD84
Complementary color
Monochromatic Colors of #82AD84
Black with #82AD84
Text Example
Text Example
White with #82AD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AD84; }
p { color: rgb(130,173,132); }
H1.HeaderClassName
{
color: #82AD84;
}
.AnyTagClassName
{
color: #82AD84;
}
</style>
background-color css
<style>
a { background-color: #82AD84; }
a { background-color: rgb(130,173,132); }
div.DivClassName
{
background-color: #82AD84;
}
.BgClassName
{
background-color: #82AD84;
}
</style>
border-color css
<style>
span { border-color: #82AD84; }
span { border-color: rgb(130,173,132); }
td.TdClassName
{
border-color: #82AD84;
}
.TagClassName
{
border-color: #82AD84;
}
</style>