Shades of Chelsea Cucumber #80AB54
Tints of Chelsea Cucumber #80AB54
RGB
CMYK
RGB Variations
Color information
#80AB54 (or 0x80AB54) is known color: Chelsea Cucumber. HEX triplet: 80, AB and 54. RGB value is (128,171,84). Sum of RGB (Red+Green+Blue) = 128+171+84=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AB54 is #7F54AB. Grayscale: #949494. Windows color (decimal): -8344748 or 5548928. OLE color: 5548928.
HSL color Cylindrical-coordinate representation of color #80AB54: hue angle of 89.66º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80AB54 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 84 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.33 |
| HSL | 89.66º | 0.34% | 0.5% | - |
| HSV(B) | 89.66º | 0.51% | 0.67% | - |
| XYZ | 25.07 | 34.36 | 13.7 | - |
| YUV | 148.23 | 91.75 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 84 | 0.25 | 0 | 0.51 | 0.33 | 89.66 | 0.34 | 0.5 |
| Hex | 80 | AB | 54 | 19 | 0 | 33 | 21 | 5A | 22 | 32 |
| Octal | 200 | 253 | 124 | 31 | 0 | 63 | 41 | 132 | 42 | 62 |
| Binary | 10000000 | 10101011 | 1010100 | 11001 | 0 | 110011 | 100001 | 1011010 | 100010 | 110010 |
Color Harmonies of #80AB54
Complementary color
Monochromatic Colors of #80AB54
Black with #80AB54
Text Example
Text Example
White with #80AB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB54; }
p { color: rgb(128,171,84); }
H1.HeaderClassName
{
color: #80AB54;
}
.AnyTagClassName
{
color: #80AB54;
}
</style>
background-color css
<style>
a { background-color: #80AB54; }
a { background-color: rgb(128,171,84); }
div.DivClassName
{
background-color: #80AB54;
}
.BgClassName
{
background-color: #80AB54;
}
</style>
border-color css
<style>
span { border-color: #80AB54; }
span { border-color: rgb(128,171,84); }
td.TdClassName
{
border-color: #80AB54;
}
.TagClassName
{
border-color: #80AB54;
}
</style>