Shades of Chelsea Cucumber #8CBE4D
Tints of Chelsea Cucumber #8CBE4D
RGB
CMYK
RGB Variations
Color information
#8CBE4D (or 0x8CBE4D) is known color: Chelsea Cucumber. HEX triplet: 8C, BE and 4D. RGB value is (140,190,77). Sum of RGB (Red+Green+Blue) = 140+190+77=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBE4D is #7341B2. Grayscale: #A2A2A2. Windows color (decimal): -7553459 or 5095052. OLE color: 5095052.
HSL color Cylindrical-coordinate representation of color #8CBE4D: hue angle of 86.55º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8CBE4D is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 77 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.25 |
| HSL | 86.55º | 0.47% | 0.52% | - |
| HSV(B) | 86.55º | 0.59% | 0.75% | - |
| XYZ | 30.57 | 42.94 | 13.7 | - |
| YUV | 162.17 | 79.94 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 77 | 0.26 | 0 | 0.59 | 0.25 | 86.55 | 0.47 | 0.52 |
| Hex | 8C | BE | 4D | 1A | 0 | 3B | 19 | 57 | 2F | 34 |
| Octal | 214 | 276 | 115 | 32 | 0 | 73 | 31 | 127 | 57 | 64 |
| Binary | 10001100 | 10111110 | 1001101 | 11010 | 0 | 111011 | 11001 | 1010111 | 101111 | 110100 |
Color Harmonies of #8CBE4D
Complementary color
Monochromatic Colors of #8CBE4D
Black with #8CBE4D
Text Example
Text Example
White with #8CBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBE4D; }
p { color: rgb(140,190,77); }
H1.HeaderClassName
{
color: #8CBE4D;
}
.AnyTagClassName
{
color: #8CBE4D;
}
</style>
background-color css
<style>
a { background-color: #8CBE4D; }
a { background-color: rgb(140,190,77); }
div.DivClassName
{
background-color: #8CBE4D;
}
.BgClassName
{
background-color: #8CBE4D;
}
</style>
border-color css
<style>
span { border-color: #8CBE4D; }
span { border-color: rgb(140,190,77); }
td.TdClassName
{
border-color: #8CBE4D;
}
.TagClassName
{
border-color: #8CBE4D;
}
</style>