Shades of Chelsea Cucumber #81AF53
Tints of Chelsea Cucumber #81AF53
RGB
CMYK
RGB Variations
Color information
#81AF53 (or 0x81AF53) is known color: Chelsea Cucumber. HEX triplet: 81, AF and 53. RGB value is (129,175,83). Sum of RGB (Red+Green+Blue) = 129+175+83=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AF53 is #7E50AC. Grayscale: #979797. Windows color (decimal): -8278189 or 5484417. OLE color: 5484417.
HSL color Cylindrical-coordinate representation of color #81AF53: hue angle of 90º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81AF53 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 83 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.31 |
| HSL | 90º | 0.37% | 0.51% | - |
| HSV(B) | 90º | 0.53% | 0.69% | - |
| XYZ | 25.94 | 35.95 | 13.76 | - |
| YUV | 150.76 | 89.76 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 83 | 0.26 | 0 | 0.53 | 0.31 | 90 | 0.37 | 0.51 |
| Hex | 81 | AF | 53 | 1A | 0 | 35 | 1F | 5A | 25 | 33 |
| Octal | 201 | 257 | 123 | 32 | 0 | 65 | 37 | 132 | 45 | 63 |
| Binary | 10000001 | 10101111 | 1010011 | 11010 | 0 | 110101 | 11111 | 1011010 | 100101 | 110011 |
Color Harmonies of #81AF53
Complementary color
Monochromatic Colors of #81AF53
Black with #81AF53
Text Example
Text Example
White with #81AF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AF53; }
p { color: rgb(129,175,83); }
H1.HeaderClassName
{
color: #81AF53;
}
.AnyTagClassName
{
color: #81AF53;
}
</style>
background-color css
<style>
a { background-color: #81AF53; }
a { background-color: rgb(129,175,83); }
div.DivClassName
{
background-color: #81AF53;
}
.BgClassName
{
background-color: #81AF53;
}
</style>
border-color css
<style>
span { border-color: #81AF53; }
span { border-color: rgb(129,175,83); }
td.TdClassName
{
border-color: #81AF53;
}
.TagClassName
{
border-color: #81AF53;
}
</style>