#97D47F

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

Shades of Gossip #97D47F

Tints of Gossip #97D47F

Color information

#97D47F (or 0x97D47F) is unknown color: approx Gossip. HEX triplet: 97, D4 and 7F. RGB value is (151,212,127). Sum of RGB (Red+Green+Blue) = 151+212+127=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 212 - color contains mainly: green. Hex color #97D47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D47F is #682B80. Grayscale: #B8B8B8. Windows color (decimal): -6826881 or 8377495. OLE color: 8377495.

HSL color Cylindrical-coordinate representation of color #97D47F: hue angle of 103.06º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97D47F is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB151212127-
CMYK0.2900.400.17
HSL103.06º49.71%66.47%-
HSV(B)103.06º40.09%83.14%-
XYZ40.1455.228.62-
YUV184.0795.79104.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.82%
GREEN value IS 212 (83.20% from 255) = 43.27%
BLUE value IS 127 (50% from 255) = 25.92%
R=30.82%
G=43.27%
B=25.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1512121270.2900.400.17103.0649.7166.47
Hex97D47F1D02811673242
Octal227324177350502114762102
Binary100101111101010011111111110101010001000111001111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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