Shades of Chelsea Cucumber #80B34C
Tints of Chelsea Cucumber #80B34C
RGB
CMYK
RGB Variations
Color information
#80B34C (or 0x80B34C) is known color: Chelsea Cucumber. HEX triplet: 80, B3 and 4C. RGB value is (128,179,76). Sum of RGB (Red+Green+Blue) = 128+179+76=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #80B34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B34C is #7F4CB3. Grayscale: #989898. Windows color (decimal): -8342708 or 5026688. OLE color: 5026688.
HSL color Cylindrical-coordinate representation of color #80B34C: hue angle of 89.71º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80B34C is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 179 | 76 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.30 |
| HSL | 89.71º | 0.4% | 0.5% | - |
| HSV(B) | 89.71º | 0.58% | 0.7% | - |
| XYZ | 26.33 | 37.35 | 12.66 | - |
| YUV | 152.01 | 85.1 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 76 | 0.28 | 0 | 0.58 | 0.30 | 89.71 | 0.4 | 0.5 |
| Hex | 80 | B3 | 4C | 1C | 0 | 3A | 1E | 5A | 28 | 32 |
| Octal | 200 | 263 | 114 | 34 | 0 | 72 | 36 | 132 | 50 | 62 |
| Binary | 10000000 | 10110011 | 1001100 | 11100 | 0 | 111010 | 11110 | 1011010 | 101000 | 110010 |
Color Harmonies of #80B34C
Complementary color
Monochromatic Colors of #80B34C
Black with #80B34C
Text Example
Text Example
White with #80B34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B34C; }
p { color: rgb(128,179,76); }
H1.HeaderClassName
{
color: #80B34C;
}
.AnyTagClassName
{
color: #80B34C;
}
</style>
background-color css
<style>
a { background-color: #80B34C; }
a { background-color: rgb(128,179,76); }
div.DivClassName
{
background-color: #80B34C;
}
.BgClassName
{
background-color: #80B34C;
}
</style>
border-color css
<style>
span { border-color: #80B34C; }
span { border-color: rgb(128,179,76); }
td.TdClassName
{
border-color: #80B34C;
}
.TagClassName
{
border-color: #80B34C;
}
</style>