#97D569

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

Shades of Gossip #97D569

Tints of Gossip #97D569

Color information

#97D569 (or 0x97D569) is unknown color: approx Gossip. HEX triplet: 97, D5 and 69. RGB value is (151,213,105). Sum of RGB (Red+Green+Blue) = 151+213+105=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #97D569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D569 is #682A96. Grayscale: #B6B6B6. Windows color (decimal): -6826647 or 6935959. OLE color: 6935959.

HSL color Cylindrical-coordinate representation of color #97D569: hue angle of 94.44º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97D569 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB151213105-
CMYK0.2900.510.16
HSL94.44º56.25%62.35%-
HSV(B)94.44º50.7%83.53%-
XYZ39.1155.1921.96-
YUV182.1584.46105.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.20%
GREEN value IS 213 (83.59% from 255) = 45.42%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=32.20%
G=45.42%
B=22.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1512131050.2900.510.1694.4456.2562.35
Hex97D5691D033105e383e
Octal22732515135063201367076
Binary10010111110101011101001111010110011100001011110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,213,105); }

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

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

 a { background-color: rgb(151,213,105); }

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

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

 span { border-color: rgb(151,213,105); }

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