#97D966

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

Shades of Gossip #97D966

Tints of Gossip #97D966

Color information

#97D966 (or 0x97D966) is unknown color: approx Gossip. HEX triplet: 97, D9 and 66. RGB value is (151,217,102). Sum of RGB (Red+Green+Blue) = 151+217+102=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #97D966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D966 is #682699. Grayscale: #B8B8B8. Windows color (decimal): -6825626 or 6740375. OLE color: 6740375.

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

Color convert

RGB151217102-
CMYK0.3000.530.15
HSL94.43º60.21%62.55%-
HSV(B)94.43º53%85.1%-
XYZ39.9757.1621.5-
YUV184.1681.63104.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.13%
GREEN value IS 217 (85.16% from 255) = 46.17%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=32.13%
G=46.17%
B=21.70%

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
Decimal1512171020.3000.530.1594.4360.2162.55
Hex97D9661E035F5e3c3f
Octal22733114636065171367477
Binary1001011111011001110011011110011010111111011110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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