Shades of Chelsea Cucumber #8DB764
Tints of Chelsea Cucumber #8DB764
RGB
CMYK
RGB Variations
Color information
#8DB764 (or 0x8DB764) is known color: Chelsea Cucumber. HEX triplet: 8D, B7 and 64. RGB value is (141,183,100). Sum of RGB (Red+Green+Blue) = 141+183+100=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB764 is #72489B. Grayscale: #A1A1A1. Windows color (decimal): -7489692 or 6600589. OLE color: 6600589.
HSL color Cylindrical-coordinate representation of color #8DB764: hue angle of 90.36º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DB764 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 100 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.28 |
| HSL | 90.36º | 0.37% | 0.55% | - |
| HSV(B) | 90.36º | 0.45% | 0.72% | - |
| XYZ | 30.22 | 40.45 | 18.27 | - |
| YUV | 160.98 | 93.59 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 100 | 0.23 | 0 | 0.45 | 0.28 | 90.36 | 0.37 | 0.55 |
| Hex | 8D | B7 | 64 | 17 | 0 | 2D | 1C | 5A | 25 | 37 |
| Octal | 215 | 267 | 144 | 27 | 0 | 55 | 34 | 132 | 45 | 67 |
| Binary | 10001101 | 10110111 | 1100100 | 10111 | 0 | 101101 | 11100 | 1011010 | 100101 | 110111 |
Color Harmonies of #8DB764
Complementary color
Monochromatic Colors of #8DB764
Black with #8DB764
Text Example
Text Example
White with #8DB764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB764; }
p { color: rgb(141,183,100); }
H1.HeaderClassName
{
color: #8DB764;
}
.AnyTagClassName
{
color: #8DB764;
}
</style>
background-color css
<style>
a { background-color: #8DB764; }
a { background-color: rgb(141,183,100); }
div.DivClassName
{
background-color: #8DB764;
}
.BgClassName
{
background-color: #8DB764;
}
</style>
border-color css
<style>
span { border-color: #8DB764; }
span { border-color: rgb(141,183,100); }
td.TdClassName
{
border-color: #8DB764;
}
.TagClassName
{
border-color: #8DB764;
}
</style>