Shades of Chelsea Cucumber #80B348
Tints of Chelsea Cucumber #80B348
RGB
CMYK
RGB Variations
Color information
#80B348 (or 0x80B348) is known color: Chelsea Cucumber. HEX triplet: 80, B3 and 48. RGB value is (128,179,72). Sum of RGB (Red+Green+Blue) = 128+179+72=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #80B348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B348 is #7F4CB7. Grayscale: #979797. Windows color (decimal): -8342712 or 4764544. OLE color: 4764544.
HSL color Cylindrical-coordinate representation of color #80B348: hue angle of 88.6º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80B348 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 179 | 72 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.30 |
| HSL | 88.6º | 0.43% | 0.49% | - |
| HSV(B) | 88.6º | 0.6% | 0.7% | - |
| XYZ | 26.19 | 37.3 | 11.95 | - |
| YUV | 151.55 | 83.1 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 72 | 0.28 | 0 | 0.60 | 0.30 | 88.6 | 0.43 | 0.49 |
| Hex | 80 | B3 | 48 | 1C | 0 | 3C | 1E | 59 | 2B | 31 |
| Octal | 200 | 263 | 110 | 34 | 0 | 74 | 36 | 131 | 53 | 61 |
| Binary | 10000000 | 10110011 | 1001000 | 11100 | 0 | 111100 | 11110 | 1011001 | 101011 | 110001 |
Color Harmonies of #80B348
Complementary color
Monochromatic Colors of #80B348
Black with #80B348
Text Example
Text Example
White with #80B348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B348; }
p { color: rgb(128,179,72); }
H1.HeaderClassName
{
color: #80B348;
}
.AnyTagClassName
{
color: #80B348;
}
</style>
background-color css
<style>
a { background-color: #80B348; }
a { background-color: rgb(128,179,72); }
div.DivClassName
{
background-color: #80B348;
}
.BgClassName
{
background-color: #80B348;
}
</style>
border-color css
<style>
span { border-color: #80B348; }
span { border-color: rgb(128,179,72); }
td.TdClassName
{
border-color: #80B348;
}
.TagClassName
{
border-color: #80B348;
}
</style>