#97D87F

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

Shades of Gossip #97D87F

Tints of Gossip #97D87F

Color information

#97D87F (or 0x97D87F) is unknown color: approx Gossip. HEX triplet: 97, D8 and 7F. RGB value is (151,216,127). Sum of RGB (Red+Green+Blue) = 151+216+127=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #97D87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D87F is #682780. Grayscale: #BABABA. Windows color (decimal): -6825857 or 8378519. OLE color: 8378519.

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

Color convert

RGB151216127-
CMYK0.3000.410.15
HSL103.82º53.29%67.25%-
HSV(B)103.82º41.2%84.71%-
XYZ41.1557.2228.96-
YUV186.4294.47102.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.57%
GREEN value IS 216 (84.77% from 255) = 43.72%
BLUE value IS 127 (50% from 255) = 25.71%
R=30.57%
G=43.72%
B=25.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512161270.3000.410.15103.8253.2967.25
Hex97D87F1E029F683543
Octal227330177360511715065103
Binary10010111110110001111111111100101001111111010001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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