#8EDC7D

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

Shades of Gossip #8EDC7D

Tints of Gossip #8EDC7D

Color information

#8EDC7D (or 0x8EDC7D) is unknown color: approx Gossip. HEX triplet: 8E, DC and 7D. RGB value is (142,220,125). Sum of RGB (Red+Green+Blue) = 142+220+125=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDC7D is #712382. Grayscale: #BABABA. Windows color (decimal): -7414659 or 8248462. OLE color: 8248462.

HSL color Cylindrical-coordinate representation of color #8EDC7D: hue angle of 109.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EDC7D is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB142220125-
CMYK0.3500.430.14
HSL109.26º57.58%67.65%-
HSV(B)109.26º43.18%86.27%-
XYZ40.4558.4228.55-
YUV185.8593.6696.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 220 (86.33% from 255) = 45.17%
BLUE value IS 125 (49.22% from 255) = 25.67%
R=29.16%
G=45.17%
B=25.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422201250.3500.430.14109.2657.5867.65
Hex8EDC7D2302BE6d3a44
Octal216334175430531615572104
Binary100011101101110011111011000110101011111011011011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,220,125); }

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

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

 a { background-color: rgb(142,220,125); }

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

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

 span { border-color: rgb(142,220,125); }

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