Shades of Chelsea Cucumber #8DB54D
Tints of Chelsea Cucumber #8DB54D
RGB
CMYK
RGB Variations
Color information
#8DB54D (or 0x8DB54D) is known color: Chelsea Cucumber. HEX triplet: 8D, B5 and 4D. RGB value is (141,181,77). Sum of RGB (Red+Green+Blue) = 141+181+77=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB54D is #724AB2. Grayscale: #9D9D9D. Windows color (decimal): -7490227 or 5092749. OLE color: 5092749.
HSL color Cylindrical-coordinate representation of color #8DB54D: hue angle of 83.08º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DB54D is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 77 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.29 |
| HSL | 83.08º | 0.41% | 0.51% | - |
| HSV(B) | 83.08º | 0.57% | 0.71% | - |
| XYZ | 28.85 | 39.25 | 13.08 | - |
| YUV | 157.18 | 82.75 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 77 | 0.22 | 0 | 0.57 | 0.29 | 83.08 | 0.41 | 0.51 |
| Hex | 8D | B5 | 4D | 16 | 0 | 39 | 1D | 53 | 29 | 33 |
| Octal | 215 | 265 | 115 | 26 | 0 | 71 | 35 | 123 | 51 | 63 |
| Binary | 10001101 | 10110101 | 1001101 | 10110 | 0 | 111001 | 11101 | 1010011 | 101001 | 110011 |
Color Harmonies of #8DB54D
Complementary color
Monochromatic Colors of #8DB54D
Black with #8DB54D
Text Example
Text Example
White with #8DB54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB54D; }
p { color: rgb(141,181,77); }
H1.HeaderClassName
{
color: #8DB54D;
}
.AnyTagClassName
{
color: #8DB54D;
}
</style>
background-color css
<style>
a { background-color: #8DB54D; }
a { background-color: rgb(141,181,77); }
div.DivClassName
{
background-color: #8DB54D;
}
.BgClassName
{
background-color: #8DB54D;
}
</style>
border-color css
<style>
span { border-color: #8DB54D; }
span { border-color: rgb(141,181,77); }
td.TdClassName
{
border-color: #8DB54D;
}
.TagClassName
{
border-color: #8DB54D;
}
</style>