Shades of Chelsea Cucumber #819F50
Tints of Chelsea Cucumber #819F50
RGB
CMYK
RGB Variations
Color information
#819F50 (or 0x819F50) is known color: Chelsea Cucumber. HEX triplet: 81, 9F and 50. RGB value is (129,159,80). Sum of RGB (Red+Green+Blue) = 129+159+80=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 159 - color contains mainly: green. Hex color #819F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819F50 is #7E60AF. Grayscale: #8D8D8D. Windows color (decimal): -8282288 or 5283713. OLE color: 5283713.
HSL color Cylindrical-coordinate representation of color #819F50: hue angle of 82.78º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #819F50 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 159 | 80 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.38 |
| HSL | 82.78º | 0.33% | 0.47% | - |
| HSV(B) | 82.78º | 0.5% | 0.62% | - |
| XYZ | 22.9 | 30.04 | 12.18 | - |
| YUV | 141.02 | 93.56 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 80 | 0.19 | 0 | 0.50 | 0.38 | 82.78 | 0.33 | 0.47 |
| Hex | 81 | 9F | 50 | 13 | 0 | 32 | 26 | 53 | 21 | 2F |
| Octal | 201 | 237 | 120 | 23 | 0 | 62 | 46 | 123 | 41 | 57 |
| Binary | 10000001 | 10011111 | 1010000 | 10011 | 0 | 110010 | 100110 | 1010011 | 100001 | 101111 |
Color Harmonies of #819F50
Complementary color
Monochromatic Colors of #819F50
Black with #819F50
Text Example
Text Example
White with #819F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819F50; }
p { color: rgb(129,159,80); }
H1.HeaderClassName
{
color: #819F50;
}
.AnyTagClassName
{
color: #819F50;
}
</style>
background-color css
<style>
a { background-color: #819F50; }
a { background-color: rgb(129,159,80); }
div.DivClassName
{
background-color: #819F50;
}
.BgClassName
{
background-color: #819F50;
}
</style>
border-color css
<style>
span { border-color: #819F50; }
span { border-color: rgb(129,159,80); }
td.TdClassName
{
border-color: #819F50;
}
.TagClassName
{
border-color: #819F50;
}
</style>