#8EBD4D

Color #8EBD4D Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8EBD4D

Tints of Chelsea Cucumber #8EBD4D

Color information

#8EBD4D (or 0x8EBD4D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, BD and 4D. RGB value is (142,189,77). Sum of RGB (Red+Green+Blue) = 142+189+77=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBD4D is #7142B2. Grayscale: #A2A2A2. Windows color (decimal): -7422643 or 5094798. OLE color: 5094798.

HSL color Cylindrical-coordinate representation of color #8EBD4D: hue angle of 85.18º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8EBD4D is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB14218977-
CMYK0.2500.590.26
HSL85.18º45.9%52.16%-
HSV(B)85.18º59.26%74.12%-
XYZ30.6942.6813.64-
YUV162.1879.93113.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 34.80%
GREEN value IS 189 (74.22% from 255) = 46.32%
BLUE value IS 77 (30.47% from 255) = 18.87%
R=34.80%
G=46.32%
B=18.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142189770.2500.590.2685.1845.952.16
Hex8EBD4D1903B1A552e34
Octal21627511531073321255664
Binary10001110101111011001101110010111011110101010101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EBD4D; }

 p { color: rgb(142,189,77); }

 H1.HeaderClassName
 {
   color: #8EBD4D;
 }
 .AnyTagClassName
 {
   color: #8EBD4D;
 }
</style>
background-color css

<style>
 a { background-color: #8EBD4D; }

 a { background-color: rgb(142,189,77); }

 div.DivClassName
 {
   background-color: #8EBD4D;
 }
 .BgClassName
 {
   background-color: #8EBD4D;
 }
</style>
border-color css

<style>
 span { border-color: #8EBD4D; }

 span { border-color: rgb(142,189,77); }

 td.TdClassName
 {
   border-color: #8EBD4D;
 }
 .TagClassName
 {
   border-color: #8EBD4D;
 }
</style>