Shades of Chelsea Cucumber #81AE5D
Tints of Chelsea Cucumber #81AE5D
RGB
CMYK
RGB Variations
Color information
#81AE5D (or 0x81AE5D) is known color: Chelsea Cucumber. HEX triplet: 81, AE and 5D. RGB value is (129,174,93). Sum of RGB (Red+Green+Blue) = 129+174+93=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #81AE5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AE5D is #7E51A2. Grayscale: #979797. Windows color (decimal): -8278435 or 6139521. OLE color: 6139521.
HSL color Cylindrical-coordinate representation of color #81AE5D: hue angle of 93.33º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81AE5D is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 174 | 93 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.32 |
| HSL | 93.33º | 0.33% | 0.52% | - |
| HSV(B) | 93.33º | 0.47% | 0.68% | - |
| XYZ | 26.17 | 35.73 | 15.87 | - |
| YUV | 151.31 | 95.09 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 174 | 93 | 0.26 | 0 | 0.47 | 0.32 | 93.33 | 0.33 | 0.52 |
| Hex | 81 | AE | 5D | 1A | 0 | 2F | 20 | 5D | 21 | 34 |
| Octal | 201 | 256 | 135 | 32 | 0 | 57 | 40 | 135 | 41 | 64 |
| Binary | 10000001 | 10101110 | 1011101 | 11010 | 0 | 101111 | 100000 | 1011101 | 100001 | 110100 |
Color Harmonies of #81AE5D
Complementary color
Monochromatic Colors of #81AE5D
Black with #81AE5D
Text Example
Text Example
White with #81AE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AE5D; }
p { color: rgb(129,174,93); }
H1.HeaderClassName
{
color: #81AE5D;
}
.AnyTagClassName
{
color: #81AE5D;
}
</style>
background-color css
<style>
a { background-color: #81AE5D; }
a { background-color: rgb(129,174,93); }
div.DivClassName
{
background-color: #81AE5D;
}
.BgClassName
{
background-color: #81AE5D;
}
</style>
border-color css
<style>
span { border-color: #81AE5D; }
span { border-color: rgb(129,174,93); }
td.TdClassName
{
border-color: #81AE5D;
}
.TagClassName
{
border-color: #81AE5D;
}
</style>