Shades of Chelsea Cucumber #81AA53
Tints of Chelsea Cucumber #81AA53
RGB
CMYK
RGB Variations
Color information
#81AA53 (or 0x81AA53) is known color: Chelsea Cucumber. HEX triplet: 81, AA and 53. RGB value is (129,170,83). Sum of RGB (Red+Green+Blue) = 129+170+83=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AA53 is #7E55AC. Grayscale: #949494. Windows color (decimal): -8279469 or 5483137. OLE color: 5483137.
HSL color Cylindrical-coordinate representation of color #81AA53: hue angle of 88.28º 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 #81AA53 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 83 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.33 |
| HSL | 88.28º | 0.34% | 0.5% | - |
| HSV(B) | 88.28º | 0.51% | 0.67% | - |
| XYZ | 24.99 | 34.04 | 13.44 | - |
| YUV | 147.82 | 91.42 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 83 | 0.24 | 0 | 0.51 | 0.33 | 88.28 | 0.34 | 0.5 |
| Hex | 81 | AA | 53 | 18 | 0 | 33 | 21 | 58 | 22 | 32 |
| Octal | 201 | 252 | 123 | 30 | 0 | 63 | 41 | 130 | 42 | 62 |
| Binary | 10000001 | 10101010 | 1010011 | 11000 | 0 | 110011 | 100001 | 1011000 | 100010 | 110010 |
Color Harmonies of #81AA53
Complementary color
Monochromatic Colors of #81AA53
Black with #81AA53
Text Example
Text Example
White with #81AA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AA53; }
p { color: rgb(129,170,83); }
H1.HeaderClassName
{
color: #81AA53;
}
.AnyTagClassName
{
color: #81AA53;
}
</style>
background-color css
<style>
a { background-color: #81AA53; }
a { background-color: rgb(129,170,83); }
div.DivClassName
{
background-color: #81AA53;
}
.BgClassName
{
background-color: #81AA53;
}
</style>
border-color css
<style>
span { border-color: #81AA53; }
span { border-color: rgb(129,170,83); }
td.TdClassName
{
border-color: #81AA53;
}
.TagClassName
{
border-color: #81AA53;
}
</style>