#8DC379

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

Shades of Gossip #8DC379

Tints of Gossip #8DC379

Color information

#8DC379 (or 0x8DC379) is unknown color: approx Gossip. HEX triplet: 8D, C3 and 79. RGB value is (141,195,121). Sum of RGB (Red+Green+Blue) = 141+195+121=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC379 is #723C86. Grayscale: #AAAAAA. Windows color (decimal): -7486599 or 7979917. OLE color: 7979917.

HSL color Cylindrical-coordinate representation of color #8DC379: hue angle of 103.78º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DC379 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB141195121-
CMYK0.2800.380.24
HSL103.78º38.14%61.96%-
HSV(B)103.78º37.95%76.47%-
XYZ33.9546.0725.19-
YUV170.42100.11107.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.85%
GREEN value IS 195 (76.56% from 255) = 42.67%
BLUE value IS 121 (47.66% from 255) = 26.48%
R=30.85%
G=42.67%
B=26.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411951210.2800.380.24103.7838.1461.96
Hex8DC3791C0261868263e
Octal21530317134046301504676
Binary10001101110000111111001111000100110110001101000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,195,121); }

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

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

 a { background-color: rgb(141,195,121); }

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

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

 span { border-color: rgb(141,195,121); }

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