Shades of Chelsea Cucumber #8DB85D
Tints of Chelsea Cucumber #8DB85D
RGB
CMYK
RGB Variations
Color information
#8DB85D (or 0x8DB85D) is known color: Chelsea Cucumber. HEX triplet: 8D, B8 and 5D. RGB value is (141,184,93). Sum of RGB (Red+Green+Blue) = 141+184+93=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB85D is #7247A2. Grayscale: #A1A1A1. Windows color (decimal): -7489443 or 6142093. OLE color: 6142093.
HSL color Cylindrical-coordinate representation of color #8DB85D: hue angle of 88.35º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DB85D is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 93 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.28 |
| HSL | 88.35º | 0.39% | 0.54% | - |
| HSV(B) | 88.35º | 0.49% | 0.72% | - |
| XYZ | 30.1 | 40.73 | 16.63 | - |
| YUV | 160.77 | 89.75 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 93 | 0.23 | 0 | 0.49 | 0.28 | 88.35 | 0.39 | 0.54 |
| Hex | 8D | B8 | 5D | 17 | 0 | 31 | 1C | 58 | 27 | 36 |
| Octal | 215 | 270 | 135 | 27 | 0 | 61 | 34 | 130 | 47 | 66 |
| Binary | 10001101 | 10111000 | 1011101 | 10111 | 0 | 110001 | 11100 | 1011000 | 100111 | 110110 |
Color Harmonies of #8DB85D
Complementary color
Monochromatic Colors of #8DB85D
Black with #8DB85D
Text Example
Text Example
White with #8DB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB85D; }
p { color: rgb(141,184,93); }
H1.HeaderClassName
{
color: #8DB85D;
}
.AnyTagClassName
{
color: #8DB85D;
}
</style>
background-color css
<style>
a { background-color: #8DB85D; }
a { background-color: rgb(141,184,93); }
div.DivClassName
{
background-color: #8DB85D;
}
.BgClassName
{
background-color: #8DB85D;
}
</style>
border-color css
<style>
span { border-color: #8DB85D; }
span { border-color: rgb(141,184,93); }
td.TdClassName
{
border-color: #8DB85D;
}
.TagClassName
{
border-color: #8DB85D;
}
</style>