#8ED776

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

Shades of Gossip #8ED776

Tints of Gossip #8ED776

Color information

#8ED776 (or 0x8ED776) is unknown color: approx Gossip. HEX triplet: 8E, D7 and 76. RGB value is (142,215,118). Sum of RGB (Red+Green+Blue) = 142+215+118=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED776 is #712889. Grayscale: #B6B6B6. Windows color (decimal): -7415946 or 7788430. OLE color: 7788430.

HSL color Cylindrical-coordinate representation of color #8ED776: hue angle of 105.15º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ED776 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB142215118-
CMYK0.3400.450.16
HSL105.15º54.8%65.29%-
HSV(B)105.15º45.12%84.31%-
XYZ38.7355.6625.84-
YUV182.1291.8299.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.89%
GREEN value IS 215 (84.38% from 255) = 45.26%
BLUE value IS 118 (46.48% from 255) = 24.84%
R=29.89%
G=45.26%
B=24.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422151180.3400.450.16105.1554.865.29
Hex8ED7762202D10693741
Octal216327166420552015167101
Binary1000111011010111111011010001001011011000011010011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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