Shades of Chelsea Cucumber #82AF44
Tints of Chelsea Cucumber #82AF44
RGB
CMYK
RGB Variations
Color information
#82AF44 (or 0x82AF44) is known color: Chelsea Cucumber. HEX triplet: 82, AF and 44. RGB value is (130,175,68). Sum of RGB (Red+Green+Blue) = 130+175+68=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AF44 is #7D50BB. Grayscale: #959595. Windows color (decimal): -8212668 or 4501378. OLE color: 4501378.
HSL color Cylindrical-coordinate representation of color #82AF44: hue angle of 85.23º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82AF44 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 175 | 68 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.31 |
| HSL | 85.23º | 0.44% | 0.48% | - |
| HSV(B) | 85.23º | 0.61% | 0.69% | - |
| XYZ | 25.58 | 35.82 | 11.04 | - |
| YUV | 149.35 | 82.09 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 175 | 68 | 0.26 | 0 | 0.61 | 0.31 | 85.23 | 0.44 | 0.48 |
| Hex | 82 | AF | 44 | 1A | 0 | 3D | 1F | 55 | 2C | 30 |
| Octal | 202 | 257 | 104 | 32 | 0 | 75 | 37 | 125 | 54 | 60 |
| Binary | 10000010 | 10101111 | 1000100 | 11010 | 0 | 111101 | 11111 | 1010101 | 101100 | 110000 |
Color Harmonies of #82AF44
Complementary color
Monochromatic Colors of #82AF44
Black with #82AF44
Text Example
Text Example
White with #82AF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AF44; }
p { color: rgb(130,175,68); }
H1.HeaderClassName
{
color: #82AF44;
}
.AnyTagClassName
{
color: #82AF44;
}
</style>
background-color css
<style>
a { background-color: #82AF44; }
a { background-color: rgb(130,175,68); }
div.DivClassName
{
background-color: #82AF44;
}
.BgClassName
{
background-color: #82AF44;
}
</style>
border-color css
<style>
span { border-color: #82AF44; }
span { border-color: rgb(130,175,68); }
td.TdClassName
{
border-color: #82AF44;
}
.TagClassName
{
border-color: #82AF44;
}
</style>