#8ED97D

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

Shades of Gossip #8ED97D

Tints of Gossip #8ED97D

Color information

#8ED97D (or 0x8ED97D) is unknown color: approx Gossip. HEX triplet: 8E, D9 and 7D. RGB value is (142,217,125). Sum of RGB (Red+Green+Blue) = 142+217+125=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED97D is #712682. Grayscale: #B8B8B8. Windows color (decimal): -7415427 or 8247694. OLE color: 8247694.

HSL color Cylindrical-coordinate representation of color #8ED97D: hue angle of 108.91º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ED97D is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB142217125-
CMYK0.3500.420.15
HSL108.91º54.76%67.06%-
HSV(B)108.91º42.4%85.1%-
XYZ39.6756.8628.29-
YUV184.0994.6597.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.34%
GREEN value IS 217 (85.16% from 255) = 44.83%
BLUE value IS 125 (49.22% from 255) = 25.83%
R=29.34%
G=44.83%
B=25.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422171250.3500.420.15108.9154.7667.06
Hex8ED97D2302AF6d3743
Octal216331175430521715567103
Binary100011101101100111111011000110101010111111011011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,217,125); }

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

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

 a { background-color: rgb(142,217,125); }

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

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

 span { border-color: rgb(142,217,125); }

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