#8DC576

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

Shades of Gossip #8DC576

Tints of Gossip #8DC576

Color information

#8DC576 (or 0x8DC576) is unknown color: approx Gossip. HEX triplet: 8D, C5 and 76. RGB value is (141,197,118). Sum of RGB (Red+Green+Blue) = 141+197+118=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC576 is #723A89. Grayscale: #ABABAB. Windows color (decimal): -7486090 or 7783821. OLE color: 7783821.

HSL color Cylindrical-coordinate representation of color #8DC576: hue angle of 102.53º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DC576 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB141197118-
CMYK0.2800.400.23
HSL102.53º40.51%61.76%-
HSV(B)102.53º40.1%77.25%-
XYZ34.2246.924.39-
YUV171.2597.95106.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.92%
GREEN value IS 197 (77.34% from 255) = 43.20%
BLUE value IS 118 (46.48% from 255) = 25.88%
R=30.92%
G=43.20%
B=25.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1411971180.2800.400.23102.5340.5161.76
Hex8DC5761C0281767293e
Octal21530516634050271475176
Binary10001101110001011110110111000101000101111100111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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