Shades of Chelsea Cucumber #8DB84C
Tints of Chelsea Cucumber #8DB84C
RGB
CMYK
RGB Variations
Color information
#8DB84C (or 0x8DB84C) is known color: Chelsea Cucumber. HEX triplet: 8D, B8 and 4C. RGB value is (141,184,76). Sum of RGB (Red+Green+Blue) = 141+184+76=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB84C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB84C is #7247B3. Grayscale: #9F9F9F. Windows color (decimal): -7489460 or 5027981. OLE color: 5027981.
HSL color Cylindrical-coordinate representation of color #8DB84C: hue angle of 83.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DB84C is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 76 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.28 |
| HSL | 83.89º | 0.43% | 0.51% | - |
| HSV(B) | 83.89º | 0.59% | 0.72% | - |
| XYZ | 29.43 | 40.47 | 13.1 | - |
| YUV | 158.83 | 81.25 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 76 | 0.23 | 0 | 0.59 | 0.28 | 83.89 | 0.43 | 0.51 |
| Hex | 8D | B8 | 4C | 17 | 0 | 3B | 1C | 54 | 2B | 33 |
| Octal | 215 | 270 | 114 | 27 | 0 | 73 | 34 | 124 | 53 | 63 |
| Binary | 10001101 | 10111000 | 1001100 | 10111 | 0 | 111011 | 11100 | 1010100 | 101011 | 110011 |
Color Harmonies of #8DB84C
Complementary color
Monochromatic Colors of #8DB84C
Black with #8DB84C
Text Example
Text Example
White with #8DB84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB84C; }
p { color: rgb(141,184,76); }
H1.HeaderClassName
{
color: #8DB84C;
}
.AnyTagClassName
{
color: #8DB84C;
}
</style>
background-color css
<style>
a { background-color: #8DB84C; }
a { background-color: rgb(141,184,76); }
div.DivClassName
{
background-color: #8DB84C;
}
.BgClassName
{
background-color: #8DB84C;
}
</style>
border-color css
<style>
span { border-color: #8DB84C; }
span { border-color: rgb(141,184,76); }
td.TdClassName
{
border-color: #8DB84C;
}
.TagClassName
{
border-color: #8DB84C;
}
</style>