Shades of Chelsea Cucumber #81A448
Tints of Chelsea Cucumber #81A448
RGB
CMYK
RGB Variations
Color information
#81A448 (or 0x81A448) is known color: Chelsea Cucumber. HEX triplet: 81, A4 and 48. RGB value is (129,164,72). Sum of RGB (Red+Green+Blue) = 129+164+72=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #81A448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A448 is #7E5BB7. Grayscale: #8F8F8F. Windows color (decimal): -8281016 or 4760705. OLE color: 4760705.
HSL color Cylindrical-coordinate representation of color #81A448: hue angle of 82.83º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81A448 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 164 | 72 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.36 |
| HSL | 82.83º | 0.39% | 0.46% | - |
| HSV(B) | 82.83º | 0.56% | 0.64% | - |
| XYZ | 23.5 | 31.69 | 11.01 | - |
| YUV | 143.05 | 87.9 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 72 | 0.21 | 0 | 0.56 | 0.36 | 82.83 | 0.39 | 0.46 |
| Hex | 81 | A4 | 48 | 15 | 0 | 38 | 24 | 53 | 27 | 2E |
| Octal | 201 | 244 | 110 | 25 | 0 | 70 | 44 | 123 | 47 | 56 |
| Binary | 10000001 | 10100100 | 1001000 | 10101 | 0 | 111000 | 100100 | 1010011 | 100111 | 101110 |
Color Harmonies of #81A448
Complementary color
Monochromatic Colors of #81A448
Black with #81A448
Text Example
Text Example
White with #81A448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A448; }
p { color: rgb(129,164,72); }
H1.HeaderClassName
{
color: #81A448;
}
.AnyTagClassName
{
color: #81A448;
}
</style>
background-color css
<style>
a { background-color: #81A448; }
a { background-color: rgb(129,164,72); }
div.DivClassName
{
background-color: #81A448;
}
.BgClassName
{
background-color: #81A448;
}
</style>
border-color css
<style>
span { border-color: #81A448; }
span { border-color: rgb(129,164,72); }
td.TdClassName
{
border-color: #81A448;
}
.TagClassName
{
border-color: #81A448;
}
</style>