Shades of Chelsea Cucumber #80AF56
Tints of Chelsea Cucumber #80AF56
RGB
CMYK
RGB Variations
Color information
#80AF56 (or 0x80AF56) is known color: Chelsea Cucumber. HEX triplet: 80, AF and 56. RGB value is (128,175,86). Sum of RGB (Red+Green+Blue) = 128+175+86=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF56 is #7F50A9. Grayscale: #979797. Windows color (decimal): -8343722 or 5681024. OLE color: 5681024.
HSL color Cylindrical-coordinate representation of color #80AF56: hue angle of 91.69º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80AF56 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 86 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.31 |
| HSL | 91.69º | 0.36% | 0.51% | - |
| HSV(B) | 91.69º | 0.51% | 0.69% | - |
| XYZ | 25.91 | 35.92 | 14.37 | - |
| YUV | 150.8 | 91.43 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 86 | 0.27 | 0 | 0.51 | 0.31 | 91.69 | 0.36 | 0.51 |
| Hex | 80 | AF | 56 | 1B | 0 | 33 | 1F | 5C | 24 | 33 |
| Octal | 200 | 257 | 126 | 33 | 0 | 63 | 37 | 134 | 44 | 63 |
| Binary | 10000000 | 10101111 | 1010110 | 11011 | 0 | 110011 | 11111 | 1011100 | 100100 | 110011 |
Color Harmonies of #80AF56
Complementary color
Monochromatic Colors of #80AF56
Black with #80AF56
Text Example
Text Example
White with #80AF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF56; }
p { color: rgb(128,175,86); }
H1.HeaderClassName
{
color: #80AF56;
}
.AnyTagClassName
{
color: #80AF56;
}
</style>
background-color css
<style>
a { background-color: #80AF56; }
a { background-color: rgb(128,175,86); }
div.DivClassName
{
background-color: #80AF56;
}
.BgClassName
{
background-color: #80AF56;
}
</style>
border-color css
<style>
span { border-color: #80AF56; }
span { border-color: rgb(128,175,86); }
td.TdClassName
{
border-color: #80AF56;
}
.TagClassName
{
border-color: #80AF56;
}
</style>