Shades of Chelsea Cucumber #80AF4E
Tints of Chelsea Cucumber #80AF4E
RGB
CMYK
RGB Variations
Color information
#80AF4E (or 0x80AF4E) is known color: Chelsea Cucumber. HEX triplet: 80, AF and 4E. RGB value is (128,175,78). Sum of RGB (Red+Green+Blue) = 128+175+78=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF4E is #7F50B1. Grayscale: #969696. Windows color (decimal): -8343730 or 5156736. OLE color: 5156736.
HSL color Cylindrical-coordinate representation of color #80AF4E: hue angle of 89.07º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80AF4E is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 78 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.31 |
| HSL | 89.07º | 0.38% | 0.5% | - |
| HSV(B) | 89.07º | 0.55% | 0.69% | - |
| XYZ | 25.61 | 35.8 | 12.77 | - |
| YUV | 149.89 | 87.43 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 78 | 0.27 | 0 | 0.55 | 0.31 | 89.07 | 0.38 | 0.5 |
| Hex | 80 | AF | 4E | 1B | 0 | 37 | 1F | 59 | 26 | 32 |
| Octal | 200 | 257 | 116 | 33 | 0 | 67 | 37 | 131 | 46 | 62 |
| Binary | 10000000 | 10101111 | 1001110 | 11011 | 0 | 110111 | 11111 | 1011001 | 100110 | 110010 |
Color Harmonies of #80AF4E
Complementary color
Monochromatic Colors of #80AF4E
Black with #80AF4E
Text Example
Text Example
White with #80AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF4E; }
p { color: rgb(128,175,78); }
H1.HeaderClassName
{
color: #80AF4E;
}
.AnyTagClassName
{
color: #80AF4E;
}
</style>
background-color css
<style>
a { background-color: #80AF4E; }
a { background-color: rgb(128,175,78); }
div.DivClassName
{
background-color: #80AF4E;
}
.BgClassName
{
background-color: #80AF4E;
}
</style>
border-color css
<style>
span { border-color: #80AF4E; }
span { border-color: rgb(128,175,78); }
td.TdClassName
{
border-color: #80AF4E;
}
.TagClassName
{
border-color: #80AF4E;
}
</style>