#9DC781

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

Shades of Gossip #9DC781

Tints of Gossip #9DC781

Color information

#9DC781 (or 0x9DC781) is unknown color: approx Gossip. HEX triplet: 9D, C7 and 81. RGB value is (157,199,129). Sum of RGB (Red+Green+Blue) = 157+199+129=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 199 - color contains mainly: green. Hex color #9DC781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC781 is #62387E. Grayscale: #B2B2B2. Windows color (decimal): -6436991 or 8505245. OLE color: 8505245.

HSL color Cylindrical-coordinate representation of color #9DC781: hue angle of 96º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DC781 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB157199129-
CMYK0.2100.350.22
HSL96º38.46%64.31%-
HSV(B)96º35.18%78.04%-
XYZ38.2949.628.32-
YUV178.46100.09112.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.37%
GREEN value IS 199 (78.12% from 255) = 41.03%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=32.37%
G=41.03%
B=26.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1571991290.2100.350.229638.4664.31
Hex9DC7811502316602640
Octal235307201250432614046100
Binary1001110111000111100000011010101000111011011000001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,199,129); }

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

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

 a { background-color: rgb(157,199,129); }

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

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

 span { border-color: rgb(157,199,129); }

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