#97DD79

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

Shades of Gossip #97DD79

Tints of Gossip #97DD79

Color information

#97DD79 (or 0x97DD79) is unknown color: approx Gossip. HEX triplet: 97, DD and 79. RGB value is (151,221,121). Sum of RGB (Red+Green+Blue) = 151+221+121=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DD79 is #682286. Grayscale: #BDBDBD. Windows color (decimal): -6824583 or 7986583. OLE color: 7986583.

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

Color convert

RGB151221121-
CMYK0.3200.450.13
HSL102º59.52%67.06%-
HSV(B)102º45.25%86.67%-
XYZ42.0759.6727.39-
YUV188.6789.81101.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.63%
GREEN value IS 221 (86.72% from 255) = 44.83%
BLUE value IS 121 (47.66% from 255) = 24.54%
R=30.63%
G=44.83%
B=24.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512211210.3200.450.1310259.5267.06
Hex97DD792002DD663c43
Octal227335171400551514674103
Binary100101111101110111110011000000101101110111001101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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