Shades of Chelsea Cucumber #81AC55
Tints of Chelsea Cucumber #81AC55
RGB
CMYK
RGB Variations
Color information
#81AC55 (or 0x81AC55) is known color: Chelsea Cucumber. HEX triplet: 81, AC and 55. RGB value is (129,172,85). Sum of RGB (Red+Green+Blue) = 129+172+85=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AC55 is #7E53AA. Grayscale: #959595. Windows color (decimal): -8278955 or 5614721. OLE color: 5614721.
HSL color Cylindrical-coordinate representation of color #81AC55: hue angle of 89.66º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81AC55 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 172 | 85 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.33 |
| HSL | 89.66º | 0.34% | 0.5% | - |
| HSV(B) | 89.66º | 0.51% | 0.67% | - |
| XYZ | 25.45 | 34.83 | 13.98 | - |
| YUV | 149.23 | 91.75 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 85 | 0.25 | 0 | 0.51 | 0.33 | 89.66 | 0.34 | 0.5 |
| Hex | 81 | AC | 55 | 19 | 0 | 33 | 21 | 5A | 22 | 32 |
| Octal | 201 | 254 | 125 | 31 | 0 | 63 | 41 | 132 | 42 | 62 |
| Binary | 10000001 | 10101100 | 1010101 | 11001 | 0 | 110011 | 100001 | 1011010 | 100010 | 110010 |
Color Harmonies of #81AC55
Complementary color
Monochromatic Colors of #81AC55
Black with #81AC55
Text Example
Text Example
White with #81AC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AC55; }
p { color: rgb(129,172,85); }
H1.HeaderClassName
{
color: #81AC55;
}
.AnyTagClassName
{
color: #81AC55;
}
</style>
background-color css
<style>
a { background-color: #81AC55; }
a { background-color: rgb(129,172,85); }
div.DivClassName
{
background-color: #81AC55;
}
.BgClassName
{
background-color: #81AC55;
}
</style>
border-color css
<style>
span { border-color: #81AC55; }
span { border-color: rgb(129,172,85); }
td.TdClassName
{
border-color: #81AC55;
}
.TagClassName
{
border-color: #81AC55;
}
</style>