#9DCF79

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

Shades of Gossip #9DCF79

Tints of Gossip #9DCF79

Color information

#9DCF79 (or 0x9DCF79) is unknown color: approx Gossip. HEX triplet: 9D, CF and 79. RGB value is (157,207,121). Sum of RGB (Red+Green+Blue) = 157+207+121=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCF79 is #623086. Grayscale: #B6B6B6. Windows color (decimal): -6434951 or 7983005. OLE color: 7983005.

HSL color Cylindrical-coordinate representation of color #9DCF79: hue angle of 94.88º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DCF79 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB157207121-
CMYK0.2400.420.19
HSL94.88º47.25%64.31%-
HSV(B)94.88º41.55%81.18%-
XYZ39.6753.1726.26-
YUV182.2593.44109.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.37%
GREEN value IS 207 (81.25% from 255) = 42.68%
BLUE value IS 121 (47.66% from 255) = 24.95%
R=32.37%
G=42.68%
B=24.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572071210.2400.420.1994.8847.2564.31
Hex9DCF791802A135f2f40
Octal235317171300522313757100
Binary100111011100111111110011100001010101001110111111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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