Shades of Chelsea Cucumber #81AB5D
Tints of Chelsea Cucumber #81AB5D
RGB
CMYK
RGB Variations
Color information
#81AB5D (or 0x81AB5D) is known color: Chelsea Cucumber. HEX triplet: 81, AB and 5D. RGB value is (129,171,93). Sum of RGB (Red+Green+Blue) = 129+171+93=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AB5D is #7E54A2. Grayscale: #959595. Windows color (decimal): -8279203 or 6138753. OLE color: 6138753.
HSL color Cylindrical-coordinate representation of color #81AB5D: hue angle of 92.31º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81AB5D is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 93 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.33 |
| HSL | 92.31º | 0.32% | 0.52% | - |
| HSV(B) | 92.31º | 0.46% | 0.67% | - |
| XYZ | 25.59 | 34.58 | 15.68 | - |
| YUV | 149.55 | 96.09 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 93 | 0.25 | 0 | 0.46 | 0.33 | 92.31 | 0.32 | 0.52 |
| Hex | 81 | AB | 5D | 19 | 0 | 2E | 21 | 5C | 20 | 34 |
| Octal | 201 | 253 | 135 | 31 | 0 | 56 | 41 | 134 | 40 | 64 |
| Binary | 10000001 | 10101011 | 1011101 | 11001 | 0 | 101110 | 100001 | 1011100 | 100000 | 110100 |
Color Harmonies of #81AB5D
Complementary color
Monochromatic Colors of #81AB5D
Black with #81AB5D
Text Example
Text Example
White with #81AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB5D; }
p { color: rgb(129,171,93); }
H1.HeaderClassName
{
color: #81AB5D;
}
.AnyTagClassName
{
color: #81AB5D;
}
</style>
background-color css
<style>
a { background-color: #81AB5D; }
a { background-color: rgb(129,171,93); }
div.DivClassName
{
background-color: #81AB5D;
}
.BgClassName
{
background-color: #81AB5D;
}
</style>
border-color css
<style>
span { border-color: #81AB5D; }
span { border-color: rgb(129,171,93); }
td.TdClassName
{
border-color: #81AB5D;
}
.TagClassName
{
border-color: #81AB5D;
}
</style>