Shades of Chelsea Cucumber #8DBA4E
Tints of Chelsea Cucumber #8DBA4E
RGB
CMYK
RGB Variations
Color information
#8DBA4E (or 0x8DBA4E) is known color: Chelsea Cucumber. HEX triplet: 8D, BA and 4E. RGB value is (141,186,78). Sum of RGB (Red+Green+Blue) = 141+186+78=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBA4E is #7245B1. Grayscale: #A0A0A0. Windows color (decimal): -7488946 or 5159565. OLE color: 5159565.
HSL color Cylindrical-coordinate representation of color #8DBA4E: hue angle of 85º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DBA4E is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 186 | 78 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.27 |
| HSL | 85º | 0.44% | 0.52% | - |
| HSV(B) | 85º | 0.58% | 0.73% | - |
| XYZ | 29.92 | 41.33 | 13.61 | - |
| YUV | 160.23 | 81.59 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 78 | 0.24 | 0 | 0.58 | 0.27 | 85 | 0.44 | 0.52 |
| Hex | 8D | BA | 4E | 18 | 0 | 3A | 1B | 55 | 2C | 34 |
| Octal | 215 | 272 | 116 | 30 | 0 | 72 | 33 | 125 | 54 | 64 |
| Binary | 10001101 | 10111010 | 1001110 | 11000 | 0 | 111010 | 11011 | 1010101 | 101100 | 110100 |
Color Harmonies of #8DBA4E
Complementary color
Monochromatic Colors of #8DBA4E
Black with #8DBA4E
Text Example
Text Example
White with #8DBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBA4E; }
p { color: rgb(141,186,78); }
H1.HeaderClassName
{
color: #8DBA4E;
}
.AnyTagClassName
{
color: #8DBA4E;
}
</style>
background-color css
<style>
a { background-color: #8DBA4E; }
a { background-color: rgb(141,186,78); }
div.DivClassName
{
background-color: #8DBA4E;
}
.BgClassName
{
background-color: #8DBA4E;
}
</style>
border-color css
<style>
span { border-color: #8DBA4E; }
span { border-color: rgb(141,186,78); }
td.TdClassName
{
border-color: #8DBA4E;
}
.TagClassName
{
border-color: #8DBA4E;
}
</style>