#97CC80

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

Shades of Gossip #97CC80

Tints of Gossip #97CC80

Color information

#97CC80 (or 0x97CC80) is unknown color: approx Gossip. HEX triplet: 97, CC and 80. RGB value is (151,204,128). Sum of RGB (Red+Green+Blue) = 151+204+128=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #97CC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CC80 is #68337F. Grayscale: #B3B3B3. Windows color (decimal): -6828928 or 8440983. OLE color: 8440983.

HSL color Cylindrical-coordinate representation of color #97CC80: hue angle of 101.84º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97CC80 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB151204128-
CMYK0.2600.370.2
HSL101.84º42.7%65.1%-
HSV(B)101.84º37.25%80%-
XYZ38.2551.3228.31-
YUV179.4998.94107.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.26%
GREEN value IS 204 (80.08% from 255) = 42.24%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=31.26%
G=42.24%
B=26.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1512041280.2600.370.2101.8442.765.1
Hex97CC801A02514662b41
Octal227314200320452414653101
Binary1001011111001100100000001101001001011010011001101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,204,128); }

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

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

 a { background-color: rgb(151,204,128); }

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

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

 span { border-color: rgb(151,204,128); }

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