#97D17C

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

Shades of Gossip #97D17C

Tints of Gossip #97D17C

Color information

#97D17C (or 0x97D17C) is unknown color: approx Gossip. HEX triplet: 97, D1 and 7C. RGB value is (151,209,124). Sum of RGB (Red+Green+Blue) = 151+209+124=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #97D17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D17C is #682E83. Grayscale: #B6B6B6. Windows color (decimal): -6827652 or 8180119. OLE color: 8180119.

HSL color Cylindrical-coordinate representation of color #97D17C: hue angle of 100.94º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97D17C is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB151209124-
CMYK0.2800.410.18
HSL100.94º48.02%65.29%-
HSV(B)100.94º40.67%81.96%-
XYZ39.253.6427.36-
YUV181.9795.28105.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.20%
GREEN value IS 209 (82.03% from 255) = 43.18%
BLUE value IS 124 (48.83% from 255) = 25.62%
R=31.20%
G=43.18%
B=25.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1512091240.2800.410.18100.9448.0265.29
Hex97D17C1C02912653041
Octal227321174340512214560101
Binary100101111101000111111001110001010011001011001011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97D17C; }

 p { color: rgb(151,209,124); }

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

<style>
 a { background-color: #97D17C; }

 a { background-color: rgb(151,209,124); }

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

<style>
 span { border-color: #97D17C; }

 span { border-color: rgb(151,209,124); }

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