Shades of Chelsea Cucumber #80B44C
Tints of Chelsea Cucumber #80B44C
RGB
CMYK
RGB Variations
Color information
#80B44C (or 0x80B44C) is known color: Chelsea Cucumber. HEX triplet: 80, B4 and 4C. RGB value is (128,180,76). Sum of RGB (Red+Green+Blue) = 128+180+76=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #80B44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B44C is #7F4BB3. Grayscale: #989898. Windows color (decimal): -8342452 or 5026944. OLE color: 5026944.
HSL color Cylindrical-coordinate representation of color #80B44C: hue angle of 90º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80B44C is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 180 | 76 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.29 |
| HSL | 90º | 0.41% | 0.5% | - |
| HSV(B) | 90º | 0.58% | 0.71% | - |
| XYZ | 26.53 | 37.75 | 12.73 | - |
| YUV | 152.6 | 84.77 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 180 | 76 | 0.29 | 0 | 0.58 | 0.29 | 90 | 0.41 | 0.5 |
| Hex | 80 | B4 | 4C | 1D | 0 | 3A | 1D | 5A | 29 | 32 |
| Octal | 200 | 264 | 114 | 35 | 0 | 72 | 35 | 132 | 51 | 62 |
| Binary | 10000000 | 10110100 | 1001100 | 11101 | 0 | 111010 | 11101 | 1011010 | 101001 | 110010 |
Color Harmonies of #80B44C
Complementary color
Monochromatic Colors of #80B44C
Black with #80B44C
Text Example
Text Example
White with #80B44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B44C; }
p { color: rgb(128,180,76); }
H1.HeaderClassName
{
color: #80B44C;
}
.AnyTagClassName
{
color: #80B44C;
}
</style>
background-color css
<style>
a { background-color: #80B44C; }
a { background-color: rgb(128,180,76); }
div.DivClassName
{
background-color: #80B44C;
}
.BgClassName
{
background-color: #80B44C;
}
</style>
border-color css
<style>
span { border-color: #80B44C; }
span { border-color: rgb(128,180,76); }
td.TdClassName
{
border-color: #80B44C;
}
.TagClassName
{
border-color: #80B44C;
}
</style>