Shades of Chelsea Cucumber #8DB343
Tints of Chelsea Cucumber #8DB343
RGB
CMYK
RGB Variations
Color information
#8DB343 (or 0x8DB343) is known color: Chelsea Cucumber. HEX triplet: 8D, B3 and 43. RGB value is (141,179,67). Sum of RGB (Red+Green+Blue) = 141+179+67=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB343 is #724CBC. Grayscale: #9B9B9B. Windows color (decimal): -7490749 or 4436877. OLE color: 4436877.
HSL color Cylindrical-coordinate representation of color #8DB343: hue angle of 80.36º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DB343 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 67 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.30 |
| HSL | 80.36º | 0.46% | 0.48% | - |
| HSV(B) | 80.36º | 0.63% | 0.7% | - |
| XYZ | 28.12 | 38.31 | 11.22 | - |
| YUV | 154.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 67 | 0.21 | 0 | 0.63 | 0.30 | 80.36 | 0.46 | 0.48 |
| Hex | 8D | B3 | 43 | 15 | 0 | 3F | 1E | 50 | 2E | 30 |
| Octal | 215 | 263 | 103 | 25 | 0 | 77 | 36 | 120 | 56 | 60 |
| Binary | 10001101 | 10110011 | 1000011 | 10101 | 0 | 111111 | 11110 | 1010000 | 101110 | 110000 |
Color Harmonies of #8DB343
Complementary color
Monochromatic Colors of #8DB343
Black with #8DB343
Text Example
Text Example
White with #8DB343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB343; }
p { color: rgb(141,179,67); }
H1.HeaderClassName
{
color: #8DB343;
}
.AnyTagClassName
{
color: #8DB343;
}
</style>
background-color css
<style>
a { background-color: #8DB343; }
a { background-color: rgb(141,179,67); }
div.DivClassName
{
background-color: #8DB343;
}
.BgClassName
{
background-color: #8DB343;
}
</style>
border-color css
<style>
span { border-color: #8DB343; }
span { border-color: rgb(141,179,67); }
td.TdClassName
{
border-color: #8DB343;
}
.TagClassName
{
border-color: #8DB343;
}
</style>