Shades of Chelsea Cucumber #80AD58
Tints of Chelsea Cucumber #80AD58
RGB
CMYK
RGB Variations
Color information
#80AD58 (or 0x80AD58) is known color: Chelsea Cucumber. HEX triplet: 80, AD and 58. RGB value is (128,173,88). Sum of RGB (Red+Green+Blue) = 128+173+88=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD58 is #7F52A7. Grayscale: #969696. Windows color (decimal): -8344232 or 5811584. OLE color: 5811584.
HSL color Cylindrical-coordinate representation of color #80AD58: hue angle of 91.76º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80AD58 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 88 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.32 |
| HSL | 91.76º | 0.34% | 0.51% | - |
| HSV(B) | 91.76º | 0.49% | 0.68% | - |
| XYZ | 25.61 | 35.18 | 14.67 | - |
| YUV | 149.86 | 93.09 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 88 | 0.26 | 0 | 0.49 | 0.32 | 91.76 | 0.34 | 0.51 |
| Hex | 80 | AD | 58 | 1A | 0 | 31 | 20 | 5C | 22 | 33 |
| Octal | 200 | 255 | 130 | 32 | 0 | 61 | 40 | 134 | 42 | 63 |
| Binary | 10000000 | 10101101 | 1011000 | 11010 | 0 | 110001 | 100000 | 1011100 | 100010 | 110011 |
Color Harmonies of #80AD58
Complementary color
Monochromatic Colors of #80AD58
Black with #80AD58
Text Example
Text Example
White with #80AD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD58; }
p { color: rgb(128,173,88); }
H1.HeaderClassName
{
color: #80AD58;
}
.AnyTagClassName
{
color: #80AD58;
}
</style>
background-color css
<style>
a { background-color: #80AD58; }
a { background-color: rgb(128,173,88); }
div.DivClassName
{
background-color: #80AD58;
}
.BgClassName
{
background-color: #80AD58;
}
</style>
border-color css
<style>
span { border-color: #80AD58; }
span { border-color: rgb(128,173,88); }
td.TdClassName
{
border-color: #80AD58;
}
.TagClassName
{
border-color: #80AD58;
}
</style>