Shades of Chelsea Cucumber #80B550
Tints of Chelsea Cucumber #80B550
RGB
CMYK
RGB Variations
Color information
#80B550 (or 0x80B550) is known color: Chelsea Cucumber. HEX triplet: 80, B5 and 50. RGB value is (128,181,80). Sum of RGB (Red+Green+Blue) = 128+181+80=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 181 - color contains mainly: green. Hex color #80B550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B550 is #7F4AAF. Grayscale: #999999. Windows color (decimal): -8342192 or 5289344. OLE color: 5289344.
HSL color Cylindrical-coordinate representation of color #80B550: hue angle of 91.49º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80B550 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 181 | 80 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.29 |
| HSL | 91.49º | 0.41% | 0.51% | - |
| HSV(B) | 91.49º | 0.56% | 0.71% | - |
| XYZ | 26.87 | 38.22 | 13.55 | - |
| YUV | 153.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 181 | 80 | 0.29 | 0 | 0.56 | 0.29 | 91.49 | 0.41 | 0.51 |
| Hex | 80 | B5 | 50 | 1D | 0 | 38 | 1D | 5B | 29 | 33 |
| Octal | 200 | 265 | 120 | 35 | 0 | 70 | 35 | 133 | 51 | 63 |
| Binary | 10000000 | 10110101 | 1010000 | 11101 | 0 | 111000 | 11101 | 1011011 | 101001 | 110011 |
Color Harmonies of #80B550
Complementary color
Monochromatic Colors of #80B550
Black with #80B550
Text Example
Text Example
White with #80B550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B550; }
p { color: rgb(128,181,80); }
H1.HeaderClassName
{
color: #80B550;
}
.AnyTagClassName
{
color: #80B550;
}
</style>
background-color css
<style>
a { background-color: #80B550; }
a { background-color: rgb(128,181,80); }
div.DivClassName
{
background-color: #80B550;
}
.BgClassName
{
background-color: #80B550;
}
</style>
border-color css
<style>
span { border-color: #80B550; }
span { border-color: rgb(128,181,80); }
td.TdClassName
{
border-color: #80B550;
}
.TagClassName
{
border-color: #80B550;
}
</style>