Shades of Chelsea Cucumber #8DB645
Tints of Chelsea Cucumber #8DB645
RGB
CMYK
RGB Variations
Color information
#8DB645 (or 0x8DB645) is known color: Chelsea Cucumber. HEX triplet: 8D, B6 and 45. RGB value is (141,182,69). Sum of RGB (Red+Green+Blue) = 141+182+69=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB645 is #7249BA. Grayscale: #9D9D9D. Windows color (decimal): -7489979 or 4568717. OLE color: 4568717.
HSL color Cylindrical-coordinate representation of color #8DB645: hue angle of 81.77º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DB645 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 69 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.29 |
| HSL | 81.77º | 0.45% | 0.49% | - |
| HSV(B) | 81.77º | 0.62% | 0.71% | - |
| XYZ | 28.79 | 39.55 | 11.75 | - |
| YUV | 156.86 | 78.42 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 69 | 0.23 | 0 | 0.62 | 0.29 | 81.77 | 0.45 | 0.49 |
| Hex | 8D | B6 | 45 | 17 | 0 | 3E | 1D | 52 | 2D | 31 |
| Octal | 215 | 266 | 105 | 27 | 0 | 76 | 35 | 122 | 55 | 61 |
| Binary | 10001101 | 10110110 | 1000101 | 10111 | 0 | 111110 | 11101 | 1010010 | 101101 | 110001 |
Color Harmonies of #8DB645
Complementary color
Monochromatic Colors of #8DB645
Black with #8DB645
Text Example
Text Example
White with #8DB645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB645; }
p { color: rgb(141,182,69); }
H1.HeaderClassName
{
color: #8DB645;
}
.AnyTagClassName
{
color: #8DB645;
}
</style>
background-color css
<style>
a { background-color: #8DB645; }
a { background-color: rgb(141,182,69); }
div.DivClassName
{
background-color: #8DB645;
}
.BgClassName
{
background-color: #8DB645;
}
</style>
border-color css
<style>
span { border-color: #8DB645; }
span { border-color: rgb(141,182,69); }
td.TdClassName
{
border-color: #8DB645;
}
.TagClassName
{
border-color: #8DB645;
}
</style>