Shades of Chelsea Cucumber #8DB05E
Tints of Chelsea Cucumber #8DB05E
RGB
CMYK
RGB Variations
Color information
#8DB05E (or 0x8DB05E) is known color: Chelsea Cucumber. HEX triplet: 8D, B0 and 5E. RGB value is (141,176,94). Sum of RGB (Red+Green+Blue) = 141+176+94=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB05E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB05E is #724FA1. Grayscale: #9C9C9C. Windows color (decimal): -7491490 or 6205581. OLE color: 6205581.
HSL color Cylindrical-coordinate representation of color #8DB05E: hue angle of 85.61º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DB05E is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 94 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.31 |
| HSL | 85.61º | 0.34% | 0.53% | - |
| HSV(B) | 85.61º | 0.47% | 0.69% | - |
| XYZ | 28.53 | 37.52 | 16.33 | - |
| YUV | 156.19 | 92.9 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 94 | 0.20 | 0 | 0.47 | 0.31 | 85.61 | 0.34 | 0.53 |
| Hex | 8D | B0 | 5E | 14 | 0 | 2F | 1F | 56 | 22 | 35 |
| Octal | 215 | 260 | 136 | 24 | 0 | 57 | 37 | 126 | 42 | 65 |
| Binary | 10001101 | 10110000 | 1011110 | 10100 | 0 | 101111 | 11111 | 1010110 | 100010 | 110101 |
Color Harmonies of #8DB05E
Complementary color
Monochromatic Colors of #8DB05E
Black with #8DB05E
Text Example
Text Example
White with #8DB05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB05E; }
p { color: rgb(141,176,94); }
H1.HeaderClassName
{
color: #8DB05E;
}
.AnyTagClassName
{
color: #8DB05E;
}
</style>
background-color css
<style>
a { background-color: #8DB05E; }
a { background-color: rgb(141,176,94); }
div.DivClassName
{
background-color: #8DB05E;
}
.BgClassName
{
background-color: #8DB05E;
}
</style>
border-color css
<style>
span { border-color: #8DB05E; }
span { border-color: rgb(141,176,94); }
td.TdClassName
{
border-color: #8DB05E;
}
.TagClassName
{
border-color: #8DB05E;
}
</style>