Shades of Chelsea Cucumber #81AD5B
Tints of Chelsea Cucumber #81AD5B
RGB
CMYK
RGB Variations
Color information
#81AD5B (or 0x81AD5B) is known color: Chelsea Cucumber. HEX triplet: 81, AD and 5B. RGB value is (129,173,91). Sum of RGB (Red+Green+Blue) = 129+173+91=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AD5B is #7E52A4. Grayscale: #969696. Windows color (decimal): -8278693 or 6008193. OLE color: 6008193.
HSL color Cylindrical-coordinate representation of color #81AD5B: hue angle of 92.2º 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 #81AD5B is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 173 | 91 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.32 |
| HSL | 92.2º | 0.33% | 0.52% | - |
| HSV(B) | 92.2º | 0.47% | 0.68% | - |
| XYZ | 25.89 | 35.31 | 15.35 | - |
| YUV | 150.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 91 | 0.25 | 0 | 0.47 | 0.32 | 92.2 | 0.33 | 0.52 |
| Hex | 81 | AD | 5B | 19 | 0 | 2F | 20 | 5C | 21 | 34 |
| Octal | 201 | 255 | 133 | 31 | 0 | 57 | 40 | 134 | 41 | 64 |
| Binary | 10000001 | 10101101 | 1011011 | 11001 | 0 | 101111 | 100000 | 1011100 | 100001 | 110100 |
Color Harmonies of #81AD5B
Complementary color
Monochromatic Colors of #81AD5B
Black with #81AD5B
Text Example
Text Example
White with #81AD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AD5B; }
p { color: rgb(129,173,91); }
H1.HeaderClassName
{
color: #81AD5B;
}
.AnyTagClassName
{
color: #81AD5B;
}
</style>
background-color css
<style>
a { background-color: #81AD5B; }
a { background-color: rgb(129,173,91); }
div.DivClassName
{
background-color: #81AD5B;
}
.BgClassName
{
background-color: #81AD5B;
}
</style>
border-color css
<style>
span { border-color: #81AD5B; }
span { border-color: rgb(129,173,91); }
td.TdClassName
{
border-color: #81AD5B;
}
.TagClassName
{
border-color: #81AD5B;
}
</style>