Shades of Chelsea Cucumber #80AF50
Tints of Chelsea Cucumber #80AF50
RGB
CMYK
RGB Variations
Color information
#80AF50 (or 0x80AF50) is known color: Chelsea Cucumber. HEX triplet: 80, AF and 50. RGB value is (128,175,80). Sum of RGB (Red+Green+Blue) = 128+175+80=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF50 is #7F50AF. Grayscale: #969696. Windows color (decimal): -8343728 or 5287808. OLE color: 5287808.
HSL color Cylindrical-coordinate representation of color #80AF50: hue angle of 89.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80AF50 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 80 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.31 |
| HSL | 89.68º | 0.37% | 0.5% | - |
| HSV(B) | 89.68º | 0.54% | 0.69% | - |
| XYZ | 25.68 | 35.83 | 13.15 | - |
| YUV | 150.12 | 88.43 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 80 | 0.27 | 0 | 0.54 | 0.31 | 89.68 | 0.37 | 0.5 |
| Hex | 80 | AF | 50 | 1B | 0 | 36 | 1F | 5A | 25 | 32 |
| Octal | 200 | 257 | 120 | 33 | 0 | 66 | 37 | 132 | 45 | 62 |
| Binary | 10000000 | 10101111 | 1010000 | 11011 | 0 | 110110 | 11111 | 1011010 | 100101 | 110010 |
Color Harmonies of #80AF50
Complementary color
Monochromatic Colors of #80AF50
Black with #80AF50
Text Example
Text Example
White with #80AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF50; }
p { color: rgb(128,175,80); }
H1.HeaderClassName
{
color: #80AF50;
}
.AnyTagClassName
{
color: #80AF50;
}
</style>
background-color css
<style>
a { background-color: #80AF50; }
a { background-color: rgb(128,175,80); }
div.DivClassName
{
background-color: #80AF50;
}
.BgClassName
{
background-color: #80AF50;
}
</style>
border-color css
<style>
span { border-color: #80AF50; }
span { border-color: rgb(128,175,80); }
td.TdClassName
{
border-color: #80AF50;
}
.TagClassName
{
border-color: #80AF50;
}
</style>