Shades of Chelsea Cucumber #8DBC4C
Tints of Chelsea Cucumber #8DBC4C
RGB
CMYK
RGB Variations
Color information
#8DBC4C (or 0x8DBC4C) is known color: Chelsea Cucumber. HEX triplet: 8D, BC and 4C. RGB value is (141,188,76). Sum of RGB (Red+Green+Blue) = 141+188+76=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBC4C is #7243B3. Grayscale: #A1A1A1. Windows color (decimal): -7488436 or 5029005. OLE color: 5029005.
HSL color Cylindrical-coordinate representation of color #8DBC4C: hue angle of 85.18º 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 #8DBC4C is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 76 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.26 |
| HSL | 85.18º | 0.46% | 0.52% | - |
| HSV(B) | 85.18º | 0.6% | 0.74% | - |
| XYZ | 30.27 | 42.15 | 13.38 | - |
| YUV | 161.18 | 79.93 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 76 | 0.25 | 0 | 0.60 | 0.26 | 85.18 | 0.46 | 0.52 |
| Hex | 8D | BC | 4C | 19 | 0 | 3C | 1A | 55 | 2E | 34 |
| Octal | 215 | 274 | 114 | 31 | 0 | 74 | 32 | 125 | 56 | 64 |
| Binary | 10001101 | 10111100 | 1001100 | 11001 | 0 | 111100 | 11010 | 1010101 | 101110 | 110100 |
Color Harmonies of #8DBC4C
Complementary color
Monochromatic Colors of #8DBC4C
Black with #8DBC4C
Text Example
Text Example
White with #8DBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBC4C; }
p { color: rgb(141,188,76); }
H1.HeaderClassName
{
color: #8DBC4C;
}
.AnyTagClassName
{
color: #8DBC4C;
}
</style>
background-color css
<style>
a { background-color: #8DBC4C; }
a { background-color: rgb(141,188,76); }
div.DivClassName
{
background-color: #8DBC4C;
}
.BgClassName
{
background-color: #8DBC4C;
}
</style>
border-color css
<style>
span { border-color: #8DBC4C; }
span { border-color: rgb(141,188,76); }
td.TdClassName
{
border-color: #8DBC4C;
}
.TagClassName
{
border-color: #8DBC4C;
}
</style>