Shades of Chelsea Cucumber #8DB957
Tints of Chelsea Cucumber #8DB957
RGB
CMYK
RGB Variations
Color information
#8DB957 (or 0x8DB957) is known color: Chelsea Cucumber. HEX triplet: 8D, B9 and 57. RGB value is (141,185,87). Sum of RGB (Red+Green+Blue) = 141+185+87=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB957 is #7246A8. Grayscale: #A1A1A1. Windows color (decimal): -7489193 or 5749133. OLE color: 5749133.
HSL color Cylindrical-coordinate representation of color #8DB957: hue angle of 86.94º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8DB957 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 87 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.27 |
| HSL | 86.94º | 0.41% | 0.53% | - |
| HSV(B) | 86.94º | 0.53% | 0.73% | - |
| XYZ | 30.05 | 41.05 | 15.36 | - |
| YUV | 160.67 | 86.42 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 87 | 0.24 | 0 | 0.53 | 0.27 | 86.94 | 0.41 | 0.53 |
| Hex | 8D | B9 | 57 | 18 | 0 | 35 | 1B | 57 | 29 | 35 |
| Octal | 215 | 271 | 127 | 30 | 0 | 65 | 33 | 127 | 51 | 65 |
| Binary | 10001101 | 10111001 | 1010111 | 11000 | 0 | 110101 | 11011 | 1010111 | 101001 | 110101 |
Color Harmonies of #8DB957
Complementary color
Monochromatic Colors of #8DB957
Black with #8DB957
Text Example
Text Example
White with #8DB957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB957; }
p { color: rgb(141,185,87); }
H1.HeaderClassName
{
color: #8DB957;
}
.AnyTagClassName
{
color: #8DB957;
}
</style>
background-color css
<style>
a { background-color: #8DB957; }
a { background-color: rgb(141,185,87); }
div.DivClassName
{
background-color: #8DB957;
}
.BgClassName
{
background-color: #8DB957;
}
</style>
border-color css
<style>
span { border-color: #8DB957; }
span { border-color: rgb(141,185,87); }
td.TdClassName
{
border-color: #8DB957;
}
.TagClassName
{
border-color: #8DB957;
}
</style>