#97D880

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

Shades of Gossip #97D880

Tints of Gossip #97D880

Color information

#97D880 (or 0x97D880) is unknown color: approx Gossip. HEX triplet: 97, D8 and 80. RGB value is (151,216,128). Sum of RGB (Red+Green+Blue) = 151+216+128=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #97D880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D880 is #68277F. Grayscale: #BABABA. Windows color (decimal): -6825856 or 8444055. OLE color: 8444055.

HSL color Cylindrical-coordinate representation of color #97D880: hue angle of 104.32º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97D880 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB151216128-
CMYK0.3000.410.15
HSL104.32º53.01%67.45%-
HSV(B)104.32º40.74%84.71%-
XYZ41.2157.2529.3-
YUV186.5394.97102.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.51%
GREEN value IS 216 (84.77% from 255) = 43.64%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=30.51%
G=43.64%
B=25.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512161280.3000.410.15104.3253.0167.45
Hex97D8801E029F683543
Octal227330200360511715065103
Binary100101111101100010000000111100101001111111010001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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