#8DC87C

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

Shades of Gossip #8DC87C

Tints of Gossip #8DC87C

Color information

#8DC87C (or 0x8DC87C) is unknown color: approx Gossip. HEX triplet: 8D, C8 and 7C. RGB value is (141,200,124). Sum of RGB (Red+Green+Blue) = 141+200+124=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC87C is #723783. Grayscale: #ADADAD. Windows color (decimal): -7485316 or 8177805. OLE color: 8177805.

HSL color Cylindrical-coordinate representation of color #8DC87C: hue angle of 106.58º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DC87C is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB141200124-
CMYK0.2900.380.22
HSL106.58º40.86%63.53%-
HSV(B)106.58º38%78.43%-
XYZ35.2848.4326.56-
YUV173.799.95104.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.32%
GREEN value IS 200 (78.52% from 255) = 43.01%
BLUE value IS 124 (48.83% from 255) = 26.67%
R=30.32%
G=43.01%
B=26.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1412001240.2900.380.22106.5840.8663.53
Hex8DC87C1D026166b2940
Octal215310174350462615351100
Binary100011011100100011111001110101001101011011010111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,200,124); }

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

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

 a { background-color: rgb(141,200,124); }

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

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

 span { border-color: rgb(141,200,124); }

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