#97D97D

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

Shades of Gossip #97D97D

Tints of Gossip #97D97D

Color information

#97D97D (or 0x97D97D) is unknown color: approx Gossip. HEX triplet: 97, D9 and 7D. RGB value is (151,217,125). Sum of RGB (Red+Green+Blue) = 151+217+125=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #97D97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D97D is #682682. Grayscale: #BBBBBB. Windows color (decimal): -6825603 or 8247703. OLE color: 8247703.

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

Color convert

RGB151217125-
CMYK0.3000.420.15
HSL103.04º54.76%67.06%-
HSV(B)103.04º42.4%85.1%-
XYZ41.2857.6928.36-
YUV186.7893.13102.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.63%
GREEN value IS 217 (85.16% from 255) = 44.02%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=30.63%
G=44.02%
B=25.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512171250.3000.420.15103.0454.7667.06
Hex97D97D1E02AF673743
Octal227331175360521714767103
Binary10010111110110011111101111100101010111111001111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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