Shades of Chelsea Cucumber #80AF5B
Tints of Chelsea Cucumber #80AF5B
RGB
CMYK
RGB Variations
Color information
#80AF5B (or 0x80AF5B) is known color: Chelsea Cucumber. HEX triplet: 80, AF and 5B. RGB value is (128,175,91). Sum of RGB (Red+Green+Blue) = 128+175+91=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF5B is #7F50A4. Grayscale: #979797. Windows color (decimal): -8343717 or 6008704. OLE color: 6008704.
HSL color Cylindrical-coordinate representation of color #80AF5B: hue angle of 93.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80AF5B is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 91 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.31 |
| HSL | 93.57º | 0.34% | 0.52% | - |
| HSV(B) | 93.57º | 0.48% | 0.69% | - |
| XYZ | 26.12 | 36 | 15.47 | - |
| YUV | 151.37 | 93.93 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 91 | 0.27 | 0 | 0.48 | 0.31 | 93.57 | 0.34 | 0.52 |
| Hex | 80 | AF | 5B | 1B | 0 | 30 | 1F | 5E | 22 | 34 |
| Octal | 200 | 257 | 133 | 33 | 0 | 60 | 37 | 136 | 42 | 64 |
| Binary | 10000000 | 10101111 | 1011011 | 11011 | 0 | 110000 | 11111 | 1011110 | 100010 | 110100 |
Color Harmonies of #80AF5B
Complementary color
Monochromatic Colors of #80AF5B
Black with #80AF5B
Text Example
Text Example
White with #80AF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF5B; }
p { color: rgb(128,175,91); }
H1.HeaderClassName
{
color: #80AF5B;
}
.AnyTagClassName
{
color: #80AF5B;
}
</style>
background-color css
<style>
a { background-color: #80AF5B; }
a { background-color: rgb(128,175,91); }
div.DivClassName
{
background-color: #80AF5B;
}
.BgClassName
{
background-color: #80AF5B;
}
</style>
border-color css
<style>
span { border-color: #80AF5B; }
span { border-color: rgb(128,175,91); }
td.TdClassName
{
border-color: #80AF5B;
}
.TagClassName
{
border-color: #80AF5B;
}
</style>