Shades of Chelsea Cucumber #8DB65A
Tints of Chelsea Cucumber #8DB65A
RGB
CMYK
RGB Variations
Color information
#8DB65A (or 0x8DB65A) is known color: Chelsea Cucumber. HEX triplet: 8D, B6 and 5A. RGB value is (141,182,90). Sum of RGB (Red+Green+Blue) = 141+182+90=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB65A is #7249A5. Grayscale: #9F9F9F. Windows color (decimal): -7489958 or 5944973. OLE color: 5944973.
HSL color Cylindrical-coordinate representation of color #8DB65A: hue angle of 86.74º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DB65A is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 90 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.29 |
| HSL | 86.74º | 0.39% | 0.53% | - |
| HSV(B) | 86.74º | 0.51% | 0.71% | - |
| XYZ | 29.56 | 39.86 | 15.81 | - |
| YUV | 159.25 | 88.92 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 90 | 0.23 | 0 | 0.51 | 0.29 | 86.74 | 0.39 | 0.53 |
| Hex | 8D | B6 | 5A | 17 | 0 | 33 | 1D | 57 | 27 | 35 |
| Octal | 215 | 266 | 132 | 27 | 0 | 63 | 35 | 127 | 47 | 65 |
| Binary | 10001101 | 10110110 | 1011010 | 10111 | 0 | 110011 | 11101 | 1010111 | 100111 | 110101 |
Color Harmonies of #8DB65A
Complementary color
Monochromatic Colors of #8DB65A
Black with #8DB65A
Text Example
Text Example
White with #8DB65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB65A; }
p { color: rgb(141,182,90); }
H1.HeaderClassName
{
color: #8DB65A;
}
.AnyTagClassName
{
color: #8DB65A;
}
</style>
background-color css
<style>
a { background-color: #8DB65A; }
a { background-color: rgb(141,182,90); }
div.DivClassName
{
background-color: #8DB65A;
}
.BgClassName
{
background-color: #8DB65A;
}
</style>
border-color css
<style>
span { border-color: #8DB65A; }
span { border-color: rgb(141,182,90); }
td.TdClassName
{
border-color: #8DB65A;
}
.TagClassName
{
border-color: #8DB65A;
}
</style>