Shades of Chelsea Cucumber #81AA54
Tints of Chelsea Cucumber #81AA54
RGB
CMYK
RGB Variations
Color information
#81AA54 (or 0x81AA54) is known color: Chelsea Cucumber. HEX triplet: 81, AA and 54. RGB value is (129,170,84). Sum of RGB (Red+Green+Blue) = 129+170+84=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AA54 is #7E55AB. Grayscale: #949494. Windows color (decimal): -8279468 or 5548673. OLE color: 5548673.
HSL color Cylindrical-coordinate representation of color #81AA54: hue angle of 88.6º 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 #81AA54 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 84 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.33 |
| HSL | 88.6º | 0.34% | 0.5% | - |
| HSV(B) | 88.6º | 0.51% | 0.67% | - |
| XYZ | 25.03 | 34.06 | 13.64 | - |
| YUV | 147.94 | 91.92 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 84 | 0.24 | 0 | 0.51 | 0.33 | 88.6 | 0.34 | 0.5 |
| Hex | 81 | AA | 54 | 18 | 0 | 33 | 21 | 59 | 22 | 32 |
| Octal | 201 | 252 | 124 | 30 | 0 | 63 | 41 | 131 | 42 | 62 |
| Binary | 10000001 | 10101010 | 1010100 | 11000 | 0 | 110011 | 100001 | 1011001 | 100010 | 110010 |
Color Harmonies of #81AA54
Complementary color
Monochromatic Colors of #81AA54
Black with #81AA54
Text Example
Text Example
White with #81AA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AA54; }
p { color: rgb(129,170,84); }
H1.HeaderClassName
{
color: #81AA54;
}
.AnyTagClassName
{
color: #81AA54;
}
</style>
background-color css
<style>
a { background-color: #81AA54; }
a { background-color: rgb(129,170,84); }
div.DivClassName
{
background-color: #81AA54;
}
.BgClassName
{
background-color: #81AA54;
}
</style>
border-color css
<style>
span { border-color: #81AA54; }
span { border-color: rgb(129,170,84); }
td.TdClassName
{
border-color: #81AA54;
}
.TagClassName
{
border-color: #81AA54;
}
</style>