#97DC7F

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

Shades of Gossip #97DC7F

Tints of Gossip #97DC7F

Color information

#97DC7F (or 0x97DC7F) is unknown color: approx Gossip. HEX triplet: 97, DC and 7F. RGB value is (151,220,127). Sum of RGB (Red+Green+Blue) = 151+220+127=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #97DC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DC7F is #682380. Grayscale: #BDBDBD. Windows color (decimal): -6824833 or 8379543. OLE color: 8379543.

HSL color Cylindrical-coordinate representation of color #97DC7F: hue angle of 104.52º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97DC7F is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB151220127-
CMYK0.3100.420.14
HSL104.52º57.06%68.04%-
HSV(B)104.52º42.27%86.27%-
XYZ42.1959.329.3-
YUV188.7793.14101.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.32%
GREEN value IS 220 (86.33% from 255) = 44.18%
BLUE value IS 127 (50% from 255) = 25.50%
R=30.32%
G=44.18%
B=25.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1512201270.3100.420.14104.5257.0668.04
Hex97DC7F1F02AE693944
Octal227334177370521615171104
Binary10010111110111001111111111110101010111011010011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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