Shades of Chelsea Cucumber #80B840
Tints of Chelsea Cucumber #80B840
RGB
CMYK
RGB Variations
Color information
#80B840 (or 0x80B840) is known color: Chelsea Cucumber. HEX triplet: 80, B8 and 40. RGB value is (128,184,64). Sum of RGB (Red+Green+Blue) = 128+184+64=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 184 - color contains mainly: green. Hex color #80B840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B840 is #7F47BF. Grayscale: #999999. Windows color (decimal): -8341440 or 4241536. OLE color: 4241536.
HSL color Cylindrical-coordinate representation of color #80B840: hue angle of 88º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80B840 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 64 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.28 |
| HSL | 88º | 0.48% | 0.49% | - |
| HSV(B) | 88º | 0.65% | 0.72% | - |
| XYZ | 26.97 | 39.24 | 11 | - |
| YUV | 153.58 | 77.45 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 64 | 0.30 | 0 | 0.65 | 0.28 | 88 | 0.48 | 0.49 |
| Hex | 80 | B8 | 40 | 1E | 0 | 41 | 1C | 58 | 30 | 31 |
| Octal | 200 | 270 | 100 | 36 | 0 | 101 | 34 | 130 | 60 | 61 |
| Binary | 10000000 | 10111000 | 1000000 | 11110 | 0 | 1000001 | 11100 | 1011000 | 110000 | 110001 |
Color Harmonies of #80B840
Complementary color
Monochromatic Colors of #80B840
Black with #80B840
Text Example
Text Example
White with #80B840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B840; }
p { color: rgb(128,184,64); }
H1.HeaderClassName
{
color: #80B840;
}
.AnyTagClassName
{
color: #80B840;
}
</style>
background-color css
<style>
a { background-color: #80B840; }
a { background-color: rgb(128,184,64); }
div.DivClassName
{
background-color: #80B840;
}
.BgClassName
{
background-color: #80B840;
}
</style>
border-color css
<style>
span { border-color: #80B840; }
span { border-color: rgb(128,184,64); }
td.TdClassName
{
border-color: #80B840;
}
.TagClassName
{
border-color: #80B840;
}
</style>