#97DE71

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

Shades of Gossip #97DE71

Tints of Gossip #97DE71

Color information

#97DE71 (or 0x97DE71) is unknown color: approx Gossip. HEX triplet: 97, DE and 71. RGB value is (151,222,113). Sum of RGB (Red+Green+Blue) = 151+222+113=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #97DE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DE71 is #68218E. Grayscale: #BCBCBC. Windows color (decimal): -6824335 or 7462551. OLE color: 7462551.

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

Color convert

RGB151222113-
CMYK0.3200.490.13
HSL99.08º62.29%65.69%-
HSV(B)99.08º49.1%87.06%-
XYZ41.8660.0125-
YUV188.3485.48101.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.07%
GREEN value IS 222 (87.11% from 255) = 45.68%
BLUE value IS 113 (44.53% from 255) = 23.25%
R=31.07%
G=45.68%
B=23.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512221130.3200.490.1399.0862.2965.69
Hex97DE7120031D633e42
Octal227336161400611514376102
Binary100101111101111011100011000000110001110111000111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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