Shades of Chelsea Cucumber #8DB35D
Tints of Chelsea Cucumber #8DB35D
RGB
CMYK
RGB Variations
Color information
#8DB35D (or 0x8DB35D) is known color: Chelsea Cucumber. HEX triplet: 8D, B3 and 5D. RGB value is (141,179,93). Sum of RGB (Red+Green+Blue) = 141+179+93=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB35D is #724CA2. Grayscale: #9E9E9E. Windows color (decimal): -7490723 or 6140813. OLE color: 6140813.
HSL color Cylindrical-coordinate representation of color #8DB35D: hue angle of 86.51º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DB35D is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 93 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.30 |
| HSL | 86.51º | 0.36% | 0.53% | - |
| HSV(B) | 86.51º | 0.48% | 0.7% | - |
| XYZ | 29.08 | 38.69 | 16.29 | - |
| YUV | 157.83 | 91.41 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 93 | 0.21 | 0 | 0.48 | 0.30 | 86.51 | 0.36 | 0.53 |
| Hex | 8D | B3 | 5D | 15 | 0 | 30 | 1E | 57 | 24 | 35 |
| Octal | 215 | 263 | 135 | 25 | 0 | 60 | 36 | 127 | 44 | 65 |
| Binary | 10001101 | 10110011 | 1011101 | 10101 | 0 | 110000 | 11110 | 1010111 | 100100 | 110101 |
Color Harmonies of #8DB35D
Complementary color
Monochromatic Colors of #8DB35D
Black with #8DB35D
Text Example
Text Example
White with #8DB35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB35D; }
p { color: rgb(141,179,93); }
H1.HeaderClassName
{
color: #8DB35D;
}
.AnyTagClassName
{
color: #8DB35D;
}
</style>
background-color css
<style>
a { background-color: #8DB35D; }
a { background-color: rgb(141,179,93); }
div.DivClassName
{
background-color: #8DB35D;
}
.BgClassName
{
background-color: #8DB35D;
}
</style>
border-color css
<style>
span { border-color: #8DB35D; }
span { border-color: rgb(141,179,93); }
td.TdClassName
{
border-color: #8DB35D;
}
.TagClassName
{
border-color: #8DB35D;
}
</style>