#97D477

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

Shades of Gossip #97D477

Tints of Gossip #97D477

Color information

#97D477 (or 0x97D477) is unknown color: approx Gossip. HEX triplet: 97, D4 and 77. RGB value is (151,212,119). Sum of RGB (Red+Green+Blue) = 151+212+119=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #97D477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D477 is #682B88. Grayscale: #B7B7B7. Windows color (decimal): -6826889 or 7853207. OLE color: 7853207.

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

Color convert

RGB151212119-
CMYK0.2900.440.17
HSL99.35º51.96%64.9%-
HSV(B)99.35º43.87%83.14%-
XYZ39.645525.98-
YUV183.1691.79105.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.33%
GREEN value IS 212 (83.20% from 255) = 43.98%
BLUE value IS 119 (46.88% from 255) = 24.69%
R=31.33%
G=43.98%
B=24.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1512121190.2900.440.1799.3551.9664.9
Hex97D4771D02C11633441
Octal227324167350542114364101
Binary100101111101010011101111110101011001000111000111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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