Shades of Chelsea Cucumber #8DAE5B
Tints of Chelsea Cucumber #8DAE5B
RGB
CMYK
RGB Variations
Color information
#8DAE5B (or 0x8DAE5B) is known color: Chelsea Cucumber. HEX triplet: 8D, AE and 5B. RGB value is (141,174,91). Sum of RGB (Red+Green+Blue) = 141+174+91=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAE5B is #7251A4. Grayscale: #9A9A9A. Windows color (decimal): -7492005 or 6008461. OLE color: 6008461.
HSL color Cylindrical-coordinate representation of color #8DAE5B: hue angle of 83.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DAE5B is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 91 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.32 |
| HSL | 83.86º | 0.34% | 0.52% | - |
| HSV(B) | 83.86º | 0.48% | 0.68% | - |
| XYZ | 28.01 | 36.69 | 15.5 | - |
| YUV | 154.67 | 92.07 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 91 | 0.19 | 0 | 0.48 | 0.32 | 83.86 | 0.34 | 0.52 |
| Hex | 8D | AE | 5B | 13 | 0 | 30 | 20 | 54 | 22 | 34 |
| Octal | 215 | 256 | 133 | 23 | 0 | 60 | 40 | 124 | 42 | 64 |
| Binary | 10001101 | 10101110 | 1011011 | 10011 | 0 | 110000 | 100000 | 1010100 | 100010 | 110100 |
Color Harmonies of #8DAE5B
Complementary color
Monochromatic Colors of #8DAE5B
Black with #8DAE5B
Text Example
Text Example
White with #8DAE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE5B; }
p { color: rgb(141,174,91); }
H1.HeaderClassName
{
color: #8DAE5B;
}
.AnyTagClassName
{
color: #8DAE5B;
}
</style>
background-color css
<style>
a { background-color: #8DAE5B; }
a { background-color: rgb(141,174,91); }
div.DivClassName
{
background-color: #8DAE5B;
}
.BgClassName
{
background-color: #8DAE5B;
}
</style>
border-color css
<style>
span { border-color: #8DAE5B; }
span { border-color: rgb(141,174,91); }
td.TdClassName
{
border-color: #8DAE5B;
}
.TagClassName
{
border-color: #8DAE5B;
}
</style>