Shades of Chelsea Cucumber #8DB051
Tints of Chelsea Cucumber #8DB051
RGB
CMYK
RGB Variations
Color information
#8DB051 (or 0x8DB051) is known color: Chelsea Cucumber. HEX triplet: 8D, B0 and 51. RGB value is (141,176,81). Sum of RGB (Red+Green+Blue) = 141+176+81=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB051 is #724FAE. Grayscale: #9B9B9B. Windows color (decimal): -7491503 or 5353613. OLE color: 5353613.
HSL color Cylindrical-coordinate representation of color #8DB051: hue angle of 82.11º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8DB051 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 81 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.31 |
| HSL | 82.11º | 0.38% | 0.5% | - |
| HSV(B) | 82.11º | 0.54% | 0.69% | - |
| XYZ | 28 | 37.31 | 13.51 | - |
| YUV | 154.71 | 86.4 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 81 | 0.20 | 0 | 0.54 | 0.31 | 82.11 | 0.38 | 0.5 |
| Hex | 8D | B0 | 51 | 14 | 0 | 36 | 1F | 52 | 26 | 32 |
| Octal | 215 | 260 | 121 | 24 | 0 | 66 | 37 | 122 | 46 | 62 |
| Binary | 10001101 | 10110000 | 1010001 | 10100 | 0 | 110110 | 11111 | 1010010 | 100110 | 110010 |
Color Harmonies of #8DB051
Complementary color
Monochromatic Colors of #8DB051
Black with #8DB051
Text Example
Text Example
White with #8DB051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB051; }
p { color: rgb(141,176,81); }
H1.HeaderClassName
{
color: #8DB051;
}
.AnyTagClassName
{
color: #8DB051;
}
</style>
background-color css
<style>
a { background-color: #8DB051; }
a { background-color: rgb(141,176,81); }
div.DivClassName
{
background-color: #8DB051;
}
.BgClassName
{
background-color: #8DB051;
}
</style>
border-color css
<style>
span { border-color: #8DB051; }
span { border-color: rgb(141,176,81); }
td.TdClassName
{
border-color: #8DB051;
}
.TagClassName
{
border-color: #8DB051;
}
</style>