Shades of Chelsea Cucumber #8EB465
Tints of Chelsea Cucumber #8EB465
RGB
CMYK
RGB Variations
Color information
#8EB465 (or 0x8EB465) is known color: Chelsea Cucumber. HEX triplet: 8E, B4 and 65. RGB value is (142,180,101). Sum of RGB (Red+Green+Blue) = 142+180+101=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB465 is #714B9A. Grayscale: #9F9F9F. Windows color (decimal): -7424923 or 6665358. OLE color: 6665358.
HSL color Cylindrical-coordinate representation of color #8EB465: hue angle of 88.86º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EB465 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 180 | 101 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.29 |
| HSL | 88.86º | 0.34% | 0.55% | - |
| HSV(B) | 88.86º | 0.44% | 0.71% | - |
| XYZ | 29.83 | 39.33 | 18.33 | - |
| YUV | 159.63 | 94.91 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 180 | 101 | 0.21 | 0 | 0.44 | 0.29 | 88.86 | 0.34 | 0.55 |
| Hex | 8E | B4 | 65 | 15 | 0 | 2C | 1D | 59 | 22 | 37 |
| Octal | 216 | 264 | 145 | 25 | 0 | 54 | 35 | 131 | 42 | 67 |
| Binary | 10001110 | 10110100 | 1100101 | 10101 | 0 | 101100 | 11101 | 1011001 | 100010 | 110111 |
Color Harmonies of #8EB465
Complementary color
Monochromatic Colors of #8EB465
Black with #8EB465
Text Example
Text Example
White with #8EB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB465; }
p { color: rgb(142,180,101); }
H1.HeaderClassName
{
color: #8EB465;
}
.AnyTagClassName
{
color: #8EB465;
}
</style>
background-color css
<style>
a { background-color: #8EB465; }
a { background-color: rgb(142,180,101); }
div.DivClassName
{
background-color: #8EB465;
}
.BgClassName
{
background-color: #8EB465;
}
</style>
border-color css
<style>
span { border-color: #8EB465; }
span { border-color: rgb(142,180,101); }
td.TdClassName
{
border-color: #8EB465;
}
.TagClassName
{
border-color: #8EB465;
}
</style>