Shades of Chelsea Cucumber #82B242
Tints of Chelsea Cucumber #82B242
RGB
CMYK
RGB Variations
Color information
#82B242 (or 0x82B242) is known color: Chelsea Cucumber. HEX triplet: 82, B2 and 42. RGB value is (130,178,66). Sum of RGB (Red+Green+Blue) = 130+178+66=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #82B242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B242 is #7D4DBD. Grayscale: #979797. Windows color (decimal): -8211902 or 4371074. OLE color: 4371074.
HSL color Cylindrical-coordinate representation of color #82B242: hue angle of 85.71º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82B242 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 178 | 66 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.30 |
| HSL | 85.71º | 0.46% | 0.48% | - |
| HSV(B) | 85.71º | 0.63% | 0.7% | - |
| XYZ | 26.11 | 36.98 | 10.92 | - |
| YUV | 150.88 | 80.1 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 178 | 66 | 0.27 | 0 | 0.63 | 0.30 | 85.71 | 0.46 | 0.48 |
| Hex | 82 | B2 | 42 | 1B | 0 | 3F | 1E | 56 | 2E | 30 |
| Octal | 202 | 262 | 102 | 33 | 0 | 77 | 36 | 126 | 56 | 60 |
| Binary | 10000010 | 10110010 | 1000010 | 11011 | 0 | 111111 | 11110 | 1010110 | 101110 | 110000 |
Color Harmonies of #82B242
Complementary color
Monochromatic Colors of #82B242
Black with #82B242
Text Example
Text Example
White with #82B242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B242; }
p { color: rgb(130,178,66); }
H1.HeaderClassName
{
color: #82B242;
}
.AnyTagClassName
{
color: #82B242;
}
</style>
background-color css
<style>
a { background-color: #82B242; }
a { background-color: rgb(130,178,66); }
div.DivClassName
{
background-color: #82B242;
}
.BgClassName
{
background-color: #82B242;
}
</style>
border-color css
<style>
span { border-color: #82B242; }
span { border-color: rgb(130,178,66); }
td.TdClassName
{
border-color: #82B242;
}
.TagClassName
{
border-color: #82B242;
}
</style>