Shades of Chelsea Cucumber #81AB47
Tints of Chelsea Cucumber #81AB47
RGB
CMYK
RGB Variations
Color information
#81AB47 (or 0x81AB47) is known color: Chelsea Cucumber. HEX triplet: 81, AB and 47. RGB value is (129,171,71). Sum of RGB (Red+Green+Blue) = 129+171+71=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AB47 is #7E54B8. Grayscale: #939393. Windows color (decimal): -8279225 or 4696961. OLE color: 4696961.
HSL color Cylindrical-coordinate representation of color #81AB47: hue angle of 85.2º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81AB47 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 71 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.33 |
| HSL | 85.2º | 0.41% | 0.47% | - |
| HSV(B) | 85.2º | 0.58% | 0.67% | - |
| XYZ | 24.75 | 34.25 | 11.27 | - |
| YUV | 147.04 | 85.09 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 71 | 0.25 | 0 | 0.58 | 0.33 | 85.2 | 0.41 | 0.47 |
| Hex | 81 | AB | 47 | 19 | 0 | 3A | 21 | 55 | 29 | 2F |
| Octal | 201 | 253 | 107 | 31 | 0 | 72 | 41 | 125 | 51 | 57 |
| Binary | 10000001 | 10101011 | 1000111 | 11001 | 0 | 111010 | 100001 | 1010101 | 101001 | 101111 |
Color Harmonies of #81AB47
Complementary color
Monochromatic Colors of #81AB47
Black with #81AB47
Text Example
Text Example
White with #81AB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB47; }
p { color: rgb(129,171,71); }
H1.HeaderClassName
{
color: #81AB47;
}
.AnyTagClassName
{
color: #81AB47;
}
</style>
background-color css
<style>
a { background-color: #81AB47; }
a { background-color: rgb(129,171,71); }
div.DivClassName
{
background-color: #81AB47;
}
.BgClassName
{
background-color: #81AB47;
}
</style>
border-color css
<style>
span { border-color: #81AB47; }
span { border-color: rgb(129,171,71); }
td.TdClassName
{
border-color: #81AB47;
}
.TagClassName
{
border-color: #81AB47;
}
</style>