Shades of Chelsea Cucumber #8DB65C
Tints of Chelsea Cucumber #8DB65C
RGB
CMYK
RGB Variations
Color information
#8DB65C (or 0x8DB65C) is known color: Chelsea Cucumber. HEX triplet: 8D, B6 and 5C. RGB value is (141,182,92). Sum of RGB (Red+Green+Blue) = 141+182+92=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB65C is #7249A3. Grayscale: #9F9F9F. Windows color (decimal): -7489956 or 6076045. OLE color: 6076045.
HSL color Cylindrical-coordinate representation of color #8DB65C: hue angle of 87.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DB65C is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 92 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.29 |
| HSL | 87.33º | 0.38% | 0.54% | - |
| HSV(B) | 87.33º | 0.49% | 0.71% | - |
| XYZ | 29.64 | 39.89 | 16.26 | - |
| YUV | 159.48 | 89.92 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 92 | 0.23 | 0 | 0.49 | 0.29 | 87.33 | 0.38 | 0.54 |
| Hex | 8D | B6 | 5C | 17 | 0 | 31 | 1D | 57 | 26 | 36 |
| Octal | 215 | 266 | 134 | 27 | 0 | 61 | 35 | 127 | 46 | 66 |
| Binary | 10001101 | 10110110 | 1011100 | 10111 | 0 | 110001 | 11101 | 1010111 | 100110 | 110110 |
Color Harmonies of #8DB65C
Complementary color
Monochromatic Colors of #8DB65C
Black with #8DB65C
Text Example
Text Example
White with #8DB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB65C; }
p { color: rgb(141,182,92); }
H1.HeaderClassName
{
color: #8DB65C;
}
.AnyTagClassName
{
color: #8DB65C;
}
</style>
background-color css
<style>
a { background-color: #8DB65C; }
a { background-color: rgb(141,182,92); }
div.DivClassName
{
background-color: #8DB65C;
}
.BgClassName
{
background-color: #8DB65C;
}
</style>
border-color css
<style>
span { border-color: #8DB65C; }
span { border-color: rgb(141,182,92); }
td.TdClassName
{
border-color: #8DB65C;
}
.TagClassName
{
border-color: #8DB65C;
}
</style>