Shades of Chelsea Cucumber #82AA57
Tints of Chelsea Cucumber #82AA57
RGB
CMYK
RGB Variations
Color information
#82AA57 (or 0x82AA57) is known color: Chelsea Cucumber. HEX triplet: 82, AA and 57. RGB value is (130,170,87). Sum of RGB (Red+Green+Blue) = 130+170+87=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA57 is #7D55A8. Grayscale: #949494. Windows color (decimal): -8213929 or 5745282. OLE color: 5745282.
HSL color Cylindrical-coordinate representation of color #82AA57: hue angle of 88.92º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82AA57 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 170 | 87 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.33 |
| HSL | 88.92º | 0.33% | 0.5% | - |
| HSV(B) | 88.92º | 0.49% | 0.67% | - |
| XYZ | 25.3 | 34.18 | 14.28 | - |
| YUV | 148.58 | 93.25 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 87 | 0.24 | 0 | 0.49 | 0.33 | 88.92 | 0.33 | 0.5 |
| Hex | 82 | AA | 57 | 18 | 0 | 31 | 21 | 59 | 21 | 32 |
| Octal | 202 | 252 | 127 | 30 | 0 | 61 | 41 | 131 | 41 | 62 |
| Binary | 10000010 | 10101010 | 1010111 | 11000 | 0 | 110001 | 100001 | 1011001 | 100001 | 110010 |
Color Harmonies of #82AA57
Complementary color
Monochromatic Colors of #82AA57
Black with #82AA57
Text Example
Text Example
White with #82AA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AA57; }
p { color: rgb(130,170,87); }
H1.HeaderClassName
{
color: #82AA57;
}
.AnyTagClassName
{
color: #82AA57;
}
</style>
background-color css
<style>
a { background-color: #82AA57; }
a { background-color: rgb(130,170,87); }
div.DivClassName
{
background-color: #82AA57;
}
.BgClassName
{
background-color: #82AA57;
}
</style>
border-color css
<style>
span { border-color: #82AA57; }
span { border-color: rgb(130,170,87); }
td.TdClassName
{
border-color: #82AA57;
}
.TagClassName
{
border-color: #82AA57;
}
</style>