Shades of Chelsea Cucumber #82B14E
Tints of Chelsea Cucumber #82B14E
RGB
CMYK
RGB Variations
Color information
#82B14E (or 0x82B14E) is known color: Chelsea Cucumber. HEX triplet: 82, B1 and 4E. RGB value is (130,177,78). Sum of RGB (Red+Green+Blue) = 130+177+78=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #82B14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B14E is #7D4EB1. Grayscale: #989898. Windows color (decimal): -8212146 or 5157250. OLE color: 5157250.
HSL color Cylindrical-coordinate representation of color #82B14E: hue angle of 88.48º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82B14E is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 177 | 78 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.31 |
| HSL | 88.48º | 0.39% | 0.5% | - |
| HSV(B) | 88.48º | 0.56% | 0.69% | - |
| XYZ | 26.3 | 36.74 | 12.91 | - |
| YUV | 151.66 | 86.43 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 177 | 78 | 0.27 | 0 | 0.56 | 0.31 | 88.48 | 0.39 | 0.5 |
| Hex | 82 | B1 | 4E | 1B | 0 | 38 | 1F | 58 | 27 | 32 |
| Octal | 202 | 261 | 116 | 33 | 0 | 70 | 37 | 130 | 47 | 62 |
| Binary | 10000010 | 10110001 | 1001110 | 11011 | 0 | 111000 | 11111 | 1011000 | 100111 | 110010 |
Color Harmonies of #82B14E
Complementary color
Monochromatic Colors of #82B14E
Black with #82B14E
Text Example
Text Example
White with #82B14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B14E; }
p { color: rgb(130,177,78); }
H1.HeaderClassName
{
color: #82B14E;
}
.AnyTagClassName
{
color: #82B14E;
}
</style>
background-color css
<style>
a { background-color: #82B14E; }
a { background-color: rgb(130,177,78); }
div.DivClassName
{
background-color: #82B14E;
}
.BgClassName
{
background-color: #82B14E;
}
</style>
border-color css
<style>
span { border-color: #82B14E; }
span { border-color: rgb(130,177,78); }
td.TdClassName
{
border-color: #82B14E;
}
.TagClassName
{
border-color: #82B14E;
}
</style>