Shades of Chelsea Cucumber #82AD4E
Tints of Chelsea Cucumber #82AD4E
RGB
CMYK
RGB Variations
Color information
#82AD4E (or 0x82AD4E) is known color: Chelsea Cucumber. HEX triplet: 82, AD and 4E. RGB value is (130,173,78). Sum of RGB (Red+Green+Blue) = 130+173+78=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AD4E is #7D52B1. Grayscale: #959595. Windows color (decimal): -8213170 or 5156226. OLE color: 5156226.
HSL color Cylindrical-coordinate representation of color #82AD4E: hue angle of 87.16º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82AD4E is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 173 | 78 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.32 |
| HSL | 87.16º | 0.38% | 0.49% | - |
| HSV(B) | 87.16º | 0.55% | 0.68% | - |
| XYZ | 25.52 | 35.18 | 12.65 | - |
| YUV | 149.31 | 87.75 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 78 | 0.25 | 0 | 0.55 | 0.32 | 87.16 | 0.38 | 0.49 |
| Hex | 82 | AD | 4E | 19 | 0 | 37 | 20 | 57 | 26 | 31 |
| Octal | 202 | 255 | 116 | 31 | 0 | 67 | 40 | 127 | 46 | 61 |
| Binary | 10000010 | 10101101 | 1001110 | 11001 | 0 | 110111 | 100000 | 1010111 | 100110 | 110001 |
Color Harmonies of #82AD4E
Complementary color
Monochromatic Colors of #82AD4E
Black with #82AD4E
Text Example
Text Example
White with #82AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AD4E; }
p { color: rgb(130,173,78); }
H1.HeaderClassName
{
color: #82AD4E;
}
.AnyTagClassName
{
color: #82AD4E;
}
</style>
background-color css
<style>
a { background-color: #82AD4E; }
a { background-color: rgb(130,173,78); }
div.DivClassName
{
background-color: #82AD4E;
}
.BgClassName
{
background-color: #82AD4E;
}
</style>
border-color css
<style>
span { border-color: #82AD4E; }
span { border-color: rgb(130,173,78); }
td.TdClassName
{
border-color: #82AD4E;
}
.TagClassName
{
border-color: #82AD4E;
}
</style>