Shades of Chelsea Cucumber #8DBD4C
Tints of Chelsea Cucumber #8DBD4C
RGB
CMYK
RGB Variations
Color information
#8DBD4C (or 0x8DBD4C) is known color: Chelsea Cucumber. HEX triplet: 8D, BD and 4C. RGB value is (141,189,76). Sum of RGB (Red+Green+Blue) = 141+189+76=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBD4C is #7242B3. Grayscale: #A2A2A2. Windows color (decimal): -7488180 or 5029261. OLE color: 5029261.
HSL color Cylindrical-coordinate representation of color #8DBD4C: hue angle of 85.49º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DBD4C is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 76 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.26 |
| HSL | 85.49º | 0.46% | 0.52% | - |
| HSV(B) | 85.49º | 0.6% | 0.74% | - |
| XYZ | 30.49 | 42.58 | 13.45 | - |
| YUV | 161.77 | 79.6 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 76 | 0.25 | 0 | 0.60 | 0.26 | 85.49 | 0.46 | 0.52 |
| Hex | 8D | BD | 4C | 19 | 0 | 3C | 1A | 55 | 2E | 34 |
| Octal | 215 | 275 | 114 | 31 | 0 | 74 | 32 | 125 | 56 | 64 |
| Binary | 10001101 | 10111101 | 1001100 | 11001 | 0 | 111100 | 11010 | 1010101 | 101110 | 110100 |
Color Harmonies of #8DBD4C
Complementary color
Monochromatic Colors of #8DBD4C
Black with #8DBD4C
Text Example
Text Example
White with #8DBD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD4C; }
p { color: rgb(141,189,76); }
H1.HeaderClassName
{
color: #8DBD4C;
}
.AnyTagClassName
{
color: #8DBD4C;
}
</style>
background-color css
<style>
a { background-color: #8DBD4C; }
a { background-color: rgb(141,189,76); }
div.DivClassName
{
background-color: #8DBD4C;
}
.BgClassName
{
background-color: #8DBD4C;
}
</style>
border-color css
<style>
span { border-color: #8DBD4C; }
span { border-color: rgb(141,189,76); }
td.TdClassName
{
border-color: #8DBD4C;
}
.TagClassName
{
border-color: #8DBD4C;
}
</style>