#97D57D

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

Shades of Gossip #97D57D

Tints of Gossip #97D57D

Color information

#97D57D (or 0x97D57D) is unknown color: approx Gossip. HEX triplet: 97, D5 and 7D. RGB value is (151,213,125). Sum of RGB (Red+Green+Blue) = 151+213+125=489 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.88% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #97D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D57D is #682A82. Grayscale: #B8B8B8. Windows color (decimal): -6826627 or 8246679. OLE color: 8246679.

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

Color convert

RGB151213125-
CMYK0.2900.410.16
HSL102.27º51.16%66.27%-
HSV(B)102.27º41.31%83.53%-
XYZ40.2655.6528.02-
YUV184.4394.46104.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.88%
GREEN value IS 213 (83.59% from 255) = 43.56%
BLUE value IS 125 (49.22% from 255) = 25.56%
R=30.88%
G=43.56%
B=25.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1512131250.2900.410.16102.2751.1666.27
Hex97D57D1D02910663342
Octal227325175350512014663102
Binary100101111101010111111011110101010011000011001101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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