#97DD71

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

Shades of Gossip #97DD71

Tints of Gossip #97DD71

Color information

#97DD71 (or 0x97DD71) is unknown color: approx Gossip. HEX triplet: 97, DD and 71. RGB value is (151,221,113). Sum of RGB (Red+Green+Blue) = 151+221+113=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DD71 is #68228E. Grayscale: #BCBCBC. Windows color (decimal): -6824591 or 7462295. OLE color: 7462295.

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

Color convert

RGB151221113-
CMYK0.3200.490.13
HSL98.89º61.36%65.49%-
HSV(B)98.89º48.87%86.67%-
XYZ41.659.4824.91-
YUV187.7685.81101.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.13%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=31.13%
G=45.57%
B=23.30%

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
Decimal1512211130.3200.490.1398.8961.3665.49
Hex97DD7120031D633d41
Octal227335161400611514375101
Binary100101111101110111100011000000110001110111000111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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