Shades of Chelsea Cucumber #80AF4D
Tints of Chelsea Cucumber #80AF4D
RGB
CMYK
RGB Variations
Color information
#80AF4D (or 0x80AF4D) is known color: Chelsea Cucumber. HEX triplet: 80, AF and 4D. RGB value is (128,175,77). Sum of RGB (Red+Green+Blue) = 128+175+77=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF4D is #7F50B2. Grayscale: #969696. Windows color (decimal): -8343731 or 5091200. OLE color: 5091200.
HSL color Cylindrical-coordinate representation of color #80AF4D: hue angle of 88.78º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80AF4D is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 77 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.31 |
| HSL | 88.78º | 0.39% | 0.49% | - |
| HSV(B) | 88.78º | 0.56% | 0.69% | - |
| XYZ | 25.57 | 35.78 | 12.58 | - |
| YUV | 149.78 | 86.93 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 77 | 0.27 | 0 | 0.56 | 0.31 | 88.78 | 0.39 | 0.49 |
| Hex | 80 | AF | 4D | 1B | 0 | 38 | 1F | 59 | 27 | 31 |
| Octal | 200 | 257 | 115 | 33 | 0 | 70 | 37 | 131 | 47 | 61 |
| Binary | 10000000 | 10101111 | 1001101 | 11011 | 0 | 111000 | 11111 | 1011001 | 100111 | 110001 |
Color Harmonies of #80AF4D
Complementary color
Monochromatic Colors of #80AF4D
Black with #80AF4D
Text Example
Text Example
White with #80AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF4D; }
p { color: rgb(128,175,77); }
H1.HeaderClassName
{
color: #80AF4D;
}
.AnyTagClassName
{
color: #80AF4D;
}
</style>
background-color css
<style>
a { background-color: #80AF4D; }
a { background-color: rgb(128,175,77); }
div.DivClassName
{
background-color: #80AF4D;
}
.BgClassName
{
background-color: #80AF4D;
}
</style>
border-color css
<style>
span { border-color: #80AF4D; }
span { border-color: rgb(128,175,77); }
td.TdClassName
{
border-color: #80AF4D;
}
.TagClassName
{
border-color: #80AF4D;
}
</style>