Shades of Chelsea Cucumber #81B352
Tints of Chelsea Cucumber #81B352
RGB
CMYK
RGB Variations
Color information
#81B352 (or 0x81B352) is known color: Chelsea Cucumber. HEX triplet: 81, B3 and 52. RGB value is (129,179,82). Sum of RGB (Red+Green+Blue) = 129+179+82=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #81B352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B352 is #7E4CAD. Grayscale: #999999. Windows color (decimal): -8277166 or 5419905. OLE color: 5419905.
HSL color Cylindrical-coordinate representation of color #81B352: hue angle of 90.93º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #81B352 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 179 | 82 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.30 |
| HSL | 90.93º | 0.39% | 0.51% | - |
| HSV(B) | 90.93º | 0.54% | 0.7% | - |
| XYZ | 26.7 | 37.52 | 13.82 | - |
| YUV | 152.99 | 87.94 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 179 | 82 | 0.28 | 0 | 0.54 | 0.30 | 90.93 | 0.39 | 0.51 |
| Hex | 81 | B3 | 52 | 1C | 0 | 36 | 1E | 5B | 27 | 33 |
| Octal | 201 | 263 | 122 | 34 | 0 | 66 | 36 | 133 | 47 | 63 |
| Binary | 10000001 | 10110011 | 1010010 | 11100 | 0 | 110110 | 11110 | 1011011 | 100111 | 110011 |
Color Harmonies of #81B352
Complementary color
Monochromatic Colors of #81B352
Black with #81B352
Text Example
Text Example
White with #81B352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B352; }
p { color: rgb(129,179,82); }
H1.HeaderClassName
{
color: #81B352;
}
.AnyTagClassName
{
color: #81B352;
}
</style>
background-color css
<style>
a { background-color: #81B352; }
a { background-color: rgb(129,179,82); }
div.DivClassName
{
background-color: #81B352;
}
.BgClassName
{
background-color: #81B352;
}
</style>
border-color css
<style>
span { border-color: #81B352; }
span { border-color: rgb(129,179,82); }
td.TdClassName
{
border-color: #81B352;
}
.TagClassName
{
border-color: #81B352;
}
</style>