#97CD7C

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

Shades of Gossip #97CD7C

Tints of Gossip #97CD7C

Color information

#97CD7C (or 0x97CD7C) is unknown color: approx Gossip. HEX triplet: 97, CD and 7C. RGB value is (151,205,124). Sum of RGB (Red+Green+Blue) = 151+205+124=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #97CD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CD7C is #683283. Grayscale: #B3B3B3. Windows color (decimal): -6828676 or 8179095. OLE color: 8179095.

HSL color Cylindrical-coordinate representation of color #97CD7C: hue angle of 100º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97CD7C is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB151205124-
CMYK0.2600.400.20
HSL100º44.75%64.51%-
HSV(B)100º39.51%80.39%-
XYZ38.2351.727.03-
YUV179.6296.61107.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.46%
GREEN value IS 205 (80.47% from 255) = 42.71%
BLUE value IS 124 (48.83% from 255) = 25.83%
R=31.46%
G=42.71%
B=25.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1512051240.2600.400.2010044.7564.51
Hex97CD7C1A02814642d41
Octal227315174320502414455101
Binary100101111100110111111001101001010001010011001001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,205,124); }

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

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

 a { background-color: rgb(151,205,124); }

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

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

 span { border-color: rgb(151,205,124); }

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