Shades of Chelsea Cucumber #80AB4C
Tints of Chelsea Cucumber #80AB4C
RGB
CMYK
RGB Variations
Color information
#80AB4C (or 0x80AB4C) is known color: Chelsea Cucumber. HEX triplet: 80, AB and 4C. RGB value is (128,171,76). Sum of RGB (Red+Green+Blue) = 128+171+76=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AB4C is #7F54B3. Grayscale: #939393. Windows color (decimal): -8344756 or 5024640. OLE color: 5024640.
HSL color Cylindrical-coordinate representation of color #80AB4C: hue angle of 87.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80AB4C is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 76 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.33 |
| HSL | 87.16º | 0.38% | 0.48% | - |
| HSV(B) | 87.16º | 0.56% | 0.67% | - |
| XYZ | 24.77 | 34.24 | 12.14 | - |
| YUV | 147.31 | 87.75 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 76 | 0.25 | 0 | 0.56 | 0.33 | 87.16 | 0.38 | 0.48 |
| Hex | 80 | AB | 4C | 19 | 0 | 38 | 21 | 57 | 26 | 30 |
| Octal | 200 | 253 | 114 | 31 | 0 | 70 | 41 | 127 | 46 | 60 |
| Binary | 10000000 | 10101011 | 1001100 | 11001 | 0 | 111000 | 100001 | 1010111 | 100110 | 110000 |
Color Harmonies of #80AB4C
Complementary color
Monochromatic Colors of #80AB4C
Black with #80AB4C
Text Example
Text Example
White with #80AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB4C; }
p { color: rgb(128,171,76); }
H1.HeaderClassName
{
color: #80AB4C;
}
.AnyTagClassName
{
color: #80AB4C;
}
</style>
background-color css
<style>
a { background-color: #80AB4C; }
a { background-color: rgb(128,171,76); }
div.DivClassName
{
background-color: #80AB4C;
}
.BgClassName
{
background-color: #80AB4C;
}
</style>
border-color css
<style>
span { border-color: #80AB4C; }
span { border-color: rgb(128,171,76); }
td.TdClassName
{
border-color: #80AB4C;
}
.TagClassName
{
border-color: #80AB4C;
}
</style>