Shades of Chelsea Cucumber #8CB44D
Tints of Chelsea Cucumber #8CB44D
RGB
CMYK
RGB Variations
Color information
#8CB44D (or 0x8CB44D) is known color: Chelsea Cucumber. HEX triplet: 8C, B4 and 4D. RGB value is (140,180,77). Sum of RGB (Red+Green+Blue) = 140+180+77=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB44D is #734BB2. Grayscale: #9C9C9C. Windows color (decimal): -7556019 or 5092492. OLE color: 5092492.
HSL color Cylindrical-coordinate representation of color #8CB44D: hue angle of 83.3º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CB44D is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 180 | 77 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.29 |
| HSL | 83.3º | 0.41% | 0.5% | - |
| HSV(B) | 83.3º | 0.57% | 0.71% | - |
| XYZ | 28.48 | 38.75 | 13 | - |
| YUV | 156.3 | 83.25 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 180 | 77 | 0.22 | 0 | 0.57 | 0.29 | 83.3 | 0.41 | 0.5 |
| Hex | 8C | B4 | 4D | 16 | 0 | 39 | 1D | 53 | 29 | 32 |
| Octal | 214 | 264 | 115 | 26 | 0 | 71 | 35 | 123 | 51 | 62 |
| Binary | 10001100 | 10110100 | 1001101 | 10110 | 0 | 111001 | 11101 | 1010011 | 101001 | 110010 |
Color Harmonies of #8CB44D
Complementary color
Monochromatic Colors of #8CB44D
Black with #8CB44D
Text Example
Text Example
White with #8CB44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB44D; }
p { color: rgb(140,180,77); }
H1.HeaderClassName
{
color: #8CB44D;
}
.AnyTagClassName
{
color: #8CB44D;
}
</style>
background-color css
<style>
a { background-color: #8CB44D; }
a { background-color: rgb(140,180,77); }
div.DivClassName
{
background-color: #8CB44D;
}
.BgClassName
{
background-color: #8CB44D;
}
</style>
border-color css
<style>
span { border-color: #8CB44D; }
span { border-color: rgb(140,180,77); }
td.TdClassName
{
border-color: #8CB44D;
}
.TagClassName
{
border-color: #8CB44D;
}
</style>