Shades of Chelsea Cucumber #8EBC4B
Tints of Chelsea Cucumber #8EBC4B
RGB
CMYK
RGB Variations
Color information
#8EBC4B (or 0x8EBC4B) is known color: Chelsea Cucumber. HEX triplet: 8E, BC and 4B. RGB value is (142,188,75). Sum of RGB (Red+Green+Blue) = 142+188+75=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBC4B is #7143B4. Grayscale: #A1A1A1. Windows color (decimal): -7422901 or 4963470. OLE color: 4963470.
HSL color Cylindrical-coordinate representation of color #8EBC4B: hue angle of 84.42º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8EBC4B is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 188 | 75 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.26 |
| HSL | 84.42º | 0.46% | 0.52% | - |
| HSV(B) | 84.42º | 0.6% | 0.74% | - |
| XYZ | 30.41 | 42.23 | 13.2 | - |
| YUV | 161.36 | 79.26 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 188 | 75 | 0.24 | 0 | 0.60 | 0.26 | 84.42 | 0.46 | 0.52 |
| Hex | 8E | BC | 4B | 18 | 0 | 3C | 1A | 54 | 2E | 34 |
| Octal | 216 | 274 | 113 | 30 | 0 | 74 | 32 | 124 | 56 | 64 |
| Binary | 10001110 | 10111100 | 1001011 | 11000 | 0 | 111100 | 11010 | 1010100 | 101110 | 110100 |
Color Harmonies of #8EBC4B
Complementary color
Monochromatic Colors of #8EBC4B
Black with #8EBC4B
Text Example
Text Example
White with #8EBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBC4B; }
p { color: rgb(142,188,75); }
H1.HeaderClassName
{
color: #8EBC4B;
}
.AnyTagClassName
{
color: #8EBC4B;
}
</style>
background-color css
<style>
a { background-color: #8EBC4B; }
a { background-color: rgb(142,188,75); }
div.DivClassName
{
background-color: #8EBC4B;
}
.BgClassName
{
background-color: #8EBC4B;
}
</style>
border-color css
<style>
span { border-color: #8EBC4B; }
span { border-color: rgb(142,188,75); }
td.TdClassName
{
border-color: #8EBC4B;
}
.TagClassName
{
border-color: #8EBC4B;
}
</style>