#8ED47C

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

Shades of Gossip #8ED47C

Tints of Gossip #8ED47C

Color information

#8ED47C (or 0x8ED47C) is unknown color: approx Gossip. HEX triplet: 8E, D4 and 7C. RGB value is (142,212,124). Sum of RGB (Red+Green+Blue) = 142+212+124=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED47C is #712B83. Grayscale: #B5B5B5. Windows color (decimal): -7416708 or 8180878. OLE color: 8180878.

HSL color Cylindrical-coordinate representation of color #8ED47C: hue angle of 107.73º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ED47C is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB142212124-
CMYK0.3300.420.17
HSL107.73º50.57%65.88%-
HSV(B)107.73º41.51%83.14%-
XYZ38.3454.2927.53-
YUV181.0495.81100.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.71%
GREEN value IS 212 (83.20% from 255) = 44.35%
BLUE value IS 124 (48.83% from 255) = 25.94%
R=29.71%
G=44.35%
B=25.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1422121240.3300.420.17107.7350.5765.88
Hex8ED47C2102A116c3342
Octal216324174410522115463102
Binary1000111011010100111110010000101010101000111011001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,212,124); }

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

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

 a { background-color: rgb(142,212,124); }

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

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

 span { border-color: rgb(142,212,124); }

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