#8DD87A

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

Shades of Gossip #8DD87A

Tints of Gossip #8DD87A

Color information

#8DD87A (or 0x8DD87A) is unknown color: approx Gossip. HEX triplet: 8D, D8 and 7A. RGB value is (141,216,122). Sum of RGB (Red+Green+Blue) = 141+216+122=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD87A is #722785. Grayscale: #B7B7B7. Windows color (decimal): -7481222 or 8050829. OLE color: 8050829.

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

Color convert

RGB141216122-
CMYK0.3500.440.15
HSL107.87º54.65%66.27%-
HSV(B)107.87º43.52%84.71%-
XYZ39.0556.1827.2-
YUV182.8693.6598.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.44%
GREEN value IS 216 (84.77% from 255) = 45.09%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=29.44%
G=45.09%
B=25.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412161220.3500.440.15107.8754.6566.27
Hex8DD87A2302CF6c3742
Octal215330172430541715467102
Binary100011011101100011110101000110101100111111011001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,216,122); }

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

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

 a { background-color: rgb(141,216,122); }

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

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

 span { border-color: rgb(141,216,122); }

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