#9DD379

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

Shades of Gossip #9DD379

Tints of Gossip #9DD379

Color information

#9DD379 (or 0x9DD379) is unknown color: approx Gossip. HEX triplet: 9D, D3 and 79. RGB value is (157,211,121). Sum of RGB (Red+Green+Blue) = 157+211+121=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD379 is #622C86. Grayscale: #B8B8B8. Windows color (decimal): -6433927 or 7984029. OLE color: 7984029.

HSL color Cylindrical-coordinate representation of color #9DD379: hue angle of 96º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DD379 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB157211121-
CMYK0.2600.430.17
HSL96º50.56%65.1%-
HSV(B)96º42.65%82.75%-
XYZ40.6555.1426.59-
YUV184.5992.11108.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.11%
GREEN value IS 211 (82.81% from 255) = 43.15%
BLUE value IS 121 (47.66% from 255) = 24.74%
R=32.11%
G=43.15%
B=24.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572111210.2600.430.179650.5665.1
Hex9DD3791A02B11603341
Octal235323171320532114063101
Binary100111011101001111110011101001010111000111000001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DD379; }

 p { color: rgb(157,211,121); }

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

<style>
 a { background-color: #9DD379; }

 a { background-color: rgb(157,211,121); }

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

<style>
 span { border-color: #9DD379; }

 span { border-color: rgb(157,211,121); }

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