#8DD976

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

Shades of Gossip #8DD976

Tints of Gossip #8DD976

Color information

#8DD976 (or 0x8DD976) is unknown color: approx Gossip. HEX triplet: 8D, D9 and 76. RGB value is (141,217,118). Sum of RGB (Red+Green+Blue) = 141+217+118=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD976 is #722689. Grayscale: #B7B7B7. Windows color (decimal): -7480970 or 7788941. OLE color: 7788941.

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

Color convert

RGB141217118-
CMYK0.3500.460.15
HSL106.06º56.57%65.69%-
HSV(B)106.06º45.62%85.1%-
XYZ39.0756.626-
YUV182.9991.3298.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.62%
GREEN value IS 217 (85.16% from 255) = 45.59%
BLUE value IS 118 (46.48% from 255) = 24.79%
R=29.62%
G=45.59%
B=24.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412171180.3500.460.15106.0656.5765.69
Hex8DD9762302EF6a3942
Octal215331166430561715271102
Binary100011011101100111101101000110101110111111010101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,217,118); }

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

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

 a { background-color: rgb(141,217,118); }

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

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

 span { border-color: rgb(141,217,118); }

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