Shades of Chelsea Cucumber #8DA34D
Tints of Chelsea Cucumber #8DA34D
RGB
CMYK
RGB Variations
Color information
#8DA34D (or 0x8DA34D) is known color: Chelsea Cucumber. HEX triplet: 8D, A3 and 4D. RGB value is (141,163,77). Sum of RGB (Red+Green+Blue) = 141+163+77=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA34D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA34D is #725CB2. Grayscale: #929292. Windows color (decimal): -7494835 or 5088141. OLE color: 5088141.
HSL color Cylindrical-coordinate representation of color #8DA34D: hue angle of 75.35º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8DA34D is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 163 | 77 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.36 |
| HSL | 75.35º | 0.36% | 0.47% | - |
| HSV(B) | 75.35º | 0.53% | 0.64% | - |
| XYZ | 25.42 | 32.39 | 11.93 | - |
| YUV | 146.62 | 88.71 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 77 | 0.13 | 0 | 0.53 | 0.36 | 75.35 | 0.36 | 0.47 |
| Hex | 8D | A3 | 4D | D | 0 | 35 | 24 | 4B | 24 | 2F |
| Octal | 215 | 243 | 115 | 15 | 0 | 65 | 44 | 113 | 44 | 57 |
| Binary | 10001101 | 10100011 | 1001101 | 1101 | 0 | 110101 | 100100 | 1001011 | 100100 | 101111 |
Color Harmonies of #8DA34D
Complementary color
Monochromatic Colors of #8DA34D
Black with #8DA34D
Text Example
Text Example
White with #8DA34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA34D; }
p { color: rgb(141,163,77); }
H1.HeaderClassName
{
color: #8DA34D;
}
.AnyTagClassName
{
color: #8DA34D;
}
</style>
background-color css
<style>
a { background-color: #8DA34D; }
a { background-color: rgb(141,163,77); }
div.DivClassName
{
background-color: #8DA34D;
}
.BgClassName
{
background-color: #8DA34D;
}
</style>
border-color css
<style>
span { border-color: #8DA34D; }
span { border-color: rgb(141,163,77); }
td.TdClassName
{
border-color: #8DA34D;
}
.TagClassName
{
border-color: #8DA34D;
}
</style>