#97DE7D

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

Shades of Gossip #97DE7D

Tints of Gossip #97DE7D

Color information

#97DE7D (or 0x97DE7D) is unknown color: approx Gossip. HEX triplet: 97, DE and 7D. RGB value is (151,222,125). Sum of RGB (Red+Green+Blue) = 151+222+125=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #97DE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DE7D is #682182. Grayscale: #BEBEBE. Windows color (decimal): -6824323 or 8248983. OLE color: 8248983.

HSL color Cylindrical-coordinate representation of color #97DE7D: hue angle of 103.92º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #97DE7D is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB151222125-
CMYK0.3200.440.13
HSL103.92º59.51%68.04%-
HSV(B)103.92º43.69%87.06%-
XYZ42.5960.328.8-
YUV189.7191.48100.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.32%
GREEN value IS 222 (87.11% from 255) = 44.58%
BLUE value IS 125 (49.22% from 255) = 25.10%
R=30.32%
G=44.58%
B=25.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512221250.3200.440.13103.9259.5168.04
Hex97DE7D2002CD683c44
Octal227336175400541515074104
Binary100101111101111011111011000000101100110111010001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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