Shades of Chelsea Cucumber #8DB749
Tints of Chelsea Cucumber #8DB749
RGB
CMYK
RGB Variations
Color information
#8DB749 (or 0x8DB749) is known color: Chelsea Cucumber. HEX triplet: 8D, B7 and 49. RGB value is (141,183,73). Sum of RGB (Red+Green+Blue) = 141+183+73=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB749 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB749 is #7248B6. Grayscale: #9E9E9E. Windows color (decimal): -7489719 or 4831117. OLE color: 4831117.
HSL color Cylindrical-coordinate representation of color #8DB749: hue angle of 82.91º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DB749 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 73 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.28 |
| HSL | 82.91º | 0.43% | 0.5% | - |
| HSV(B) | 82.91º | 0.6% | 0.72% | - |
| XYZ | 29.12 | 40.01 | 12.49 | - |
| YUV | 157.9 | 80.09 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 73 | 0.23 | 0 | 0.60 | 0.28 | 82.91 | 0.43 | 0.5 |
| Hex | 8D | B7 | 49 | 17 | 0 | 3C | 1C | 53 | 2B | 32 |
| Octal | 215 | 267 | 111 | 27 | 0 | 74 | 34 | 123 | 53 | 62 |
| Binary | 10001101 | 10110111 | 1001001 | 10111 | 0 | 111100 | 11100 | 1010011 | 101011 | 110010 |
Color Harmonies of #8DB749
Complementary color
Monochromatic Colors of #8DB749
Black with #8DB749
Text Example
Text Example
White with #8DB749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB749; }
p { color: rgb(141,183,73); }
H1.HeaderClassName
{
color: #8DB749;
}
.AnyTagClassName
{
color: #8DB749;
}
</style>
background-color css
<style>
a { background-color: #8DB749; }
a { background-color: rgb(141,183,73); }
div.DivClassName
{
background-color: #8DB749;
}
.BgClassName
{
background-color: #8DB749;
}
</style>
border-color css
<style>
span { border-color: #8DB749; }
span { border-color: rgb(141,183,73); }
td.TdClassName
{
border-color: #8DB749;
}
.TagClassName
{
border-color: #8DB749;
}
</style>