#8DD676

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

Shades of Gossip #8DD676

Tints of Gossip #8DD676

Color information

#8DD676 (or 0x8DD676) is unknown color: approx Gossip. HEX triplet: 8D, D6 and 76. RGB value is (141,214,118). Sum of RGB (Red+Green+Blue) = 141+214+118=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD676 is #722989. Grayscale: #B5B5B5. Windows color (decimal): -7481738 or 7788173. OLE color: 7788173.

HSL color Cylindrical-coordinate representation of color #8DD676: hue angle of 105.62º degrees, saturation: 0.54, 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 #8DD676 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB141214118-
CMYK0.3400.450.16
HSL105.62º53.93%65.1%-
HSV(B)105.62º44.86%83.92%-
XYZ38.355.0625.75-
YUV181.2392.3299.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.81%
GREEN value IS 214 (83.98% from 255) = 45.24%
BLUE value IS 118 (46.48% from 255) = 24.95%
R=29.81%
G=45.24%
B=24.95%

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
Decimal1412141180.3400.450.16105.6253.9365.1
Hex8DD6762202D106a3641
Octal215326166420552015266101
Binary1000110111010110111011010001001011011000011010101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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