Shades of Chelsea Cucumber #8DA75E
Tints of Chelsea Cucumber #8DA75E
RGB
CMYK
RGB Variations
Color information
#8DA75E (or 0x8DA75E) is known color: Chelsea Cucumber. HEX triplet: 8D, A7 and 5E. RGB value is (141,167,94). Sum of RGB (Red+Green+Blue) = 141+167+94=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 167 - color contains mainly: green. Hex color #8DA75E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA75E is #7258A1. Grayscale: #979797. Windows color (decimal): -7493794 or 6203277. OLE color: 6203277.
HSL color Cylindrical-coordinate representation of color #8DA75E: hue angle of 81.37º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DA75E is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 167 | 94 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.35 |
| HSL | 81.37º | 0.29% | 0.51% | - |
| HSV(B) | 81.37º | 0.44% | 0.65% | - |
| XYZ | 26.82 | 34.11 | 15.76 | - |
| YUV | 150.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 167 | 94 | 0.16 | 0 | 0.44 | 0.35 | 81.37 | 0.29 | 0.51 |
| Hex | 8D | A7 | 5E | 10 | 0 | 2C | 23 | 51 | 1D | 33 |
| Octal | 215 | 247 | 136 | 20 | 0 | 54 | 43 | 121 | 35 | 63 |
| Binary | 10001101 | 10100111 | 1011110 | 10000 | 0 | 101100 | 100011 | 1010001 | 11101 | 110011 |
Color Harmonies of #8DA75E
Complementary color
Monochromatic Colors of #8DA75E
Black with #8DA75E
Text Example
Text Example
White with #8DA75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA75E; }
p { color: rgb(141,167,94); }
H1.HeaderClassName
{
color: #8DA75E;
}
.AnyTagClassName
{
color: #8DA75E;
}
</style>
background-color css
<style>
a { background-color: #8DA75E; }
a { background-color: rgb(141,167,94); }
div.DivClassName
{
background-color: #8DA75E;
}
.BgClassName
{
background-color: #8DA75E;
}
</style>
border-color css
<style>
span { border-color: #8DA75E; }
span { border-color: rgb(141,167,94); }
td.TdClassName
{
border-color: #8DA75E;
}
.TagClassName
{
border-color: #8DA75E;
}
</style>