Shades of Chelsea Cucumber #81AF5E
Tints of Chelsea Cucumber #81AF5E
RGB
CMYK
RGB Variations
Color information
#81AF5E (or 0x81AF5E) is known color: Chelsea Cucumber. HEX triplet: 81, AF and 5E. RGB value is (129,175,94). Sum of RGB (Red+Green+Blue) = 129+175+94=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AF5E is #7E50A1. Grayscale: #989898. Windows color (decimal): -8278178 or 6205313. OLE color: 6205313.
HSL color Cylindrical-coordinate representation of color #81AF5E: hue angle of 94.07º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81AF5E is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 94 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.31 |
| HSL | 94.07º | 0.34% | 0.53% | - |
| HSV(B) | 94.07º | 0.46% | 0.69% | - |
| XYZ | 26.4 | 36.14 | 16.17 | - |
| YUV | 152.01 | 95.26 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 94 | 0.26 | 0 | 0.46 | 0.31 | 94.07 | 0.34 | 0.53 |
| Hex | 81 | AF | 5E | 1A | 0 | 2E | 1F | 5E | 22 | 35 |
| Octal | 201 | 257 | 136 | 32 | 0 | 56 | 37 | 136 | 42 | 65 |
| Binary | 10000001 | 10101111 | 1011110 | 11010 | 0 | 101110 | 11111 | 1011110 | 100010 | 110101 |
Color Harmonies of #81AF5E
Complementary color
Monochromatic Colors of #81AF5E
Black with #81AF5E
Text Example
Text Example
White with #81AF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AF5E; }
p { color: rgb(129,175,94); }
H1.HeaderClassName
{
color: #81AF5E;
}
.AnyTagClassName
{
color: #81AF5E;
}
</style>
background-color css
<style>
a { background-color: #81AF5E; }
a { background-color: rgb(129,175,94); }
div.DivClassName
{
background-color: #81AF5E;
}
.BgClassName
{
background-color: #81AF5E;
}
</style>
border-color css
<style>
span { border-color: #81AF5E; }
span { border-color: rgb(129,175,94); }
td.TdClassName
{
border-color: #81AF5E;
}
.TagClassName
{
border-color: #81AF5E;
}
</style>