Shades of Chelsea Cucumber #80B353
Tints of Chelsea Cucumber #80B353
RGB
CMYK
RGB Variations
Color information
#80B353 (or 0x80B353) is known color: Chelsea Cucumber. HEX triplet: 80, B3 and 53. RGB value is (128,179,83). Sum of RGB (Red+Green+Blue) = 128+179+83=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #80B353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B353 is #7F4CAC. Grayscale: #999999. Windows color (decimal): -8342701 or 5485440. OLE color: 5485440.
HSL color Cylindrical-coordinate representation of color #80B353: hue angle of 91.88º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80B353 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 179 | 83 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.30 |
| HSL | 91.88º | 0.39% | 0.51% | - |
| HSV(B) | 91.88º | 0.54% | 0.7% | - |
| XYZ | 26.58 | 37.45 | 14.01 | - |
| YUV | 152.81 | 88.6 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 83 | 0.28 | 0 | 0.54 | 0.30 | 91.88 | 0.39 | 0.51 |
| Hex | 80 | B3 | 53 | 1C | 0 | 36 | 1E | 5C | 27 | 33 |
| Octal | 200 | 263 | 123 | 34 | 0 | 66 | 36 | 134 | 47 | 63 |
| Binary | 10000000 | 10110011 | 1010011 | 11100 | 0 | 110110 | 11110 | 1011100 | 100111 | 110011 |
Color Harmonies of #80B353
Complementary color
Monochromatic Colors of #80B353
Black with #80B353
Text Example
Text Example
White with #80B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B353; }
p { color: rgb(128,179,83); }
H1.HeaderClassName
{
color: #80B353;
}
.AnyTagClassName
{
color: #80B353;
}
</style>
background-color css
<style>
a { background-color: #80B353; }
a { background-color: rgb(128,179,83); }
div.DivClassName
{
background-color: #80B353;
}
.BgClassName
{
background-color: #80B353;
}
</style>
border-color css
<style>
span { border-color: #80B353; }
span { border-color: rgb(128,179,83); }
td.TdClassName
{
border-color: #80B353;
}
.TagClassName
{
border-color: #80B353;
}
</style>