Shades of Chelsea Cucumber #8DB047
Tints of Chelsea Cucumber #8DB047
RGB
CMYK
RGB Variations
Color information
#8DB047 (or 0x8DB047) is known color: Chelsea Cucumber. HEX triplet: 8D, B0 and 47. RGB value is (141,176,71). Sum of RGB (Red+Green+Blue) = 141+176+71=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB047 is #724FB8. Grayscale: #999999. Windows color (decimal): -7491513 or 4698253. OLE color: 4698253.
HSL color Cylindrical-coordinate representation of color #8DB047: hue angle of 80º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DB047 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 71 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.31 |
| HSL | 80º | 0.43% | 0.48% | - |
| HSV(B) | 80º | 0.6% | 0.69% | - |
| XYZ | 27.65 | 37.17 | 11.68 | - |
| YUV | 153.57 | 81.4 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 71 | 0.20 | 0 | 0.60 | 0.31 | 80 | 0.43 | 0.48 |
| Hex | 8D | B0 | 47 | 14 | 0 | 3C | 1F | 50 | 2B | 30 |
| Octal | 215 | 260 | 107 | 24 | 0 | 74 | 37 | 120 | 53 | 60 |
| Binary | 10001101 | 10110000 | 1000111 | 10100 | 0 | 111100 | 11111 | 1010000 | 101011 | 110000 |
Color Harmonies of #8DB047
Complementary color
Monochromatic Colors of #8DB047
Black with #8DB047
Text Example
Text Example
White with #8DB047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB047; }
p { color: rgb(141,176,71); }
H1.HeaderClassName
{
color: #8DB047;
}
.AnyTagClassName
{
color: #8DB047;
}
</style>
background-color css
<style>
a { background-color: #8DB047; }
a { background-color: rgb(141,176,71); }
div.DivClassName
{
background-color: #8DB047;
}
.BgClassName
{
background-color: #8DB047;
}
</style>
border-color css
<style>
span { border-color: #8DB047; }
span { border-color: rgb(141,176,71); }
td.TdClassName
{
border-color: #8DB047;
}
.TagClassName
{
border-color: #8DB047;
}
</style>