#97D965

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

Shades of Gossip #97D965

Tints of Gossip #97D965

Color information

#97D965 (or 0x97D965) is unknown color: approx Gossip. HEX triplet: 97, D9 and 65. RGB value is (151,217,101). Sum of RGB (Red+Green+Blue) = 151+217+101=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #97D965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D965 is #68269A. Grayscale: #B8B8B8. Windows color (decimal): -6825627 or 6674839. OLE color: 6674839.

HSL color Cylindrical-coordinate representation of color #97D965: hue angle of 94.14º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #97D965 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB151217101-
CMYK0.3000.530.15
HSL94.14º60.42%62.35%-
HSV(B)94.14º53.46%85.1%-
XYZ39.9257.1421.24-
YUV184.0481.13104.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.20%
GREEN value IS 217 (85.16% from 255) = 46.27%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=32.20%
G=46.27%
B=21.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512171010.3000.530.1594.1460.4262.35
Hex97D9651E035F5e3c3e
Octal22733114536065171367476
Binary1001011111011001110010111110011010111111011110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,217,101); }

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

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

 a { background-color: rgb(151,217,101); }

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

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

 span { border-color: rgb(151,217,101); }

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