Shades of Chelsea Cucumber #81AF47
Tints of Chelsea Cucumber #81AF47
RGB
CMYK
RGB Variations
Color information
#81AF47 (or 0x81AF47) is known color: Chelsea Cucumber. HEX triplet: 81, AF and 47. RGB value is (129,175,71). Sum of RGB (Red+Green+Blue) = 129+175+71=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AF47 is #7E50B8. Grayscale: #959595. Windows color (decimal): -8278201 or 4697985. OLE color: 4697985.
HSL color Cylindrical-coordinate representation of color #81AF47: hue angle of 86.54º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81AF47 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 71 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.31 |
| HSL | 86.54º | 0.42% | 0.48% | - |
| HSV(B) | 86.54º | 0.59% | 0.69% | - |
| XYZ | 25.52 | 35.78 | 11.52 | - |
| YUV | 149.39 | 83.76 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 71 | 0.26 | 0 | 0.59 | 0.31 | 86.54 | 0.42 | 0.48 |
| Hex | 81 | AF | 47 | 1A | 0 | 3B | 1F | 57 | 2A | 30 |
| Octal | 201 | 257 | 107 | 32 | 0 | 73 | 37 | 127 | 52 | 60 |
| Binary | 10000001 | 10101111 | 1000111 | 11010 | 0 | 111011 | 11111 | 1010111 | 101010 | 110000 |
Color Harmonies of #81AF47
Complementary color
Monochromatic Colors of #81AF47
Black with #81AF47
Text Example
Text Example
White with #81AF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AF47; }
p { color: rgb(129,175,71); }
H1.HeaderClassName
{
color: #81AF47;
}
.AnyTagClassName
{
color: #81AF47;
}
</style>
background-color css
<style>
a { background-color: #81AF47; }
a { background-color: rgb(129,175,71); }
div.DivClassName
{
background-color: #81AF47;
}
.BgClassName
{
background-color: #81AF47;
}
</style>
border-color css
<style>
span { border-color: #81AF47; }
span { border-color: rgb(129,175,71); }
td.TdClassName
{
border-color: #81AF47;
}
.TagClassName
{
border-color: #81AF47;
}
</style>