#97D878

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

Shades of Gossip #97D878

Tints of Gossip #97D878

Color information

#97D878 (or 0x97D878) is unknown color: approx Gossip. HEX triplet: 97, D8 and 78. RGB value is (151,216,120). Sum of RGB (Red+Green+Blue) = 151+216+120=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #97D878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D878 is #682787. Grayscale: #B9B9B9. Windows color (decimal): -6825864 or 7919767. OLE color: 7919767.

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

Color convert

RGB151216120-
CMYK0.3000.440.15
HSL100.62º55.17%65.88%-
HSV(B)100.62º44.44%84.71%-
XYZ40.7157.0526.63-
YUV185.6290.97103.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.01%
GREEN value IS 216 (84.77% from 255) = 44.35%
BLUE value IS 120 (47.27% from 255) = 24.64%
R=31.01%
G=44.35%
B=24.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512161200.3000.440.15100.6255.1765.88
Hex97D8781E02CF653742
Octal227330170360541714567102
Binary10010111110110001111000111100101100111111001011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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