Shades of Chelsea Cucumber #81AB55
Tints of Chelsea Cucumber #81AB55
RGB
CMYK
RGB Variations
Color information
#81AB55 (or 0x81AB55) is known color: Chelsea Cucumber. HEX triplet: 81, AB and 55. RGB value is (129,171,85). Sum of RGB (Red+Green+Blue) = 129+171+85=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AB55 is #7E54AA. Grayscale: #949494. Windows color (decimal): -8279211 or 5614465. OLE color: 5614465.
HSL color Cylindrical-coordinate representation of color #81AB55: hue angle of 89.3º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81AB55 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 85 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.33 |
| HSL | 89.3º | 0.34% | 0.5% | - |
| HSV(B) | 89.3º | 0.5% | 0.67% | - |
| XYZ | 25.26 | 34.45 | 13.91 | - |
| YUV | 148.64 | 92.09 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 85 | 0.25 | 0 | 0.50 | 0.33 | 89.3 | 0.34 | 0.5 |
| Hex | 81 | AB | 55 | 19 | 0 | 32 | 21 | 59 | 22 | 32 |
| Octal | 201 | 253 | 125 | 31 | 0 | 62 | 41 | 131 | 42 | 62 |
| Binary | 10000001 | 10101011 | 1010101 | 11001 | 0 | 110010 | 100001 | 1011001 | 100010 | 110010 |
Color Harmonies of #81AB55
Complementary color
Monochromatic Colors of #81AB55
Black with #81AB55
Text Example
Text Example
White with #81AB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB55; }
p { color: rgb(129,171,85); }
H1.HeaderClassName
{
color: #81AB55;
}
.AnyTagClassName
{
color: #81AB55;
}
</style>
background-color css
<style>
a { background-color: #81AB55; }
a { background-color: rgb(129,171,85); }
div.DivClassName
{
background-color: #81AB55;
}
.BgClassName
{
background-color: #81AB55;
}
</style>
border-color css
<style>
span { border-color: #81AB55; }
span { border-color: rgb(129,171,85); }
td.TdClassName
{
border-color: #81AB55;
}
.TagClassName
{
border-color: #81AB55;
}
</style>