Shades of Chelsea Cucumber #8DAB5D
Tints of Chelsea Cucumber #8DAB5D
RGB
CMYK
RGB Variations
Color information
#8DAB5D (or 0x8DAB5D) is known color: Chelsea Cucumber. HEX triplet: 8D, AB and 5D. RGB value is (141,171,93). Sum of RGB (Red+Green+Blue) = 141+171+93=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAB5D is #7254A2. Grayscale: #999999. Windows color (decimal): -7492771 or 6138765. OLE color: 6138765.
HSL color Cylindrical-coordinate representation of color #8DAB5D: hue angle of 83.08º 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 #8DAB5D is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 171 | 93 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.33 |
| HSL | 83.08º | 0.32% | 0.52% | - |
| HSV(B) | 83.08º | 0.46% | 0.67% | - |
| XYZ | 27.52 | 35.58 | 15.77 | - |
| YUV | 153.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 93 | 0.18 | 0 | 0.46 | 0.33 | 83.08 | 0.32 | 0.52 |
| Hex | 8D | AB | 5D | 12 | 0 | 2E | 21 | 53 | 20 | 34 |
| Octal | 215 | 253 | 135 | 22 | 0 | 56 | 41 | 123 | 40 | 64 |
| Binary | 10001101 | 10101011 | 1011101 | 10010 | 0 | 101110 | 100001 | 1010011 | 100000 | 110100 |
Color Harmonies of #8DAB5D
Complementary color
Monochromatic Colors of #8DAB5D
Black with #8DAB5D
Text Example
Text Example
White with #8DAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAB5D; }
p { color: rgb(141,171,93); }
H1.HeaderClassName
{
color: #8DAB5D;
}
.AnyTagClassName
{
color: #8DAB5D;
}
</style>
background-color css
<style>
a { background-color: #8DAB5D; }
a { background-color: rgb(141,171,93); }
div.DivClassName
{
background-color: #8DAB5D;
}
.BgClassName
{
background-color: #8DAB5D;
}
</style>
border-color css
<style>
span { border-color: #8DAB5D; }
span { border-color: rgb(141,171,93); }
td.TdClassName
{
border-color: #8DAB5D;
}
.TagClassName
{
border-color: #8DAB5D;
}
</style>