Shades of Chelsea Cucumber #8DB45D
Tints of Chelsea Cucumber #8DB45D
RGB
CMYK
RGB Variations
Color information
#8DB45D (or 0x8DB45D) is known color: Chelsea Cucumber. HEX triplet: 8D, B4 and 5D. RGB value is (141,180,93). Sum of RGB (Red+Green+Blue) = 141+180+93=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB45D is #724BA2. Grayscale: #9E9E9E. Windows color (decimal): -7490467 or 6141069. OLE color: 6141069.
HSL color Cylindrical-coordinate representation of color #8DB45D: hue angle of 86.9º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DB45D is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 93 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.29 |
| HSL | 86.9º | 0.37% | 0.54% | - |
| HSV(B) | 86.9º | 0.48% | 0.71% | - |
| XYZ | 29.28 | 39.1 | 16.36 | - |
| YUV | 158.42 | 91.08 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 93 | 0.22 | 0 | 0.48 | 0.29 | 86.9 | 0.37 | 0.54 |
| Hex | 8D | B4 | 5D | 16 | 0 | 30 | 1D | 57 | 25 | 36 |
| Octal | 215 | 264 | 135 | 26 | 0 | 60 | 35 | 127 | 45 | 66 |
| Binary | 10001101 | 10110100 | 1011101 | 10110 | 0 | 110000 | 11101 | 1010111 | 100101 | 110110 |
Color Harmonies of #8DB45D
Complementary color
Monochromatic Colors of #8DB45D
Black with #8DB45D
Text Example
Text Example
White with #8DB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB45D; }
p { color: rgb(141,180,93); }
H1.HeaderClassName
{
color: #8DB45D;
}
.AnyTagClassName
{
color: #8DB45D;
}
</style>
background-color css
<style>
a { background-color: #8DB45D; }
a { background-color: rgb(141,180,93); }
div.DivClassName
{
background-color: #8DB45D;
}
.BgClassName
{
background-color: #8DB45D;
}
</style>
border-color css
<style>
span { border-color: #8DB45D; }
span { border-color: rgb(141,180,93); }
td.TdClassName
{
border-color: #8DB45D;
}
.TagClassName
{
border-color: #8DB45D;
}
</style>