Shades of Chelsea Cucumber #8DB443
Tints of Chelsea Cucumber #8DB443
RGB
CMYK
RGB Variations
Color information
#8DB443 (or 0x8DB443) is known color: Chelsea Cucumber. HEX triplet: 8D, B4 and 43. RGB value is (141,180,67). Sum of RGB (Red+Green+Blue) = 141+180+67=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB443 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB443 is #724BBC. Grayscale: #9B9B9B. Windows color (decimal): -7490493 or 4437133. OLE color: 4437133.
HSL color Cylindrical-coordinate representation of color #8DB443: hue angle of 80.71º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DB443 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 67 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.29 |
| HSL | 80.71º | 0.46% | 0.48% | - |
| HSV(B) | 80.71º | 0.63% | 0.71% | - |
| XYZ | 28.32 | 38.71 | 11.29 | - |
| YUV | 155.46 | 78.08 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 67 | 0.22 | 0 | 0.63 | 0.29 | 80.71 | 0.46 | 0.48 |
| Hex | 8D | B4 | 43 | 16 | 0 | 3F | 1D | 51 | 2E | 30 |
| Octal | 215 | 264 | 103 | 26 | 0 | 77 | 35 | 121 | 56 | 60 |
| Binary | 10001101 | 10110100 | 1000011 | 10110 | 0 | 111111 | 11101 | 1010001 | 101110 | 110000 |
Color Harmonies of #8DB443
Complementary color
Monochromatic Colors of #8DB443
Black with #8DB443
Text Example
Text Example
White with #8DB443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB443; }
p { color: rgb(141,180,67); }
H1.HeaderClassName
{
color: #8DB443;
}
.AnyTagClassName
{
color: #8DB443;
}
</style>
background-color css
<style>
a { background-color: #8DB443; }
a { background-color: rgb(141,180,67); }
div.DivClassName
{
background-color: #8DB443;
}
.BgClassName
{
background-color: #8DB443;
}
</style>
border-color css
<style>
span { border-color: #8DB443; }
span { border-color: rgb(141,180,67); }
td.TdClassName
{
border-color: #8DB443;
}
.TagClassName
{
border-color: #8DB443;
}
</style>