Shades of Chelsea Cucumber #8DBB48
Tints of Chelsea Cucumber #8DBB48
RGB
CMYK
RGB Variations
Color information
#8DBB48 (or 0x8DBB48) is known color: Chelsea Cucumber. HEX triplet: 8D, BB and 48. RGB value is (141,187,72). Sum of RGB (Red+Green+Blue) = 141+187+72=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBB48 is #7244B7. Grayscale: #A0A0A0. Windows color (decimal): -7488696 or 4766605. OLE color: 4766605.
HSL color Cylindrical-coordinate representation of color #8DBB48: hue angle of 84º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DBB48 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 72 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.27 |
| HSL | 84º | 0.46% | 0.51% | - |
| HSV(B) | 84º | 0.61% | 0.73% | - |
| XYZ | 29.92 | 41.67 | 12.6 | - |
| YUV | 160.14 | 78.26 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 72 | 0.25 | 0 | 0.61 | 0.27 | 84 | 0.46 | 0.51 |
| Hex | 8D | BB | 48 | 19 | 0 | 3D | 1B | 54 | 2E | 33 |
| Octal | 215 | 273 | 110 | 31 | 0 | 75 | 33 | 124 | 56 | 63 |
| Binary | 10001101 | 10111011 | 1001000 | 11001 | 0 | 111101 | 11011 | 1010100 | 101110 | 110011 |
Color Harmonies of #8DBB48
Complementary color
Monochromatic Colors of #8DBB48
Black with #8DBB48
Text Example
Text Example
White with #8DBB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBB48; }
p { color: rgb(141,187,72); }
H1.HeaderClassName
{
color: #8DBB48;
}
.AnyTagClassName
{
color: #8DBB48;
}
</style>
background-color css
<style>
a { background-color: #8DBB48; }
a { background-color: rgb(141,187,72); }
div.DivClassName
{
background-color: #8DBB48;
}
.BgClassName
{
background-color: #8DBB48;
}
</style>
border-color css
<style>
span { border-color: #8DBB48; }
span { border-color: rgb(141,187,72); }
td.TdClassName
{
border-color: #8DBB48;
}
.TagClassName
{
border-color: #8DBB48;
}
</style>