Shades of Chelsea Cucumber #819E50
Tints of Chelsea Cucumber #819E50
RGB
CMYK
RGB Variations
Color information
#819E50 (or 0x819E50) is known color: Chelsea Cucumber. HEX triplet: 81, 9E and 50. RGB value is (129,158,80). Sum of RGB (Red+Green+Blue) = 129+158+80=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 158 - color contains mainly: green. Hex color #819E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819E50 is #7E61AF. Grayscale: #8C8C8C. Windows color (decimal): -8282544 or 5283457. OLE color: 5283457.
HSL color Cylindrical-coordinate representation of color #819E50: hue angle of 82.31º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #819E50 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 158 | 80 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.38 |
| HSL | 82.31º | 0.33% | 0.47% | - |
| HSV(B) | 82.31º | 0.49% | 0.62% | - |
| XYZ | 22.73 | 29.7 | 12.12 | - |
| YUV | 140.44 | 93.89 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 158 | 80 | 0.18 | 0 | 0.49 | 0.38 | 82.31 | 0.33 | 0.47 |
| Hex | 81 | 9E | 50 | 12 | 0 | 31 | 26 | 52 | 21 | 2F |
| Octal | 201 | 236 | 120 | 22 | 0 | 61 | 46 | 122 | 41 | 57 |
| Binary | 10000001 | 10011110 | 1010000 | 10010 | 0 | 110001 | 100110 | 1010010 | 100001 | 101111 |
Color Harmonies of #819E50
Complementary color
Monochromatic Colors of #819E50
Black with #819E50
Text Example
Text Example
White with #819E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819E50; }
p { color: rgb(129,158,80); }
H1.HeaderClassName
{
color: #819E50;
}
.AnyTagClassName
{
color: #819E50;
}
</style>
background-color css
<style>
a { background-color: #819E50; }
a { background-color: rgb(129,158,80); }
div.DivClassName
{
background-color: #819E50;
}
.BgClassName
{
background-color: #819E50;
}
</style>
border-color css
<style>
span { border-color: #819E50; }
span { border-color: rgb(129,158,80); }
td.TdClassName
{
border-color: #819E50;
}
.TagClassName
{
border-color: #819E50;
}
</style>