Shades of Chelsea Cucumber #80AD49
Tints of Chelsea Cucumber #80AD49
RGB
CMYK
RGB Variations
Color information
#80AD49 (or 0x80AD49) is known color: Chelsea Cucumber. HEX triplet: 80, AD and 49. RGB value is (128,173,73). Sum of RGB (Red+Green+Blue) = 128+173+73=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AD49 is #7F52B6. Grayscale: #949494. Windows color (decimal): -8344247 or 4828544. OLE color: 4828544.
HSL color Cylindrical-coordinate representation of color #80AD49: hue angle of 87º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80AD49 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 73 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.32 |
| HSL | 87º | 0.41% | 0.48% | - |
| HSV(B) | 87º | 0.58% | 0.68% | - |
| XYZ | 25.05 | 34.96 | 11.73 | - |
| YUV | 148.15 | 85.59 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 73 | 0.26 | 0 | 0.58 | 0.32 | 87 | 0.41 | 0.48 |
| Hex | 80 | AD | 49 | 1A | 0 | 3A | 20 | 57 | 29 | 30 |
| Octal | 200 | 255 | 111 | 32 | 0 | 72 | 40 | 127 | 51 | 60 |
| Binary | 10000000 | 10101101 | 1001001 | 11010 | 0 | 111010 | 100000 | 1010111 | 101001 | 110000 |
Color Harmonies of #80AD49
Complementary color
Monochromatic Colors of #80AD49
Black with #80AD49
Text Example
Text Example
White with #80AD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD49; }
p { color: rgb(128,173,73); }
H1.HeaderClassName
{
color: #80AD49;
}
.AnyTagClassName
{
color: #80AD49;
}
</style>
background-color css
<style>
a { background-color: #80AD49; }
a { background-color: rgb(128,173,73); }
div.DivClassName
{
background-color: #80AD49;
}
.BgClassName
{
background-color: #80AD49;
}
</style>
border-color css
<style>
span { border-color: #80AD49; }
span { border-color: rgb(128,173,73); }
td.TdClassName
{
border-color: #80AD49;
}
.TagClassName
{
border-color: #80AD49;
}
</style>