Shades of Chelsea Cucumber #8DAD57
Tints of Chelsea Cucumber #8DAD57
RGB
CMYK
RGB Variations
Color information
#8DAD57 (or 0x8DAD57) is known color: Chelsea Cucumber. HEX triplet: 8D, AD and 57. RGB value is (141,173,87). Sum of RGB (Red+Green+Blue) = 141+173+87=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAD57 is #7252A8. Grayscale: #999999. Windows color (decimal): -7492265 or 5746061. OLE color: 5746061.
HSL color Cylindrical-coordinate representation of color #8DAD57: hue angle of 82.33º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DAD57 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 173 | 87 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.32 |
| HSL | 82.33º | 0.34% | 0.51% | - |
| HSV(B) | 82.33º | 0.5% | 0.68% | - |
| XYZ | 27.65 | 36.24 | 14.55 | - |
| YUV | 153.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 87 | 0.18 | 0 | 0.50 | 0.32 | 82.33 | 0.34 | 0.51 |
| Hex | 8D | AD | 57 | 12 | 0 | 32 | 20 | 52 | 22 | 33 |
| Octal | 215 | 255 | 127 | 22 | 0 | 62 | 40 | 122 | 42 | 63 |
| Binary | 10001101 | 10101101 | 1010111 | 10010 | 0 | 110010 | 100000 | 1010010 | 100010 | 110011 |
Color Harmonies of #8DAD57
Complementary color
Monochromatic Colors of #8DAD57
Black with #8DAD57
Text Example
Text Example
White with #8DAD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAD57; }
p { color: rgb(141,173,87); }
H1.HeaderClassName
{
color: #8DAD57;
}
.AnyTagClassName
{
color: #8DAD57;
}
</style>
background-color css
<style>
a { background-color: #8DAD57; }
a { background-color: rgb(141,173,87); }
div.DivClassName
{
background-color: #8DAD57;
}
.BgClassName
{
background-color: #8DAD57;
}
</style>
border-color css
<style>
span { border-color: #8DAD57; }
span { border-color: rgb(141,173,87); }
td.TdClassName
{
border-color: #8DAD57;
}
.TagClassName
{
border-color: #8DAD57;
}
</style>