#97D56D

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

Shades of Gossip #97D56D

Tints of Gossip #97D56D

Color information

#97D56D (or 0x97D56D) is unknown color: approx Gossip. HEX triplet: 97, D5 and 6D. RGB value is (151,213,109). Sum of RGB (Red+Green+Blue) = 151+213+109=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #97D56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D56D is #682A92. Grayscale: #B6B6B6. Windows color (decimal): -6826643 or 7198103. OLE color: 7198103.

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

Color convert

RGB151213109-
CMYK0.2900.490.16
HSL95.77º55.32%63.14%-
HSV(B)95.77º48.83%83.53%-
XYZ39.3255.2723.06-
YUV182.6186.46105.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.92%
GREEN value IS 213 (83.59% from 255) = 45.03%
BLUE value IS 109 (42.97% from 255) = 23.04%
R=31.92%
G=45.03%
B=23.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1512131090.2900.490.1695.7755.3263.14
Hex97D56D1D0311060373f
Octal22732515535061201406777
Binary10010111110101011101101111010110001100001100000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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