Shades of Chelsea Cucumber #8DB445
Tints of Chelsea Cucumber #8DB445
RGB
CMYK
RGB Variations
Color information
#8DB445 (or 0x8DB445) is known color: Chelsea Cucumber. HEX triplet: 8D, B4 and 45. RGB value is (141,180,69). Sum of RGB (Red+Green+Blue) = 141+180+69=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB445 is #724BBA. Grayscale: #9C9C9C. Windows color (decimal): -7490491 or 4568205. OLE color: 4568205.
HSL color Cylindrical-coordinate representation of color #8DB445: hue angle of 81.08º 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 #8DB445 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 69 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.29 |
| HSL | 81.08º | 0.45% | 0.49% | - |
| HSV(B) | 81.08º | 0.62% | 0.71% | - |
| XYZ | 28.38 | 38.73 | 11.61 | - |
| YUV | 155.69 | 79.08 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 69 | 0.22 | 0 | 0.62 | 0.29 | 81.08 | 0.45 | 0.49 |
| Hex | 8D | B4 | 45 | 16 | 0 | 3E | 1D | 51 | 2D | 31 |
| Octal | 215 | 264 | 105 | 26 | 0 | 76 | 35 | 121 | 55 | 61 |
| Binary | 10001101 | 10110100 | 1000101 | 10110 | 0 | 111110 | 11101 | 1010001 | 101101 | 110001 |
Color Harmonies of #8DB445
Complementary color
Monochromatic Colors of #8DB445
Black with #8DB445
Text Example
Text Example
White with #8DB445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB445; }
p { color: rgb(141,180,69); }
H1.HeaderClassName
{
color: #8DB445;
}
.AnyTagClassName
{
color: #8DB445;
}
</style>
background-color css
<style>
a { background-color: #8DB445; }
a { background-color: rgb(141,180,69); }
div.DivClassName
{
background-color: #8DB445;
}
.BgClassName
{
background-color: #8DB445;
}
</style>
border-color css
<style>
span { border-color: #8DB445; }
span { border-color: rgb(141,180,69); }
td.TdClassName
{
border-color: #8DB445;
}
.TagClassName
{
border-color: #8DB445;
}
</style>