#8ED76D

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

Shades of Gossip #8ED76D

Tints of Gossip #8ED76D

Color information

#8ED76D (or 0x8ED76D) is unknown color: approx Gossip. HEX triplet: 8E, D7 and 6D. RGB value is (142,215,109). Sum of RGB (Red+Green+Blue) = 142+215+109=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED76D is #712892. Grayscale: #B5B5B5. Windows color (decimal): -7415955 or 7198606. OLE color: 7198606.

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

Color convert

RGB142215109-
CMYK0.3400.490.16
HSL101.32º56.99%63.53%-
HSV(B)101.32º49.3%84.31%-
XYZ38.2255.4623.16-
YUV181.0987.32100.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.47%
GREEN value IS 215 (84.38% from 255) = 46.14%
BLUE value IS 109 (42.97% from 255) = 23.39%
R=30.47%
G=46.14%
B=23.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422151090.3400.490.16101.3256.9963.53
Hex8ED76D2203110653940
Octal216327155420612014571100
Binary1000111011010111110110110001001100011000011001011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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