Shades of Chelsea Cucumber #81AA4D
Tints of Chelsea Cucumber #81AA4D
RGB
CMYK
RGB Variations
Color information
#81AA4D (or 0x81AA4D) is known color: Chelsea Cucumber. HEX triplet: 81, AA and 4D. RGB value is (129,170,77). Sum of RGB (Red+Green+Blue) = 129+170+77=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AA4D is #7E55B2. Grayscale: #939393. Windows color (decimal): -8279475 or 5089921. OLE color: 5089921.
HSL color Cylindrical-coordinate representation of color #81AA4D: hue angle of 86.45º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81AA4D is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 77 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.33 |
| HSL | 86.45º | 0.38% | 0.48% | - |
| HSV(B) | 86.45º | 0.55% | 0.67% | - |
| XYZ | 24.77 | 33.95 | 12.27 | - |
| YUV | 147.14 | 88.42 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 77 | 0.24 | 0 | 0.55 | 0.33 | 86.45 | 0.38 | 0.48 |
| Hex | 81 | AA | 4D | 18 | 0 | 37 | 21 | 56 | 26 | 30 |
| Octal | 201 | 252 | 115 | 30 | 0 | 67 | 41 | 126 | 46 | 60 |
| Binary | 10000001 | 10101010 | 1001101 | 11000 | 0 | 110111 | 100001 | 1010110 | 100110 | 110000 |
Color Harmonies of #81AA4D
Complementary color
Monochromatic Colors of #81AA4D
Black with #81AA4D
Text Example
Text Example
White with #81AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AA4D; }
p { color: rgb(129,170,77); }
H1.HeaderClassName
{
color: #81AA4D;
}
.AnyTagClassName
{
color: #81AA4D;
}
</style>
background-color css
<style>
a { background-color: #81AA4D; }
a { background-color: rgb(129,170,77); }
div.DivClassName
{
background-color: #81AA4D;
}
.BgClassName
{
background-color: #81AA4D;
}
</style>
border-color css
<style>
span { border-color: #81AA4D; }
span { border-color: rgb(129,170,77); }
td.TdClassName
{
border-color: #81AA4D;
}
.TagClassName
{
border-color: #81AA4D;
}
</style>