Shades of Chelsea Cucumber #8DAB55
Tints of Chelsea Cucumber #8DAB55
RGB
CMYK
RGB Variations
Color information
#8DAB55 (or 0x8DAB55) is known color: Chelsea Cucumber. HEX triplet: 8D, AB and 55. RGB value is (141,171,85). Sum of RGB (Red+Green+Blue) = 141+171+85=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAB55 is #7254AA. Grayscale: #989898. Windows color (decimal): -7492779 or 5614477. OLE color: 5614477.
HSL color Cylindrical-coordinate representation of color #8DAB55: hue angle of 80.93º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DAB55 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 171 | 85 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.33 |
| HSL | 80.93º | 0.34% | 0.5% | - |
| HSV(B) | 80.93º | 0.5% | 0.67% | - |
| XYZ | 27.19 | 35.44 | 14 | - |
| YUV | 152.23 | 90.06 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 85 | 0.18 | 0 | 0.50 | 0.33 | 80.93 | 0.34 | 0.5 |
| Hex | 8D | AB | 55 | 12 | 0 | 32 | 21 | 51 | 22 | 32 |
| Octal | 215 | 253 | 125 | 22 | 0 | 62 | 41 | 121 | 42 | 62 |
| Binary | 10001101 | 10101011 | 1010101 | 10010 | 0 | 110010 | 100001 | 1010001 | 100010 | 110010 |
Color Harmonies of #8DAB55
Complementary color
Monochromatic Colors of #8DAB55
Black with #8DAB55
Text Example
Text Example
White with #8DAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAB55; }
p { color: rgb(141,171,85); }
H1.HeaderClassName
{
color: #8DAB55;
}
.AnyTagClassName
{
color: #8DAB55;
}
</style>
background-color css
<style>
a { background-color: #8DAB55; }
a { background-color: rgb(141,171,85); }
div.DivClassName
{
background-color: #8DAB55;
}
.BgClassName
{
background-color: #8DAB55;
}
</style>
border-color css
<style>
span { border-color: #8DAB55; }
span { border-color: rgb(141,171,85); }
td.TdClassName
{
border-color: #8DAB55;
}
.TagClassName
{
border-color: #8DAB55;
}
</style>