#9DD679

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

Shades of Gossip #9DD679

Tints of Gossip #9DD679

Color information

#9DD679 (or 0x9DD679) is unknown color: approx Gossip. HEX triplet: 9D, D6 and 79. RGB value is (157,214,121). Sum of RGB (Red+Green+Blue) = 157+214+121=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD679 is #622986. Grayscale: #BABABA. Windows color (decimal): -6433159 or 7984797. OLE color: 7984797.

HSL color Cylindrical-coordinate representation of color #9DD679: hue angle of 96.77º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DD679 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB157214121-
CMYK0.2700.430.16
HSL96.77º53.14%65.69%-
HSV(B)96.77º43.46%83.92%-
XYZ41.456.6426.84-
YUV186.3691.12107.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 214 (83.98% from 255) = 43.50%
BLUE value IS 121 (47.66% from 255) = 24.59%
R=31.91%
G=43.50%
B=24.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572141210.2700.430.1696.7753.1465.69
Hex9DD6791B02B10613542
Octal235326171330532014165102
Binary100111011101011011110011101101010111000011000011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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