#97D478

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

Shades of Gossip #97D478

Tints of Gossip #97D478

Color information

#97D478 (or 0x97D478) is unknown color: approx Gossip. HEX triplet: 97, D4 and 78. RGB value is (151,212,120). Sum of RGB (Red+Green+Blue) = 151+212+120=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 212 - color contains mainly: green. Hex color #97D478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D478 is #682B87. Grayscale: #B7B7B7. Windows color (decimal): -6826888 or 7918743. OLE color: 7918743.

HSL color Cylindrical-coordinate representation of color #97D478: hue angle of 99.78º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97D478 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB151212120-
CMYK0.2900.430.17
HSL99.78º51.69%65.1%-
HSV(B)99.78º43.4%83.14%-
XYZ39.755.0226.3-
YUV183.2792.29104.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.26%
GREEN value IS 212 (83.20% from 255) = 43.89%
BLUE value IS 120 (47.27% from 255) = 24.84%
R=31.26%
G=43.89%
B=24.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1512121200.2900.430.1799.7851.6965.1
Hex97D4781D02B11643441
Octal227324170350532114464101
Binary100101111101010011110001110101010111000111001001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,212,120); }

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

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

 a { background-color: rgb(151,212,120); }

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

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

 span { border-color: rgb(151,212,120); }

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