Shades of Chelsea Cucumber #8DA353
Tints of Chelsea Cucumber #8DA353
RGB
CMYK
RGB Variations
Color information
#8DA353 (or 0x8DA353) is known color: Chelsea Cucumber. HEX triplet: 8D, A3 and 53. RGB value is (141,163,83). Sum of RGB (Red+Green+Blue) = 141+163+83=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA353 is #725CAC. Grayscale: #939393. Windows color (decimal): -7494829 or 5481357. OLE color: 5481357.
HSL color Cylindrical-coordinate representation of color #8DA353: hue angle of 76.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DA353 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 163 | 83 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.36 |
| HSL | 76.5º | 0.33% | 0.48% | - |
| HSV(B) | 76.5º | 0.49% | 0.64% | - |
| XYZ | 25.64 | 32.48 | 13.1 | - |
| YUV | 147.3 | 91.71 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 83 | 0.13 | 0 | 0.49 | 0.36 | 76.5 | 0.33 | 0.48 |
| Hex | 8D | A3 | 53 | D | 0 | 31 | 24 | 4C | 21 | 30 |
| Octal | 215 | 243 | 123 | 15 | 0 | 61 | 44 | 114 | 41 | 60 |
| Binary | 10001101 | 10100011 | 1010011 | 1101 | 0 | 110001 | 100100 | 1001100 | 100001 | 110000 |
Color Harmonies of #8DA353
Complementary color
Monochromatic Colors of #8DA353
Black with #8DA353
Text Example
Text Example
White with #8DA353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA353; }
p { color: rgb(141,163,83); }
H1.HeaderClassName
{
color: #8DA353;
}
.AnyTagClassName
{
color: #8DA353;
}
</style>
background-color css
<style>
a { background-color: #8DA353; }
a { background-color: rgb(141,163,83); }
div.DivClassName
{
background-color: #8DA353;
}
.BgClassName
{
background-color: #8DA353;
}
</style>
border-color css
<style>
span { border-color: #8DA353; }
span { border-color: rgb(141,163,83); }
td.TdClassName
{
border-color: #8DA353;
}
.TagClassName
{
border-color: #8DA353;
}
</style>