Shades of Chelsea Cucumber #80B841
Tints of Chelsea Cucumber #80B841
RGB
CMYK
RGB Variations
Color information
#80B841 (or 0x80B841) is known color: Chelsea Cucumber. HEX triplet: 80, B8 and 41. RGB value is (128,184,65). Sum of RGB (Red+Green+Blue) = 128+184+65=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #80B841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B841 is #7F47BE. Grayscale: #9A9A9A. Windows color (decimal): -8341439 or 4307072. OLE color: 4307072.
HSL color Cylindrical-coordinate representation of color #80B841: hue angle of 88.24º 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 #80B841 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 65 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.28 |
| HSL | 88.24º | 0.48% | 0.49% | - |
| HSV(B) | 88.24º | 0.65% | 0.72% | - |
| XYZ | 27 | 39.25 | 11.15 | - |
| YUV | 153.69 | 77.95 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 65 | 0.30 | 0 | 0.65 | 0.28 | 88.24 | 0.48 | 0.49 |
| Hex | 80 | B8 | 41 | 1E | 0 | 41 | 1C | 58 | 30 | 31 |
| Octal | 200 | 270 | 101 | 36 | 0 | 101 | 34 | 130 | 60 | 61 |
| Binary | 10000000 | 10111000 | 1000001 | 11110 | 0 | 1000001 | 11100 | 1011000 | 110000 | 110001 |
Color Harmonies of #80B841
Complementary color
Monochromatic Colors of #80B841
Black with #80B841
Text Example
Text Example
White with #80B841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B841; }
p { color: rgb(128,184,65); }
H1.HeaderClassName
{
color: #80B841;
}
.AnyTagClassName
{
color: #80B841;
}
</style>
background-color css
<style>
a { background-color: #80B841; }
a { background-color: rgb(128,184,65); }
div.DivClassName
{
background-color: #80B841;
}
.BgClassName
{
background-color: #80B841;
}
</style>
border-color css
<style>
span { border-color: #80B841; }
span { border-color: rgb(128,184,65); }
td.TdClassName
{
border-color: #80B841;
}
.TagClassName
{
border-color: #80B841;
}
</style>