Shades of Chelsea Cucumber #81AF5D
Tints of Chelsea Cucumber #81AF5D
RGB
CMYK
RGB Variations
Color information
#81AF5D (or 0x81AF5D) is known color: Chelsea Cucumber. HEX triplet: 81, AF and 5D. RGB value is (129,175,93). Sum of RGB (Red+Green+Blue) = 129+175+93=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AF5D is #7E50A2. Grayscale: #989898. Windows color (decimal): -8278179 or 6139777. OLE color: 6139777.
HSL color Cylindrical-coordinate representation of color #81AF5D: hue angle of 93.66º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81AF5D is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 93 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.31 |
| HSL | 93.66º | 0.34% | 0.53% | - |
| HSV(B) | 93.66º | 0.47% | 0.69% | - |
| XYZ | 26.36 | 36.12 | 15.94 | - |
| YUV | 151.9 | 94.76 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 93 | 0.26 | 0 | 0.47 | 0.31 | 93.66 | 0.34 | 0.53 |
| Hex | 81 | AF | 5D | 1A | 0 | 2F | 1F | 5E | 22 | 35 |
| Octal | 201 | 257 | 135 | 32 | 0 | 57 | 37 | 136 | 42 | 65 |
| Binary | 10000001 | 10101111 | 1011101 | 11010 | 0 | 101111 | 11111 | 1011110 | 100010 | 110101 |
Color Harmonies of #81AF5D
Complementary color
Monochromatic Colors of #81AF5D
Black with #81AF5D
Text Example
Text Example
White with #81AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AF5D; }
p { color: rgb(129,175,93); }
H1.HeaderClassName
{
color: #81AF5D;
}
.AnyTagClassName
{
color: #81AF5D;
}
</style>
background-color css
<style>
a { background-color: #81AF5D; }
a { background-color: rgb(129,175,93); }
div.DivClassName
{
background-color: #81AF5D;
}
.BgClassName
{
background-color: #81AF5D;
}
</style>
border-color css
<style>
span { border-color: #81AF5D; }
span { border-color: rgb(129,175,93); }
td.TdClassName
{
border-color: #81AF5D;
}
.TagClassName
{
border-color: #81AF5D;
}
</style>