#8DC57C

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

Shades of Gossip #8DC57C

Tints of Gossip #8DC57C

Color information

#8DC57C (or 0x8DC57C) is unknown color: approx Gossip. HEX triplet: 8D, C5 and 7C. RGB value is (141,197,124). Sum of RGB (Red+Green+Blue) = 141+197+124=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC57C is #723A83. Grayscale: #ACACAC. Windows color (decimal): -7486084 or 8177037. OLE color: 8177037.

HSL color Cylindrical-coordinate representation of color #8DC57C: hue angle of 106.03º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DC57C is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB141197124-
CMYK0.2800.370.23
HSL106.03º38.62%62.94%-
HSV(B)106.03º37.06%77.25%-
XYZ34.5947.0526.33-
YUV171.93100.95105.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.52%
GREEN value IS 197 (77.34% from 255) = 42.64%
BLUE value IS 124 (48.83% from 255) = 26.84%
R=30.52%
G=42.64%
B=26.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1411971240.2800.370.23106.0338.6262.94
Hex8DC57C1C025176a273f
Octal21530517434045271524777
Binary10001101110001011111100111000100101101111101010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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