#97D580

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

Shades of Gossip #97D580

Tints of Gossip #97D580

Color information

#97D580 (or 0x97D580) is unknown color: approx Gossip. HEX triplet: 97, D5 and 80. RGB value is (151,213,128). Sum of RGB (Red+Green+Blue) = 151+213+128=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #97D580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D580 is #682A7F. Grayscale: #B9B9B9. Windows color (decimal): -6826624 or 8443287. OLE color: 8443287.

HSL color Cylindrical-coordinate representation of color #97D580: hue angle of 103.76º degrees, saturation: 0.5, 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 #97D580 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB151213128-
CMYK0.2900.400.16
HSL103.76º50.3%66.86%-
HSV(B)103.76º39.91%83.53%-
XYZ40.4555.7329.05-
YUV184.7795.96103.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.69%
GREEN value IS 213 (83.59% from 255) = 43.29%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=30.69%
G=43.29%
B=26.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1512131280.2900.400.16103.7650.366.86
Hex97D5801D02810683243
Octal227325200350502015062103
Binary1001011111010101100000001110101010001000011010001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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