Shades of Chelsea Cucumber #82AD45
Tints of Chelsea Cucumber #82AD45
RGB
CMYK
RGB Variations
Color information
#82AD45 (or 0x82AD45) is known color: Chelsea Cucumber. HEX triplet: 82, AD and 45. RGB value is (130,173,69). Sum of RGB (Red+Green+Blue) = 130+173+69=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AD45 is #7D52BA. Grayscale: #949494. Windows color (decimal): -8213179 or 4566402. OLE color: 4566402.
HSL color Cylindrical-coordinate representation of color #82AD45: hue angle of 84.81º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82AD45 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 173 | 69 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.32 |
| HSL | 84.81º | 0.43% | 0.47% | - |
| HSV(B) | 84.81º | 0.6% | 0.68% | - |
| XYZ | 25.22 | 35.06 | 11.07 | - |
| YUV | 148.29 | 83.25 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 69 | 0.25 | 0 | 0.60 | 0.32 | 84.81 | 0.43 | 0.47 |
| Hex | 82 | AD | 45 | 19 | 0 | 3C | 20 | 55 | 2B | 2F |
| Octal | 202 | 255 | 105 | 31 | 0 | 74 | 40 | 125 | 53 | 57 |
| Binary | 10000010 | 10101101 | 1000101 | 11001 | 0 | 111100 | 100000 | 1010101 | 101011 | 101111 |
Color Harmonies of #82AD45
Complementary color
Monochromatic Colors of #82AD45
Black with #82AD45
Text Example
Text Example
White with #82AD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AD45; }
p { color: rgb(130,173,69); }
H1.HeaderClassName
{
color: #82AD45;
}
.AnyTagClassName
{
color: #82AD45;
}
</style>
background-color css
<style>
a { background-color: #82AD45; }
a { background-color: rgb(130,173,69); }
div.DivClassName
{
background-color: #82AD45;
}
.BgClassName
{
background-color: #82AD45;
}
</style>
border-color css
<style>
span { border-color: #82AD45; }
span { border-color: rgb(130,173,69); }
td.TdClassName
{
border-color: #82AD45;
}
.TagClassName
{
border-color: #82AD45;
}
</style>