#8ED780

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

Shades of Gossip #8ED780

Tints of Gossip #8ED780

Color information

#8ED780 (or 0x8ED780) is unknown color: approx Gossip. HEX triplet: 8E, D7 and 80. RGB value is (142,215,128). Sum of RGB (Red+Green+Blue) = 142+215+128=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED780 is #71287F. Grayscale: #B7B7B7. Windows color (decimal): -7415936 or 8443790. OLE color: 8443790.

HSL color Cylindrical-coordinate representation of color #8ED780: hue angle of 110.34º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ED780 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB142215128-
CMYK0.3400.400.16
HSL110.34º52.1%67.25%-
HSV(B)110.34º40.47%84.31%-
XYZ39.3555.9129.14-
YUV183.2696.8298.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.28%
GREEN value IS 215 (84.38% from 255) = 44.33%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=29.28%
G=44.33%
B=26.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422151280.3400.400.16110.3452.167.25
Hex8ED78022028106e3443
Octal216327200420502015664103
Binary10001110110101111000000010001001010001000011011101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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