#97C37F

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

Shades of Gossip #97C37F

Tints of Gossip #97C37F

Color information

#97C37F (or 0x97C37F) is unknown color: approx Gossip. HEX triplet: 97, C3 and 7F. RGB value is (151,195,127). Sum of RGB (Red+Green+Blue) = 151+195+127=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #97C37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C37F is #683C80. Grayscale: #AEAEAE. Windows color (decimal): -6831233 or 8373143. OLE color: 8373143.

HSL color Cylindrical-coordinate representation of color #97C37F: hue angle of 98.82º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97C37F is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB151195127-
CMYK0.2300.350.24
HSL98.82º36.17%63.14%-
HSV(B)98.82º34.87%76.47%-
XYZ36.1147.1427.27-
YUV174.09101.42111.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.92%
GREEN value IS 195 (76.56% from 255) = 41.23%
BLUE value IS 127 (50% from 255) = 26.85%
R=31.92%
G=41.23%
B=26.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511951270.2300.350.2498.8236.1763.14
Hex97C37F170231863243f
Octal22730317727043301434477
Binary10010111110000111111111101110100011110001100011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,195,127); }

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

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

 a { background-color: rgb(151,195,127); }

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

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

 span { border-color: rgb(151,195,127); }

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