#8EDB80

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

Shades of Gossip #8EDB80

Tints of Gossip #8EDB80

Color information

#8EDB80 (or 0x8EDB80) is unknown color: approx Gossip. HEX triplet: 8E, DB and 80. RGB value is (142,219,128). Sum of RGB (Red+Green+Blue) = 142+219+128=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDB80 is #71247F. Grayscale: #B9B9B9. Windows color (decimal): -7414912 or 8444814. OLE color: 8444814.

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

Color convert

RGB142219128-
CMYK0.3500.420.14
HSL110.77º55.83%68.04%-
HSV(B)110.77º41.55%85.88%-
XYZ40.3857.9729.48-
YUV185.695.4996.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 219 (85.94% from 255) = 44.79%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=29.04%
G=44.79%
B=26.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422191280.3500.420.14110.7755.8368.04
Hex8EDB802302AE6f3844
Octal216333200430521615770104
Binary1000111011011011100000001000110101010111011011111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,219,128); }

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

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

 a { background-color: rgb(142,219,128); }

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

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

 span { border-color: rgb(142,219,128); }

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