Shades of Chelsea Cucumber #8DBD4D
Tints of Chelsea Cucumber #8DBD4D
RGB
CMYK
RGB Variations
Color information
#8DBD4D (or 0x8DBD4D) is known color: Chelsea Cucumber. HEX triplet: 8D, BD and 4D. RGB value is (141,189,77). Sum of RGB (Red+Green+Blue) = 141+189+77=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBD4D is #7242B2. Grayscale: #A2A2A2. Windows color (decimal): -7488179 or 5094797. OLE color: 5094797.
HSL color Cylindrical-coordinate representation of color #8DBD4D: hue angle of 85.71º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DBD4D is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 77 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.26 |
| HSL | 85.71º | 0.46% | 0.52% | - |
| HSV(B) | 85.71º | 0.59% | 0.74% | - |
| XYZ | 30.52 | 42.59 | 13.63 | - |
| YUV | 161.88 | 80.1 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 77 | 0.25 | 0 | 0.59 | 0.26 | 85.71 | 0.46 | 0.52 |
| Hex | 8D | BD | 4D | 19 | 0 | 3B | 1A | 56 | 2E | 34 |
| Octal | 215 | 275 | 115 | 31 | 0 | 73 | 32 | 126 | 56 | 64 |
| Binary | 10001101 | 10111101 | 1001101 | 11001 | 0 | 111011 | 11010 | 1010110 | 101110 | 110100 |
Color Harmonies of #8DBD4D
Complementary color
Monochromatic Colors of #8DBD4D
Black with #8DBD4D
Text Example
Text Example
White with #8DBD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD4D; }
p { color: rgb(141,189,77); }
H1.HeaderClassName
{
color: #8DBD4D;
}
.AnyTagClassName
{
color: #8DBD4D;
}
</style>
background-color css
<style>
a { background-color: #8DBD4D; }
a { background-color: rgb(141,189,77); }
div.DivClassName
{
background-color: #8DBD4D;
}
.BgClassName
{
background-color: #8DBD4D;
}
</style>
border-color css
<style>
span { border-color: #8DBD4D; }
span { border-color: rgb(141,189,77); }
td.TdClassName
{
border-color: #8DBD4D;
}
.TagClassName
{
border-color: #8DBD4D;
}
</style>