Shades of Chelsea Cucumber #8EBD57
Tints of Chelsea Cucumber #8EBD57
RGB
CMYK
RGB Variations
Color information
#8EBD57 (or 0x8EBD57) is known color: Chelsea Cucumber. HEX triplet: 8E, BD and 57. RGB value is (142,189,87). Sum of RGB (Red+Green+Blue) = 142+189+87=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBD57 is #7142A8. Grayscale: #A3A3A3. Windows color (decimal): -7422633 or 5750158. OLE color: 5750158.
HSL color Cylindrical-coordinate representation of color #8EBD57: hue angle of 87.65º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8EBD57 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 189 | 87 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.26 |
| HSL | 87.65º | 0.44% | 0.54% | - |
| HSV(B) | 87.65º | 0.54% | 0.74% | - |
| XYZ | 31.07 | 42.83 | 15.65 | - |
| YUV | 163.32 | 84.93 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 87 | 0.25 | 0 | 0.54 | 0.26 | 87.65 | 0.44 | 0.54 |
| Hex | 8E | BD | 57 | 19 | 0 | 36 | 1A | 58 | 2C | 36 |
| Octal | 216 | 275 | 127 | 31 | 0 | 66 | 32 | 130 | 54 | 66 |
| Binary | 10001110 | 10111101 | 1010111 | 11001 | 0 | 110110 | 11010 | 1011000 | 101100 | 110110 |
Color Harmonies of #8EBD57
Complementary color
Monochromatic Colors of #8EBD57
Black with #8EBD57
Text Example
Text Example
White with #8EBD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBD57; }
p { color: rgb(142,189,87); }
H1.HeaderClassName
{
color: #8EBD57;
}
.AnyTagClassName
{
color: #8EBD57;
}
</style>
background-color css
<style>
a { background-color: #8EBD57; }
a { background-color: rgb(142,189,87); }
div.DivClassName
{
background-color: #8EBD57;
}
.BgClassName
{
background-color: #8EBD57;
}
</style>
border-color css
<style>
span { border-color: #8EBD57; }
span { border-color: rgb(142,189,87); }
td.TdClassName
{
border-color: #8EBD57;
}
.TagClassName
{
border-color: #8EBD57;
}
</style>