Shades of Chelsea Cucumber #8EBD50
Tints of Chelsea Cucumber #8EBD50
RGB
CMYK
RGB Variations
Color information
#8EBD50 (or 0x8EBD50) is known color: Chelsea Cucumber. HEX triplet: 8E, BD and 50. RGB value is (142,189,80). Sum of RGB (Red+Green+Blue) = 142+189+80=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBD50 is #7142AF. Grayscale: #A2A2A2. Windows color (decimal): -7422640 or 5291406. OLE color: 5291406.
HSL color Cylindrical-coordinate representation of color #8EBD50: hue angle of 85.87º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8EBD50 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 189 | 80 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.26 |
| HSL | 85.87º | 0.45% | 0.53% | - |
| HSV(B) | 85.87º | 0.58% | 0.74% | - |
| XYZ | 30.8 | 42.73 | 14.21 | - |
| YUV | 162.52 | 81.43 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 80 | 0.25 | 0 | 0.58 | 0.26 | 85.87 | 0.45 | 0.53 |
| Hex | 8E | BD | 50 | 19 | 0 | 3A | 1A | 56 | 2D | 35 |
| Octal | 216 | 275 | 120 | 31 | 0 | 72 | 32 | 126 | 55 | 65 |
| Binary | 10001110 | 10111101 | 1010000 | 11001 | 0 | 111010 | 11010 | 1010110 | 101101 | 110101 |
Color Harmonies of #8EBD50
Complementary color
Monochromatic Colors of #8EBD50
Black with #8EBD50
Text Example
Text Example
White with #8EBD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBD50; }
p { color: rgb(142,189,80); }
H1.HeaderClassName
{
color: #8EBD50;
}
.AnyTagClassName
{
color: #8EBD50;
}
</style>
background-color css
<style>
a { background-color: #8EBD50; }
a { background-color: rgb(142,189,80); }
div.DivClassName
{
background-color: #8EBD50;
}
.BgClassName
{
background-color: #8EBD50;
}
</style>
border-color css
<style>
span { border-color: #8EBD50; }
span { border-color: rgb(142,189,80); }
td.TdClassName
{
border-color: #8EBD50;
}
.TagClassName
{
border-color: #8EBD50;
}
</style>