Shades of Chelsea Cucumber #8DB147
Tints of Chelsea Cucumber #8DB147
RGB
CMYK
RGB Variations
Color information
#8DB147 (or 0x8DB147) is known color: Chelsea Cucumber. HEX triplet: 8D, B1 and 47. RGB value is (141,177,71). Sum of RGB (Red+Green+Blue) = 141+177+71=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB147 is #724EB8. Grayscale: #9A9A9A. Windows color (decimal): -7491257 or 4698509. OLE color: 4698509.
HSL color Cylindrical-coordinate representation of color #8DB147: hue angle of 80.38º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DB147 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 71 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.31 |
| HSL | 80.38º | 0.43% | 0.49% | - |
| HSV(B) | 80.38º | 0.6% | 0.69% | - |
| XYZ | 27.84 | 37.56 | 11.74 | - |
| YUV | 154.15 | 81.07 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 71 | 0.20 | 0 | 0.60 | 0.31 | 80.38 | 0.43 | 0.49 |
| Hex | 8D | B1 | 47 | 14 | 0 | 3C | 1F | 50 | 2B | 31 |
| Octal | 215 | 261 | 107 | 24 | 0 | 74 | 37 | 120 | 53 | 61 |
| Binary | 10001101 | 10110001 | 1000111 | 10100 | 0 | 111100 | 11111 | 1010000 | 101011 | 110001 |
Color Harmonies of #8DB147
Complementary color
Monochromatic Colors of #8DB147
Black with #8DB147
Text Example
Text Example
White with #8DB147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB147; }
p { color: rgb(141,177,71); }
H1.HeaderClassName
{
color: #8DB147;
}
.AnyTagClassName
{
color: #8DB147;
}
</style>
background-color css
<style>
a { background-color: #8DB147; }
a { background-color: rgb(141,177,71); }
div.DivClassName
{
background-color: #8DB147;
}
.BgClassName
{
background-color: #8DB147;
}
</style>
border-color css
<style>
span { border-color: #8DB147; }
span { border-color: rgb(141,177,71); }
td.TdClassName
{
border-color: #8DB147;
}
.TagClassName
{
border-color: #8DB147;
}
</style>