#97D780

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

Shades of Gossip #97D780

Tints of Gossip #97D780

Color information

#97D780 (or 0x97D780) is unknown color: approx Gossip. HEX triplet: 97, D7 and 80. RGB value is (151,215,128). Sum of RGB (Red+Green+Blue) = 151+215+128=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 215 - color contains mainly: green. Hex color #97D780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D780 is #68287F. Grayscale: #BABABA. Windows color (decimal): -6826112 or 8443799. OLE color: 8443799.

HSL color Cylindrical-coordinate representation of color #97D780: hue angle of 104.14º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97D780 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB151215128-
CMYK0.3000.400.16
HSL104.14º52.1%67.25%-
HSV(B)104.14º40.47%84.31%-
XYZ40.9656.7429.21-
YUV185.9595.3103.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.57%
GREEN value IS 215 (84.38% from 255) = 43.52%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=30.57%
G=43.52%
B=25.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1512151280.3000.400.16104.1452.167.25
Hex97D7801E02810683443
Octal227327200360502015064103
Binary1001011111010111100000001111001010001000011010001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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